Home
last modified time | relevance | path

Searched refs:echo_style (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.func.c1204 int echo_style = ECHO_STYLE; in xecho() local
1210 echo_style = BSD_ECHO; in xecho()
1212 echo_style = SYSV_ECHO; in xecho()
1214 echo_style = BOTH_ECHO; in xecho()
1216 echo_style = NONE_ECHO; in xecho()
1234 if ((echo_style & BSD_ECHO) != 0 && sep == ' ' && *v && eq(*v, STRmn)) in xecho()
1247 if ((echo_style & SYSV_ECHO) != 0 && c == '\\') { in xecho()
H A DNewThings70 * echo_style controls now the behaviour of the builtin echo; the default
H A DFixes92 25. Fix echo "\1" for echo_style=both where the first character was
1602 94. Default echo_style was not being set correctly.
1668 44. $echo_style is initialized to the default style of the machine.
1681 35. sysv_echo is gone too. Now we have a variable called echo_style
1683 the builtin echo_style. The default is "bsd" for systems with