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

/freebsd-10-stable/contrib/nvi/common/
H A Dmain.c250 { int oargs[5], *oargp = oargs; local
252 *oargp++ = O_LISP;
253 *oargp++ = O_SHOWMATCH;
256 *oargp++ = O_READONLY;
258 *oargp++ = O_SECURE;
259 *oargp = -1; /* Options initialization. */

Completed in 114 milliseconds