Home
last modified time | relevance | path

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

/PHP-5.3/ext/ereg/regex/
H A Dregexec.c27 #define ISSET(v, n) ((v) & ((unsigned)1 << (n))) macro
53 #undef ISSET
74 #define ISSET(v, n) ((v)[n]) macro
H A Dengine.c689 if (ISSET(st, stopst) || p == stop)
704 if (ISSET(st, stopst))
778 if (ISSET(st, stopst))
952 if (ISSET(st, i)) {

Completed in 6 milliseconds