Searched refs:subre (Results 1 – 2 of 2) sorted by relevance
336 if (subre == NULL || subre->Expbuf[1] == 0) in compsub()362 savere(&subre); in compsub()364 resre(subre); in compsub()777 if (subre == NULL || subre->Expbuf[1] == 0) in vi_compile()780 resre(subre); in vi_compile()1024 if (re == NULL || re == scanre || re == subre) { in vi_compile()1150 re = scanre = subre = NULL; in init_re()1162 if ((subre = calloc(1, sizeof(struct regexp))) == NULL) { in init_re()1188 if (scanre != subre) { in savere()1218 if ((re != scanre) && (re != subre)) { in resre()
54 var struct regexp *subre; /* Last substitute re */ variable