Lines Matching defs:c
117 #define SEE(c) (MORE() && PEEK() == (c)) argument
119 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) argument
127 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) argument
128 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) argument
129 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) argument
251 char c; in p_ere() local
294 char c; in p_ere_exp() local
491 int c; in p_simp_re() local
706 char c; in p_b_term() local
773 char c; in p_b_cclass() local
802 char c; in p_b_eclass() local
1215 isinsets(struct re_guts *g, int c) in isinsets()
1253 int c; in categorize() local