Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c2584 int deftype, len, number, savepos, istrue, wanttrue; in roff_evalcond() local
2587 wanttrue = 0; in roff_evalcond()
2590 wanttrue = 1; in roff_evalcond()
2598 return wanttrue; in roff_evalcond()
2603 return !wanttrue; in roff_evalcond()
2623 return wanttrue; in roff_evalcond()
2638 istrue = !wanttrue; in roff_evalcond()
2642 return istrue == wanttrue; in roff_evalcond()
2660 return istrue == wanttrue; in roff_evalcond()
2667 return (number > 0) == wanttrue; in roff_evalcond()
[all …]