Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dls.c45 static char *regexp_match; variable
218 regexp_match = p+1; in ls()
221 regexp_match = NULL; in ls()
347 if (regexp_match) in ls_fileproc()
354 if ((regex_err = re_comp (regexp_match)) != NULL) in ls_fileproc()