Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Ded.screen.c125 #define T_bl 2 macro
200 tstr[T_bl].name = "bl"; in terminit()
201 tstr[T_bl].long_name = CSAVS(4, 2, "audible bell"); in terminit()
1373 else if (GoodStr(T_bl)) in SoundBeep()
1375 (void) tputs(Str(T_bl), 1, PUTPURE); in SoundBeep()
/dragonfly/contrib/libedit/src/
H A Dterminal.c98 #define T_bl 1 macro
820 if (GoodStr(T_bl)) in terminal_beep()
822 terminal_tputs(el, Str(T_bl), 1); in terminal_beep()