HomeSort by: relevance | last modified time | path
    Searched refs:range_option (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
opt-functions.awk 375 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;
  /src/external/bsd/nsd/dist/
options.h 30 typedef struct range_option range_option_type;
263 struct range_option { struct
264 struct range_option* next;
272 struct range_option* servers;
configparser.h 394 struct range_option *range;
configparser.y 53 struct range_option *range;
693 struct range_option *servers = NULL;
698 struct range_option *opt =
nsd-checkconf.c 695 struct range_option *n;
configparser.c 2421 struct range_option *servers = NULL;
2426 struct range_option *opt =
nsd.c 278 struct range_option *server;

Completed in 43 milliseconds