Searched refs:except_tbl (Results 1 – 1 of 1) sorted by relevance
329 static char *(except_tbl[][2]) = { in find_help_tags() local405 for (i = 0; except_tbl[i][0] != NULL; ++i) in find_help_tags()406 if (STRCMP(arg, except_tbl[i][0]) == 0) in find_help_tags()408 STRCPY(d, except_tbl[i][1]); in find_help_tags()