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

/macosx-10.10/screen-22/screen/
H A Dbraille_tsi.c196 {-1, RC_ILLEGAL, 0, 0}
222 {-1, RC_ILLEGAL, 0, 0}
249 {-1, RC_ILLEGAL, 0, 0}
280 if (tab[i].key != -1 && tab[i].nr != RC_ILLEGAL)
H A Dtermcap.c528 if (a1 && a1->nr == RC_ILLEGAL)
530 if (a2 && a2->nr == RC_ILLEGAL)
581 if (umtab[nr].nr == RC_ILLEGAL && dmtab[nr].nr == RC_COMMAND)
589 if (kme->um.nr == RC_ILLEGAL && kme->dm.nr == RC_COMMAND)
1074 if (act->nr == RC_ILLEGAL)
1080 if (act->nr == RC_ILLEGAL)
1083 if (act->nr == RC_ILLEGAL && (i == T_NAVIGATE + 1 || i == T_NAVIGATE + 3))
1087 if (act->nr == RC_ILLEGAL)
1090 if (act->nr != RC_ILLEGAL)
H A Dcomm.h49 #define RC_ILLEGAL -1 macro
H A Dcomm.h.dist49 #define RC_ILLEGAL -1
H A Dhelp.c167 if (n == RC_ILLEGAL)
333 while ((n = ktabp[helpdata->command_search].nr) == RC_ILLEGAL
1408 if (tab[i].nr != RC_ILLEGAL)
1452 if (act->nr == RC_ILLEGAL)
1461 if (act->nr == RC_ILLEGAL)
1477 if (act->nr == RC_ILLEGAL)
H A Dprocess.c406 ktab[i].nr = RC_ILLEGAL;
413 umtab[i].nr = RC_ILLEGAL;
416 dmtab[i].nr = RC_ILLEGAL;
419 mmtab[i].nr = RC_ILLEGAL;
603 kp->ktab[i].nr = RC_ILLEGAL;
618 if (act->nr == RC_ILLEGAL)
620 act->nr = RC_ILLEGAL;
915 return RC_ILLEGAL;
1038 if (nr == RC_ILLEGAL)
3031 if ((i = FindCommnr(args[1])) == RC_ILLEGAL)
[all...]
H A Dacls.c833 if ((i = FindCommnr(s)) != RC_ILLEGAL)
H A Ddisplay.c3736 if (idletimo <= 0 || idleaction.nr == RC_ILLEGAL)

Completed in 102 milliseconds