Searched refs:Expbuf (Results 1 – 2 of 2) sorted by relevance
333 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()1030 regex_comp_free(&re->Expbuf); in vi_compile()1034 compile((char *) genbuf, (char *) re->Expbuf, (char *) re->Expbuf in vi_compile()1037 (void) _compile((const char *)genbuf, (char *)re->Expbuf, in vi_compile()1038 (char *)(re->Expbuf + sizeof (re->Expbuf)), 1); in vi_compile()1064 re->Expbuf[0] = re->Expbuf[1] = 0; in cerror()[all …]
42 unsigned char Expbuf[EXPSIZ]; member