HomeSort by relevance Sort by last modified time
    Searched refs:SEE (Results 1 - 2 of 2) sorted by null

  /external/clearsilver/perl/
ClearSilver.pm 64 =head1 SEE ALSO
  /bionic/libc/regex/
regcomp.c 117 #define SEE(c) (MORE() && PEEK() == (c))
119 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
285 assert(!MORE() || SEE(stop));
313 if (!SEE(')'))
746 if (SEE('-') && MORE2() && PEEK2() != ']') {
    [all...]

Completed in 111 milliseconds