Searched refs:COPYV (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/release/picobsd/tinyware/msh/
H A Dsh1.c54 assign(*ap++, !COPYV);
171 if (assign(*ap = *argv++, !COPYV))
660 nameval(vp, ++cp, cf == COPYV? (char *)NULL: s);
661 if (cf != COPYV)
H A Dsh.h242 #define COPYV 1 /* flag to setval, suggesting copy */ macro
H A Dsh3.c266 while ((cp = *owp++) != NULL && assign(cp, COPYV))
296 while ((cp = *owp++) != NULL && assign(cp, COPYV))

Completed in 104 milliseconds