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

  /src/lib/libc/regex/
regcomp.c 157 static bool may_escape(struct parse *p, const wint_t ch);
608 if (may_escape(p, wc))
1030 if ((c & BACKSL) == 0 || may_escape(p, wc))
1416 - may_escape - determine whether 'ch' is escape-able in the current context
1417 == static int may_escape(struct parse *p, const wint_t ch)
1420 may_escape(struct parse *p, const wint_t ch) function in typeref:typename:bool
regcomp.c 157 static bool may_escape(struct parse *p, const wint_t ch);
608 if (may_escape(p, wc))
1030 if ((c & BACKSL) == 0 || may_escape(p, wc))
1416 - may_escape - determine whether 'ch' is escape-able in the current context
1417 == static int may_escape(struct parse *p, const wint_t ch)
1420 may_escape(struct parse *p, const wint_t ch) function in typeref:typename:bool

Completed in 50 milliseconds