Lines Matching full:case
313 case OPLUS_:
314 case OQUEST_:
317 case OCH_:
326 case OEND:
329 case OCHAR:
332 case OBOL:
333 case OEOL:
334 case OBOW:
335 case OEOW:
337 case OANY:
338 case OANYOF:
341 case OBACK_:
342 case O_BACK:
346 case OQUEST_:
370 case OPLUS_:
406 case OCH_:
441 case O_PLUS:
442 case O_QUEST:
443 case OOR1:
444 case OOR2:
445 case O_CH:
448 case OLPAREN:
453 case ORPAREN:
495 case OCHAR:
499 case OANY:
504 case OANYOF:
509 case OBOL:
517 case OEOL:
525 case OBOW:
536 case OEOW:
546 case O_QUEST:
548 case OOR1: /* matches null but needs to skip */
572 case OBACK_: /* the vilest depths */
591 case OQUEST_: /* to null or not */
597 case OPLUS_:
603 case O_PLUS:
614 case OCH_: /* find the right one, if any */
635 case OLPAREN: /* must undo assignment if rest fails */
646 case ORPAREN: /* must undo assignment if rest fails */
853 case OEND:
856 case OCHAR:
862 case OBOL:
866 case OEOL:
870 case OBOW:
874 case OEOW:
878 case OANY:
882 case OANYOF:
887 case OBACK_: /* ignored here */
888 case O_BACK:
891 case OPLUS_: /* forward, this is just an empty */
894 case O_PLUS: /* both forward and back */
904 case OQUEST_: /* two branches, both forward */
908 case O_QUEST: /* just an empty */
911 case OLPAREN: /* not significant here */
912 case ORPAREN:
915 case OCH_: /* mark the first two branches */
920 case OOR1: /* done a branch, find the O_CH */
929 case OOR2: /* propagate OCH_'s marking */
936 case O_CH: /* just empty */