taglinefilesource code
new47arch/i386/kernel/vm86.c#define set_flags(X,new,mask) \
new48arch/i386/kernel/vm86.c((X) = ((X) & ~(mask)) | ((new) & (mask)))
new39arch/ppc/kernel/process.cswitch_to(struct task_struct *new)
new44arch/ppc/kernel/process.cregs = (struct pt_regs *)new->tss.ksp;
new50arch/ppc/kernel/process.cnew_tss = &new->tss;
new52arch/ppc/kernel/process.ccurrent = new;
new495drivers/char/apm_bios.ccallback_list_t *  new;
new497drivers/char/apm_bios.cnew = kmalloc(sizeof(callback_list_t), GFP_KERNEL);
new498drivers/char/apm_bios.cif (new == NULL)
new500drivers/char/apm_bios.cnew->callback = callback;
new501drivers/char/apm_bios.cnew->next = callback_list;
new502drivers/char/apm_bios.ccallback_list = new;
new3471drivers/net/ppp.cstruct compressor_link *new;
new3474drivers/net/ppp.cnew = (struct compressor_link *) kmalloc (sizeof (struct compressor_link), GFP_KERNEL);
new3476drivers/net/ppp.cif (new == (struct compressor_link *) 0)
new3484drivers/net/ppp.ckfree (new);
new3488drivers/net/ppp.cnew->next  = ppp_compressors;
new3489drivers/net/ppp.cnew->comp  = cp;
new3490drivers/net/ppp.cppp_compressors = new;
new370drivers/sound/configure.cchar           *method, *new, *old, *var, *p;
new383drivers/sound/configure.cnew = p;
new393drivers/sound/configure.cfprintf (stderr, "Rebuilding file %s (%s %s)\n", new, method, old);
new397drivers/sound/configure.cif (!bin2hex (old, new, var))
new405drivers/sound/configure.cif (!hex2hex (old, new, var))
new414drivers/sound/configure.cnew, method);
new77fs/isofs/dir.cstatic int isofs_name_translate(char * old, int len, char * new)
new100fs/isofs/dir.cnew[i] = c;
new158include/asm-mips/mipsregs.hset_cp0_##name(unsigned int change, unsigned int new)           \
new164include/asm-mips/mipsregs.hres |= (new & change);                                  \
new21include/linux/lists.h#define DLIST_INSERT_AFTER(node, new, listnam)  do {    \
new22include/linux/lists.h(new)->listnam.dl_prev = (node);      \
new23include/linux/lists.h(new)->listnam.dl_next = (node)->listnam.dl_next;  \
new24include/linux/lists.h(node)->listnam.dl_next->listnam.dl_prev = (new);  \
new25include/linux/lists.h(node)->listnam.dl_next = (new);      \
new28include/linux/lists.h#define DLIST_INSERT_BEFORE(node, new, listnam)  do {    \
new29include/linux/lists.h(new)->listnam.dl_next = (node);      \
new30include/linux/lists.h(new)->listnam.dl_prev = (node)->listnam.dl_prev;  \
new31include/linux/lists.h(node)->listnam.dl_prev->listnam.dl_next = (new);  \
new32include/linux/lists.h(node)->listnam.dl_prev = (new);      \
new39include/linux/smb.h#define BSET(p,off,new)  (*((byte  *)(((void *)p)+off))=(new))
new40include/linux/smb.h#define WSET(p,off,new)  (*((word  *)(((void *)p)+off))=(new))
new41include/linux/smb.h#define DSET(p,off,new)  (*((dword *)(((void *)p)+off))=(new))
new152scripts/tkcond.cstruct condition * new;
new162scripts/tkcond.cnew = (struct condition *) malloc(sizeof(struct condition));
new163scripts/tkcond.cmemset(new, 0, sizeof(*new));
new164scripts/tkcond.cnew->op = op_lparen;
new167scripts/tkcond.cnewcond = tail = new;
new171scripts/tkcond.ctail->next = new;
new172scripts/tkcond.ctail = new;
new181scripts/tkcond.cnew = (struct condition *) malloc(sizeof(struct condition));
new182scripts/tkcond.cmemset(new, 0, sizeof(*new));
new183scripts/tkcond.cnew->op = ocond->op;
new202scripts/tkcond.cnew->variable.cfg = cfg;
new203scripts/tkcond.cnew->op = op_kvariable;
new209scripts/tkcond.cnew->variable.str = strdup(ocond->variable.str);
new214scripts/tkcond.cnew->variable.str = strdup(ocond->variable.str);
new217scripts/tkcond.ctail->next = new;
new218scripts/tkcond.ctail = new;
new224scripts/tkcond.cnew = (struct condition *) malloc(sizeof(struct condition));
new225scripts/tkcond.cmemset(new, 0, sizeof(*new));
new226scripts/tkcond.cnew->op = op_rparen;
new227scripts/tkcond.ctail->next = new;
new228scripts/tkcond.ctail = new;
new235scripts/tkcond.cnew = (struct condition *) malloc(sizeof(struct condition));
new236scripts/tkcond.cmemset(new, 0, sizeof(*new));
new237scripts/tkcond.cnew->op = op_and;
new238scripts/tkcond.ctail->next = new;
new239scripts/tkcond.ctail = new;
new257scripts/tkcond.cstruct condition * new;
new268scripts/tkcond.cnew = (struct condition *) malloc(sizeof(struct condition));
new269scripts/tkcond.cmemset(new, 0, sizeof(*new));
new270scripts/tkcond.cnew->op = ocond->op;
new271scripts/tkcond.cnew->variable.cfg = ocond->variable.cfg;
new274scripts/tkcond.cnewcond = tail = new;
new278scripts/tkcond.ctail->next = new;
new279scripts/tkcond.ctail = new;
new283scripts/tkcond.cnew = (struct condition *) malloc(sizeof(struct condition));
new284scripts/tkcond.cmemset(new, 0, sizeof(*new));
new285scripts/tkcond.cnew->op = op_and;
new286scripts/tkcond.ctail->next = new;
new287scripts/tkcond.ctail = new;