Home
last modified time | relevance | path

Searched defs:TABLE_GET (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_internal.h260 #define TABLE_GET(c, table, default) ((table)[c]) macro
274 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) macro
282 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) macro

Completed in 21 milliseconds