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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.screen.c357 static int me_all = 0; /* does two or more of the attributes use me */ variable
463 me_all = (strcmp(Str(T_me), Str(T_ue)) == 0);
465 me_all = 0;
467 me_all |= (strcmp(Str(T_me), Str(T_se)) == 0);
933 if (me_all && GoodStr(T_me)) {
1483 me_all = (strcmp(Str(T_me), Str(T_ue)) == 0);
1485 me_all = 0;
1487 me_all |= (strcmp(Str(T_me), Str(T_se)) == 0);

Completed in 54 milliseconds