Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/oniguruma/
H A Dregint.h217 #define PLATFORM_GET_INC(val,p,type) do{\ macro
224 #define PLATFORM_GET_INC(val,p,type) do{\ macro
568 #define GET_RELADDR_INC(addr,p) PLATFORM_GET_INC(addr, p, RelAddrType)
569 #define GET_ABSADDR_INC(addr,p) PLATFORM_GET_INC(addr, p, AbsAddrType)
570 #define GET_LENGTH_INC(len,p) PLATFORM_GET_INC(len, p, LengthType)
571 #define GET_MEMNUM_INC(num,p) PLATFORM_GET_INC(num, p, MemNumType)
572 #define GET_REPEATNUM_INC(num,p) PLATFORM_GET_INC(num, p, RepeatNumType)
573 #define GET_OPTION_INC(option,p) PLATFORM_GET_INC(option, p, OnigOptionType)
574 #define GET_POINTER_INC(ptr,p) PLATFORM_GET_INC(ptr, p, PointerType)
575 #define GET_STATE_CHECK_NUM_INC(num,p) PLATFORM_GET_INC(num, p, StateCheckNumType)

Completed in 12 milliseconds