Home | History | Annotate | Download | only in python2.7

Lines Matching full:elif

107             elif op == "branch":
115 elif type(av) in seqtypes:
158 elif op is CALL:
162 elif op is SUBPATTERN:
166 elif op in REPEATCODES:
170 elif op in UNITCODES:
173 elif op == SUCCESS:
244 elif c in OCTDIGITS:
250 elif c in DIGITS:
275 elif c == "0":
280 elif c in DIGITS:
333 elif item[0] != prefix:
416 elif this == "[":
430 elif this and this[0] == "\\":
432 elif this:
445 elif this:
467 elif _len(set)==2 and set[0][0] is NEGATE and set[1][0] is LITERAL:
473 elif this and this[0] in REPEAT_CHARS:
477 elif this == "*":
480 elif this == "+":
482 elif this == "{":
526 elif this == ".":
529 elif this == "(":
554 elif sourcematch("="):
579 elif sourcematch(":"):
582 elif sourcematch("#"):
591 elif source.next in ASSERTCHARS:
608 elif sourcematch("("):
661 elif this == "^":
664 elif this == "$":
667 elif this and this[0] == "\\":
691 elif tail:
752 elif c == "0":
758 elif c in DIGITS: