Searched defs:option_end (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/nl/
H A Dnl.c122 int option_end = 0; local
316 if (!option_end) {
505 option_end = 1;
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c326 getflags(int *xargc, char ***xargv, int *option_end) argument
339 if (arg[0] != '-' || arg[1] == EOS || *option_end)
342 *option_end = 1;
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c144 int option_end = 0; local
166 if (!option_end) {
188 if (!option_end) {
200 option_end = 1;

Completed in 61 milliseconds