Home
last modified time | relevance | path

Searched refs:except_tbl (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dhelp.c329 static char *(except_tbl[][2]) = { in find_help_tags() local
405 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()