Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dnonposix.h90 # define IS_BSHELL(s) (is_system_shell(s)) macro
204 # define IS_BSHELL(s) ((s) && strcmp(s,BSHELL) == 0) macro