Searched refs:wanttrue (Results 1 – 1 of 1) sorted by relevance
2584 int deftype, len, number, savepos, istrue, wanttrue; in roff_evalcond() local2587 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 …]