Home | History | Annotate | Download | only in csh

Lines Matching defs:search

64 static void search(int, int, Char *);
97 * Binary search Bp1 is the beginning of the current search range. Bp2 is
274 search(T_IF, 0, NULL);
309 search(T_ELSE, 0, NULL);
332 search(T_BREAK, 0, NULL);
337 search(T_GOTO, 0, lab);
358 search(T_SWITCH, 0, lp = globone(cp, G_ERROR));
488 search(T_BREAK, 0, NULL); /* read the expression in */
562 search(T_BRKSW, 0, NULL);
572 * Binary search Sp1 is the beginning of the current search range. Sp2 is
593 search(int type, int level, Char *goal)
787 * "if(" then getword above sucks in the '(' and so the search routine
814 search(T_BREAK, 0, NULL);