Home | History | Annotate | Download | only in src

Lines Matching refs:owp

2488 	const char **owp;
2500 owp = wp;
2505 l->argc = wp - owp - 1;
2507 for (wp = l->argv; (*wp++ = *owp++) != NULL; )