Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Dsh.func.c1208 int echo_style = ECHO_STYLE; in xecho() local
1214 echo_style = BSD_ECHO; in xecho()
1216 echo_style = SYSV_ECHO; in xecho()
1218 echo_style = BOTH_ECHO; in xecho()
1220 echo_style = NONE_ECHO; in xecho()
1238 if ((echo_style & BSD_ECHO) != 0 && sep == ' ' && *v && eq(*v, STRmn)) in xecho()
1251 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 DFixes46 25. Fix echo "\1" for echo_style=both where the first character was
1556 94. Default echo_style was not being set correctly.
1622 44. $echo_style is initialized to the default style of the machine.
1635 35. sysv_echo is gone too. Now we have a variable called echo_style
1637 the builtin echo_style. The default is "bsd" for systems with