FIRST_AUTOTAB_OP 705 ext/pcre/pcrelib/pcre_compile.c #define APTROWS (LAST_AUTOTAB_LEFT_OP - FIRST_AUTOTAB_OP + 1) FIRST_AUTOTAB_OP 706 ext/pcre/pcrelib/pcre_compile.c #define APTCOLS (LAST_AUTOTAB_RIGHT_OP - FIRST_AUTOTAB_OP + 1) FIRST_AUTOTAB_OP 3455 ext/pcre/pcrelib/pcre_compile.c accepted = leftop >= FIRST_AUTOTAB_OP && leftop <= LAST_AUTOTAB_LEFT_OP && FIRST_AUTOTAB_OP 3456 ext/pcre/pcrelib/pcre_compile.c rightop >= FIRST_AUTOTAB_OP && rightop <= LAST_AUTOTAB_RIGHT_OP && FIRST_AUTOTAB_OP 3457 ext/pcre/pcrelib/pcre_compile.c autoposstab[leftop - FIRST_AUTOTAB_OP][rightop - FIRST_AUTOTAB_OP];