Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Droff.c1752 int number, savepos, wanttrue; in roff_evalcond() local
1755 wanttrue = 0; in roff_evalcond()
1758 wanttrue = 1; in roff_evalcond()
1767 return(wanttrue); in roff_evalcond()
1780 return(!wanttrue); in roff_evalcond()
1787 return((number > 0) == wanttrue); in roff_evalcond()
1789 return(roff_evalstrcond(v, pos) == wanttrue); in roff_evalcond()