Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.c333 if (re == NULL || re->Expbuf[1] == 0) in compsub()
336 if (subre == NULL || subre->Expbuf[1] == 0) in compsub()
770 if (scanre == NULL || scanre->Expbuf[1] == 0) in vi_compile()
777 if (subre == NULL || subre->Expbuf[1] == 0) in vi_compile()
788 if (re == NULL || re->Expbuf[1] == 0) in vi_compile()
1028 regex_comp_free(&re->Expbuf); in vi_compile()
1032 compile((char *) genbuf, (char *) re->Expbuf, (char *) re->Expbuf in vi_compile()
1035 (void) _compile((const char *)genbuf, (char *)re->Expbuf, in vi_compile()
1036 (char *)(re->Expbuf + sizeof (re->Expbuf)), 1); in vi_compile()
1063 re->Expbuf[0] = re->Expbuf[1] = 0; in cerror()
[all …]
H A Dex_re.h42 unsigned char Expbuf[EXPSIZ]; member