Lines Matching refs:new
347 char *new, *p; in tcsh_rcmd() local
352 new = newbuf; in tcsh_rcmd()
353 *new = '\0'; in tcsh_rcmd()
355 *new = ':'; in tcsh_rcmd()
356 (void) strcpy(new + 1, localsyspath); in tcsh_rcmd()
357 (void) strcat(new, pe->psuf); in tcsh_rcmd()
359 (void) strcat(new, pe->pdef); in tcsh_rcmd()
369 new = index(p = new, ':'); in tcsh_rcmd()
370 done = (new == NULL); in tcsh_rcmd()
372 *new++ = '\0'; in tcsh_rcmd()
390 char *new; in icmd() local
396 new = localsyspath; in icmd()
398 new = newbuf; in icmd()
399 (void) strcpy(new, localsyspath); in icmd()
400 (void) strcat(new, pe->psuf); in icmd()
402 n = locate(pe, new); in icmd()
455 char *new; in insert() local
459 new = newbuf; in insert()
460 (void) strcpy(new, key); in insert()
461 (void) strcat(new, pe->psuf); in insert()
463 new = key; in insert()
464 new = strsave(new); in insert()
469 pe->pdir[loc] = new; in insert()
557 char *new; in change() local
561 new = newbuf; in change()
562 (void) strcpy(new, key); in change()
563 (void) strcat(new, pe->psuf); in change()
565 new = key; in change()
566 new = strsave(new); in change()
568 pe->pdir[loc] = new; in change()