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

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos.c48 int sec_nums[SECMAX]; member in struct:apropos_flags
93 * index element in sec_nums is set to the string representing that
107 aflags.sec_nums[ch - '1'] = 1;
129 aflags.sec_nums[s - 1] = 1;
170 args.sec_nums = aflags.sec_nums;
H A Dapropos-utils.h74 int *sec_nums; // Section in which to do the search member in struct:query_args
H A Dapropos-utils.c485 if (args->sec_nums) {
490 if (args->sec_nums[i] == 0)

Completed in 79 milliseconds