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

/forgerock/web-agents-v4/pcre/
H A Dpcre_internal.h256 The TABLE_GET macro is designed for accessing elements of tables whose contain
266 #define TABLE_GET(c, table, default) ((table)[c]) macro
280 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) macro
288 #define TABLE_GET(c, table, default) (MAX_255(c)? ((table)[c]):(default)) macro

Completed in 196 milliseconds