Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/groff/src/include/
Dnonposix.h88 # define IS_BSHELL(s) (is_system_shell(s)) macro
201 #ifndef IS_BSHELL
202 # define IS_BSHELL(s) ((s) && strcmp(s,BSHELL) == 0) macro
/freebsd-10-stable/contrib/groff/src/roff/groff/
Dgroff.cpp611 if (IS_BSHELL(argv[0]) in print()
/freebsd-10-stable/contrib/groff/
DChangeLog.116115 (possible_command::print): Use BSHELL_DASH_C and IS_BSHELL instead