FIRST_AUTOTAB_OP 715 ext/pcre/pcrelib/pcre_compile.c #define APTROWS (LAST_AUTOTAB_LEFT_OP - FIRST_AUTOTAB_OP + 1) FIRST_AUTOTAB_OP 716 ext/pcre/pcrelib/pcre_compile.c #define APTCOLS (LAST_AUTOTAB_RIGHT_OP - FIRST_AUTOTAB_OP + 1) FIRST_AUTOTAB_OP 3474 ext/pcre/pcrelib/pcre_compile.c accepted = leftop >= FIRST_AUTOTAB_OP && leftop <= LAST_AUTOTAB_LEFT_OP && FIRST_AUTOTAB_OP 3475 ext/pcre/pcrelib/pcre_compile.c rightop >= FIRST_AUTOTAB_OP && rightop <= LAST_AUTOTAB_RIGHT_OP && FIRST_AUTOTAB_OP 3476 ext/pcre/pcrelib/pcre_compile.c autoposstab[leftop - FIRST_AUTOTAB_OP][rightop - FIRST_AUTOTAB_OP];