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

/freebsd-10-stable/contrib/less/
H A Dlessecho.c166 int no_more_options; local
168 no_more_options = 0;
172 if (*arg != '-' || no_more_options)
223 no_more_options = 1;
/freebsd-10-stable/contrib/byacc/
H A Dmain.c330 goto no_more_options;
379 no_more_options:;
/freebsd-10-stable/contrib/gcc/
H A Dgensupport.c924 bool no_more_options;
990 no_more_options = false;
1019 no_more_options = true;
1022 else if (!no_more_options)
920 bool no_more_options; local

Completed in 139 milliseconds