Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/mandoc/
H A Droff.c204 static int roff_evalstrcond(const char *, int *);
2447 roff_evalstrcond(const char *v, int *pos) in roff_evalstrcond() function
2576 return roff_evalstrcond(v, pos) == wanttrue; in roff_evalcond()