Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Droff.c197 static int roff_evalstrcond(const char *, int *);
2512 roff_evalstrcond(const char *v, int *pos) in roff_evalstrcond() function
2641 return roff_evalstrcond(v, pos) == wanttrue; in roff_evalcond()