Home | History | Annotate | Download | only in ksh

Lines Matching defs:wp

101 	char **wp;
216 for (wp = environ; *wp != NULL; wp++)
217 typeset(*wp, IMPORT|EXPORT, 0, 0, 0);
257 for (wp = (char**)__UNCONST(initcoms); *wp != NULL; wp++) {
258 shcomexec(wp);
259 for (; *wp != NULL; wp++)