HomeSort by: relevance | last modified time | path
    Searched defs:p_simp_re (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/regex/
regcomp.c 144 static bool p_simp_re(struct parse *p, struct branchc *bc);
355 p->parse_expr = p_simp_re;
880 - p_simp_re - parse a simple RE, an atom possibly followed by a repetition
881 == static bool p_simp_re(struct parse *p, struct branchc *bc);
884 p_simp_re(struct parse *p, struct branchc *bc) function in typeref:typename:bool

Completed in 12 milliseconds