HomeSort by: relevance | last modified time | path
    Searched refs:BSHELL (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/groff/dist/src/include/
nonposix.h 88 # define BSHELL (system_shell_name())
197 #ifndef BSHELL
198 # define BSHELL "/bin/sh"
204 # define IS_BSHELL(s) ((s) && strcmp(s,BSHELL) == 0)
  /src/tools/host-mkdep/
configure 933 case $BSHELL in
935 ac_cv_path_BSHELL="$BSHELL" # Let the user override the test with a path.
953 BSHELL=$ac_cv_path_BSHELL
955 if test -n "$BSHELL"; then
956 echo "$as_me:956: result: $BSHELL" >&5
957 echo "${ECHO_T}$BSHELL" >&6
963 if test x"$BSHELL" = x; then
2315 s,@BSHELL@,$BSHELL,;t t
  /src/external/gpl2/groff/dist/src/roff/groff/
groff.cpp 353 commands[SPOOL_INDEX].set_name(BSHELL);
  /src/tools/compat/
configure 660 BSHELL
3922 e) case $BSHELL in
3924 ac_cv_path_BSHELL="$BSHELL" # Let the user override the test with a path.
3950 BSHELL=$ac_cv_path_BSHELL
3951 if test -n "$BSHELL"; then
3952 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BSHELL" >&5
3953 printf "%s\n" "$BSHELL" >&6; }
3960 if test x"$BSHELL" = x; then
3964 printf "%s\n" "#define PATH_BSHELL \"$BSHELL\"" >>confdefs.h
  /src/
build.sh 555 setmakeenv BSHELL "${HOST_SH}"

Completed in 23 milliseconds