Home | History | Annotate | Download | only in src

Lines Matching defs:wp

166 	const char *ccp, **wp;
306 for (wp = (const char **)environ; *wp != NULL; wp++)
307 typeset(*wp, IMPORT | EXPORT, 0, 0, 0);
328 for (wp = initcoms; *wp != NULL; wp++) {
329 shcomexec(wp);
330 while (*wp != NULL)
331 wp++;