| /src/usr.bin/menuc/ |
| parse.y | 104 opt opt_list ";" 129 | opt_list 132 opt_list : "," opt label 133 | opt_list "," opt
|
| /src/external/bsd/am-utils/dist/amd/ |
| sun_map.h | 71 struct sun_opt *opt_list; /* list of option strings */ member in struct:sun_mountpt 80 struct sun_opt *opt_list; /* list of mount options */ member in struct:sun_entry 96 struct sun_opt *opt_list; /* list of global map options */ member in struct:sun_map
|
| /src/external/bsd/cron/dist/ |
| crontab.c | 43 enum opt_t { opt_unknown, opt_list, opt_delete, opt_edit, opt_replace }; enumerator in enum:opt_t 120 case opt_list: 220 Option = opt_list;
|
| /src/external/bsd/ntp/dist/sntp/libopts/ |
| save.c | 410 void ** opt_list; local 415 opt_list = __UNCONST(al->apzArgs); 426 tOptionValue const * ovp = *(opt_list++); 449 void ** opt_list; local 461 opt_list = __UNCONST(al->apzArgs); 467 tOptionValue const * base = *(opt_list++);
|
| /src/usr.bin/config/ |
| gram.y | 783 OPTIONS opt_list 885 opt_list: label 887 | opt_list ',' option
|
| /src/external/bsd/unbound/dist/services/ |
| mesh.c | 863 struct sockaddr_storage* addr, struct edns_option* opt_list) 866 (void)opt_list; 870 rpz_passthru, addr, opt_list); 2114 struct edns_option* opt_list = NULL; local 2143 (void)edns_opt_list_append(&opt_list, 2157 opt_list);
|
| outside_network.h | 512 struct edns_option* opt_list; member in struct:serviced_query
|
| /src/external/mpl/dhcp/dist/keama/ |
| confparse.c | 1951 struct element *opt_list; local 1953 opt_list = mapGet(class, handle->key); 1954 if (opt_list != NULL) 1955 merge_option_data(handle->value, opt_list); 2263 struct element *opt_list; local 2266 opt_list = mapGet(share, "option-data"); 2269 merge_option_data(opt_list, sub); 2947 struct element *opt_list; local 2959 opt_list = mapGet(item, src->key); 2960 if (opt_list != NULL) 2993 struct element *opt_list; local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-m68k.c | 5678 static void opt_list (int, int); 5720 { "s", opt_list, 0, 0, 0 }, 5837 opt_list (int arg ATTRIBUTE_UNUSED, int on) 5833 opt_list (int arg ATTRIBUTE_UNUSED, int on) function
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-m68k.c | 5678 static void opt_list (int, int); 5720 { "s", opt_list, 0, 0, 0 }, 5837 opt_list (int arg ATTRIBUTE_UNUSED, int on) 5833 opt_list (int arg ATTRIBUTE_UNUSED, int on) function
|