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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dopt-functions.awk347 function integer_range_info(range_option, init, option)
349 if (range_option != "") {
351 start = nth_arg(0, range_option) + 0;
352 end = nth_arg(1, range_option) + 0;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dopt-functions.awk375 function integer_range_info(range_option, init, option, uinteger_used)
377 if (range_option != "") {
379 start = nth_arg(0, range_option) + 0;
380 end = nth_arg(1, range_option) + 0;
/netbsd-current/external/bsd/nsd/dist/
H A Doptions.h26 typedef struct range_option range_option_type;
221 struct range_option { struct
222 struct range_option* next;
230 struct range_option* servers;
H A Dconfigparser.h358 struct range_option *range;
H A Dconfigparser.y52 struct range_option *range;
537 struct range_option *servers = NULL;
542 struct range_option *opt =
H A Dconfigparser.c2171 struct range_option *servers = NULL;
2176 struct range_option *opt =
H A Dnsd-checkconf.c671 struct range_option *n;
H A Dnsd.c269 struct range_option *server;

Completed in 204 milliseconds