Home
last modified time | relevance | path

Searched refs:SEE (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c47 #define SEE(c) (MORE() && PEEK() == (c)) macro
49 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
238 assert(!MORE() || SEE(stop));
268 if (!SEE(')'))
708 if (SEE('-') && MORE2() && PEEK2() != ']') {
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1342 SEE ALSO
4263 SEE ALSO
7657 SEE ALSO
8064 SEE ALSO
8696 SEE ALSO

Completed in 36 milliseconds