Searched refs:IS_BSHELL (Results 1 – 3 of 3) sorted by relevance
88 # define IS_BSHELL(s) (is_system_shell(s)) macro201 #ifndef IS_BSHELL202 # define IS_BSHELL(s) ((s) && strcmp(s,BSHELL) == 0) macro
611 if (IS_BSHELL(argv[0]) in print()
115 (possible_command::print): Use BSHELL_DASH_C and IS_BSHELL instead