Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregint.h677 #define PLATFORM_GET_INC(val,p,type) do{\ macro
684 #define PLATFORM_GET_INC(val,p,type) do{\ macro
691 #define GET_RELADDR_INC(addr,p) PLATFORM_GET_INC(addr, p, RelAddrType)
692 #define GET_ABSADDR_INC(addr,p) PLATFORM_GET_INC(addr, p, AbsAddrType)
693 #define GET_LENGTH_INC(len,p) PLATFORM_GET_INC(len, p, LengthType)
694 #define GET_MEMNUM_INC(num,p) PLATFORM_GET_INC(num, p, MemNumType)
695 #define GET_REPEATNUM_INC(num,p) PLATFORM_GET_INC(num, p, RepeatNumType)
696 #define GET_OPTION_INC(option,p) PLATFORM_GET_INC(option, p, OnigOptionType)
697 #define GET_POINTER_INC(ptr,p) PLATFORM_GET_INC(ptr, p, PointerType)
698 #define GET_STATE_CHECK_NUM_INC(num,p) PLATFORM_GET_INC(num, p, StateCheckNumType)

Completed in 16 milliseconds