Searched refs:T_me (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/tcsh/
H A Ded.screen.c146 #define T_me 23 macro
260 tstr[T_me].name = "me";
261 tstr[T_me].long_name = CSAVS(4, 22, "end attributes");
458 if (GoodStr(T_me) && GoodStr(T_ue))
459 me_all = (strcmp(Str(T_me), Str(T_ue)) == 0);
462 if (GoodStr(T_me) && GoodStr(T_se))
463 me_all |= (strcmp(Str(T_me), Str(T_se)) == 0);
929 if (me_all && GoodStr(T_me)) {
933 (void) tputs(Str(T_me), 1, PUTPURE);
939 if (GoodStr(T_md) && GoodStr(T_me)) {
[all...]
/freebsd-13-stable/contrib/libedit/
H A Dterminal.c138 #define T_me 21 macro
239 if (GoodStr(T_me) && GoodStr(T_ue))
240 EL_FLAGS |= (strcmp(Str(T_me), Str(T_ue)) == 0) ?
244 if (GoodStr(T_me) && GoodStr(T_se))
245 EL_FLAGS |= (strcmp(Str(T_me), Str(T_se)) == 0) ?

Completed in 105 milliseconds