Home
last modified time | relevance | path

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

/dports/print/a2ps/a2ps-4.13/src/
H A Dmain.c78 b_which, /* Look for the args in the path, and report. */ enumerator
302 b_which, b_which, enumerator
871 behavior = b_which; in handle_a2ps_option()
1057 case b_which: in main()
/dports/games/filters/filters/
H A Dcockney.l143 static short b_which = 0; variable
148 switch (b_which++ % 4) { in bloody()
/dports/devel/py-sh/sh-1.14.2/
H A Dsh.py3471 def b_which(program, paths=None): member in Environment