Lines Matching defs:new
225 char **new;
266 new = ckmalloc(i + ((char *)ap2 - (char *)argv));
267 ap = newargs, ap2 = new;
272 shellexec(new, envp, pathval(), 0);
688 * Called before PATH is changed. The argument is the new value of PATH;
696 const char *old, *new;
702 new = newval;
707 if (*old != *new) {
709 if ((*old == '\0' && *new == ':')
710 || (*old == ':' && *new == '\0'))
712 old = new; /* ignore subsequent differences */
714 if (*new == '\0')
716 if (*new == '%' && bltin < 0 && prefix("builtin", new + 1))
718 if (*new == ':') {
721 new++, old++;
885 * Add a new command entry, replacing any existing command entry for