Searched refs:T_ue (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.screen.c158 #define T_ue 31 macro
285 tstr[T_ue].name = "ue";
286 tstr[T_ue].long_name = CSAVS(4, 29, "end underline");
462 if (GoodStr(T_me) && GoodStr(T_ue))
463 me_all = (strcmp(Str(T_me), Str(T_ue)) == 0);
955 if ((cur_atr & UNDER) && GoodStr(T_ue)) {
956 (void) tputs(Str(T_ue), 1, PUTPURE);
979 if (GoodStr(T_us) && GoodStr(T_ue)) {
985 if (GoodStr(T_ue)) {
986 (void) tputs(Str(T_ue),
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Dterm.c200 #define T_ue 28 macro
280 if (GoodStr(T_me) && GoodStr(T_ue))
281 EL_FLAGS |= (strcmp(Str(T_me), Str(T_ue)) == 0) ?
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dterm.c223 #define T_ue 28 macro
307 if (GoodStr(T_me) && GoodStr(T_ue))
308 EL_FLAGS |= (strcmp(Str(T_me), Str(T_ue)) == 0) ?
/macosx-10.10.1/libedit-40/src/
H A Dterminal.c152 #define T_ue 28 macro
239 if (GoodStr(T_me) && GoodStr(T_ue))
240 EL_FLAGS |= (strcmp(Str(T_me), Str(T_ue)) == 0) ?

Completed in 196 milliseconds