Searched refs:IS_BSHELL (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/include/
H A 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.0-release/contrib/groff/src/roff/groff/
H A Dgroff.cpp611 if (IS_BSHELL(argv[0])

Completed in 121 milliseconds