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

/freebsd-12-stable/contrib/nvi/cl/
H A Dcl_main.c59 char **p_av, **t_av, *ttype; local
73 for (p_av = t_av = argv;;) {
74 if (*t_av == NULL) {
78 if (!strcmp(*t_av, "--")) {
79 while ((*p_av++ = *t_av++) != NULL);
82 *p_av++ = *t_av++;

Completed in 44 milliseconds