Searched refs:reg_tofree (Results 1 – 2 of 2) sorted by relevance
1096 static char_u *reg_tofree = NULL; variable1448 if (rex.line != reg_tofree) in match_with_backref()1451 if (reg_tofree == NULL || len >= (int)reg_tofreelen) in match_with_backref()1454 vim_free(reg_tofree); in match_with_backref()1455 reg_tofree = alloc(len); in match_with_backref()1456 if (reg_tofree == NULL) in match_with_backref()1460 STRCPY(reg_tofree, rex.line); in match_with_backref()1461 rex.input = reg_tofree + (rex.input - rex.line); in match_with_backref()1462 rex.line = reg_tofree; in match_with_backref()2730 vim_free(reg_tofree); in free_regexp_stuff()
5012 VIM_CLEAR(reg_tofree); in bt_regexec_both()