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

/netbsd-current/external/bsd/less/dist/
H A Dlessecho.c180 int no_more_options; local
182 no_more_options = 0;
186 if (*arg != '-' || no_more_options)
236 no_more_options = 1;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dread-md.c1213 bool no_more_options; local
1252 no_more_options = false;
1273 no_more_options = true;
1276 else if (!no_more_options)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dread-md.cc1226 bool no_more_options; local
1265 no_more_options = false;
1286 no_more_options = true;
1289 else if (!no_more_options)
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doptions.cc1569 // done). no_more_options is set to true if (and when) "--" is seen
1574 bool* no_more_options)
1576 gold_assert(argv[i][0] == '-' && !(*no_more_options));
1578 // If we are reading "--", then just set no_more_options and return.
1581 *no_more_options = true;
1621 bool no_more_options = false;
1626 if (no_more_options || argv[i][0] != '-')
1635 i = process_one_option(argc, argv, i, &no_more_options);
1508 process_one_option(int argc, const char** argv, int i, bool* no_more_options) argument
1556 bool no_more_options = false; local
H A Doptions.h2387 // process, and returns the index for the next option. no_more_options
2391 bool* no_more_options);
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doptions.cc1569 // done). no_more_options is set to true if (and when) "--" is seen
1574 bool* no_more_options)
1576 gold_assert(argv[i][0] == '-' && !(*no_more_options));
1578 // If we are reading "--", then just set no_more_options and return.
1581 *no_more_options = true;
1621 bool no_more_options = false; local
1626 if (no_more_options || argv[i][0] != '-')
1635 i = process_one_option(argc, argv, i, &no_more_options);
1573 process_one_option(int argc, const char** argv, int i, bool* no_more_options) argument
H A Doptions.h2387 // process, and returns the index for the next option. no_more_options
2391 bool* no_more_options);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doptions.cc1547 // done). no_more_options is set to true if (and when) "--" is seen
1552 bool* no_more_options)
1554 gold_assert(argv[i][0] == '-' && !(*no_more_options));
1556 // If we are reading "--", then just set no_more_options and return.
1559 *no_more_options = true;
1599 bool no_more_options = false; local
1604 if (no_more_options || argv[i][0] != '-')
1613 i = process_one_option(argc, argv, i, &no_more_options);
1551 process_one_option(int argc, const char** argv, int i, bool* no_more_options) argument
H A Doptions.h2358 // process, and returns the index for the next option. no_more_options
2362 bool* no_more_options);
/netbsd-current/external/bsd/byacc/dist/
H A Dmain.c382 goto no_more_options;
442 no_more_options:

Completed in 529 milliseconds