Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.h187 #ifndef ECHO_STYLE
189 # define ECHO_STYLE SYSV_ECHO macro
191 # define ECHO_STYLE BSD_ECHO macro
H A Dsh.c579 #if ECHO_STYLE != BSD_ECHO in main()
581 # if ECHO_STYLE == NONE_ECHO in main()
584 # if ECHO_STYLE == SYSV_ECHO in main()
587 # if ECHO_STYLE == BOTH_ECHO in main()
H A Dsh.func.c1204 int echo_style = ECHO_STYLE; in xecho()
H A DFixes1685 by defining ECHO_STYLE ro be BSD_ECHO, SYSV_ECHO, BOTH_ECHO,