taglinefilesource code
new47arch/i386/kernel/vm86.c#define set_flags(X,new,mask) \
new48arch/i386/kernel/vm86.c((X) = ((X) & ~(mask)) | ((new) & (mask)))
new38arch/ppc/kernel/process.cswitch_to(struct task_struct *new)
new43arch/ppc/kernel/process.cregs = (struct pt_regs *)new->tss.ksp;
new49arch/ppc/kernel/process.cnew_tss = &new->tss;
new51arch/ppc/kernel/process.ccurrent = new;
new3470drivers/net/ppp.cstruct compressor_link *new;
new3473drivers/net/ppp.cnew = (struct compressor_link *) kmalloc (sizeof (struct compressor_link), GFP_KERNEL);
new3475drivers/net/ppp.cif (new == (struct compressor_link *) 0)
new3483drivers/net/ppp.ckfree (new);
new3487drivers/net/ppp.cnew->next  = ppp_compressors;
new3488drivers/net/ppp.cnew->comp  = cp;
new3489drivers/net/ppp.cppp_compressors = new;
new300drivers/sound/configure.cchar           *method, *new, *old, *var, *p;
new313drivers/sound/configure.cnew = p;
new323drivers/sound/configure.cfprintf (stderr, "Rebuilding file %s (%s %s)\n", new, method, old);
new327drivers/sound/configure.cif (!bin2hex (old, new, var))
new335drivers/sound/configure.cif (!hex2hex (old, new, var))
new344drivers/sound/configure.cnew, method);
new75fs/isofs/dir.cstatic int isofs_name_translate(char * old, int len, char * new)
new98fs/isofs/dir.cnew[i] = c;
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;