Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vi/port/
H A Dex_re.c336 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()
H A Dex_re.h54 var struct regexp *subre; /* Last substitute re */ variable