Searched refs:listids (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | regexp_nfa.c | 5289 int **listids, in recursive_regmatch() argument 5392 vim_free(*listids); in recursive_regmatch() 5393 *listids = ALLOC_MULT(int, prog->nstate); in recursive_regmatch() 5394 if (*listids == NULL) in recursive_regmatch() 5401 nfa_save_listids(prog, *listids); in recursive_regmatch() 5421 nfa_restore_listids(prog, *listids); in recursive_regmatch() 5742 int *listids = NULL; in nfa_regmatch() local 6077 submatch, m, &listids, &listids_len); in nfa_regmatch() 6199 submatch, m, &listids, &listids_len); in nfa_regmatch() 6969 prog, submatch, m, &listids, &listids_len); in nfa_regmatch() [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 26996 Solution: Reallocate the list of listids when needed. (closes #3175)
|