FIRST_AUTOTAB_OP 713 ext/pcre/pcrelib/pcre_compile.c #define APTROWS (LAST_AUTOTAB_LEFT_OP - FIRST_AUTOTAB_OP + 1) FIRST_AUTOTAB_OP 714 ext/pcre/pcrelib/pcre_compile.c #define APTCOLS (LAST_AUTOTAB_RIGHT_OP - FIRST_AUTOTAB_OP + 1) FIRST_AUTOTAB_OP 3472 ext/pcre/pcrelib/pcre_compile.c accepted = leftop >= FIRST_AUTOTAB_OP && leftop <= LAST_AUTOTAB_LEFT_OP && FIRST_AUTOTAB_OP 3473 ext/pcre/pcrelib/pcre_compile.c rightop >= FIRST_AUTOTAB_OP && rightop <= LAST_AUTOTAB_RIGHT_OP && FIRST_AUTOTAB_OP 3474 ext/pcre/pcrelib/pcre_compile.c autoposstab[leftop - FIRST_AUTOTAB_OP][rightop - FIRST_AUTOTAB_OP];