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

/external/toybox/lib/
H A Dargs.c127 int noerror, nodash_now, stopearly; member in struct:getoptflagstate
138 if (gof->noerror) return 1;
246 else if (*options == '?') gof->noerror++;
434 if (!lo && gof.noerror) {

Completed in 49 milliseconds