Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/mdocml/dist/
Droff.c2465 int deftype, len, number, savepos, istrue, wanttrue; in roff_evalcond() local
2468 wanttrue = 0; in roff_evalcond()
2471 wanttrue = 1; in roff_evalcond()
2479 return wanttrue; in roff_evalcond()
2484 return !wanttrue; in roff_evalcond()
2504 return wanttrue; in roff_evalcond()
2519 istrue = !wanttrue; in roff_evalcond()
2523 return istrue == wanttrue; in roff_evalcond()
2541 return istrue == wanttrue; in roff_evalcond()
2548 return (number > 0) == wanttrue; in roff_evalcond()
[all …]