Home
last modified time | relevance | path

Searched refs:BSD_ECHO (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.h183 #define BSD_ECHO 1 macro
185 #define BOTH_ECHO (BSD_ECHO|SYSV_ECHO)
191 # define ECHO_STYLE BSD_ECHO
H A Dsh.func.c1210 echo_style = BSD_ECHO; in xecho()
1234 if ((echo_style & BSD_ECHO) != 0 && sep == ' ' && *v && eq(*v, STRmn)) in xecho()
H A Dsh.c579 #if ECHO_STYLE != BSD_ECHO in main()
H A DFixes1685 by defining ECHO_STYLE ro be BSD_ECHO, SYSV_ECHO, BOTH_ECHO,