Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmansearch.c73 static struct expr *exprcomp(const struct mansearch *,
100 if ((e = exprcomp(search, argc, argv, &argi)) == NULL) { in mansearch()
610 exprcomp(const struct mansearch *search, int argc, char *argv[], int *argi) in exprcomp() function
729 e = exprcomp(search, argc, argv, argi); in exprterm()