Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.func.c1205 int echo_style = ECHO_STYLE; in xecho() local
1211 echo_style = BSD_ECHO; in xecho()
1213 echo_style = SYSV_ECHO; in xecho()
1215 echo_style = BOTH_ECHO; in xecho()
1217 echo_style = NONE_ECHO; in xecho()
1235 if ((echo_style & BSD_ECHO) != 0 && sep == ' ' && *v && eq(*v, STRmn)) in xecho()
1248 if ((echo_style & SYSV_ECHO) != 0 && c == '\\') { in xecho()