Searched refs:ADD_ACTIVE (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/pcre-7/pcre/
H A Dpcre_dfa_exec.c321 #define ADD_ACTIVE(x,y) \ macro
736 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0);
739 ADD_ACTIVE(state_offset - GET(code, 1), 0);
779 ADD_ACTIVE(code - start_code, 0);
787 ADD_ACTIVE(code - start_code + 1 + LINK_SIZE, 0);
796 ADD_ACTIVE(code - start_code + 3 + LINK_SIZE, 0);
800 ADD_ACTIVE(code - start_code + 1 + LINK_SIZE, 0);
808 ADD_ACTIVE(state_offset + 1, 0);
811 ADD_ACTIVE(code - start_code + 1 + LINK_SIZE, 0);
818 ADD_ACTIVE(cod
[all...]

Completed in 166 milliseconds