Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/tcsh/
Dsh.h183 #ifndef ECHO_STYLE
185 # define ECHO_STYLE SYSV_ECHO macro
187 # define ECHO_STYLE BSD_ECHO macro
Dsh.c571 #if ECHO_STYLE != BSD_ECHO in main()
573 # if ECHO_STYLE == NONE_ECHO in main()
576 # if ECHO_STYLE == SYSV_ECHO in main()
579 # if ECHO_STYLE == BOTH_ECHO in main()
Dsh.func.c1190 int echo_style = ECHO_STYLE; in xecho()
DFixes1546 by defining ECHO_STYLE ro be BSD_ECHO, SYSV_ECHO, BOTH_ECHO,