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

/freebsd-current/contrib/nvi/cl/
H A Dcl_main.c55 char **p_av, **t_av, *ttype; local
69 for (p_av = t_av = argv;;) {
70 if (*t_av == NULL) {
74 if (!strcmp(*t_av, "--")) {
75 while ((*p_av++ = *t_av++) != NULL);
78 *p_av++ = *t_av++;

Completed in 144 milliseconds