Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Dsh.h187 #define SYSV_ECHO 2 macro
188 #define BOTH_ECHO (BSD_ECHO|SYSV_ECHO)
192 # define ECHO_STYLE SYSV_ECHO
H A Dsh.func.c1213 echo_style = SYSV_ECHO; in xecho()
1248 if ((echo_style & SYSV_ECHO) != 0 && c == '\\') { in xecho()
H A Dsh.c584 # if ECHO_STYLE == SYSV_ECHO in main()