Searched refs:echo_style (Results 1 – 3 of 3) sorted by relevance
1208 int echo_style = ECHO_STYLE; in xecho() local1214 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()
70 * echo_style controls now the behaviour of the builtin echo; the default
46 25. Fix echo "\1" for echo_style=both where the first character was1556 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_style1637 the builtin echo_style. The default is "bsd" for systems with