Home | History | Annotate | Download | only in Oniguruma

Lines Matching refs:ONIG_CHAR_TABLE_SIZE

2989     *skip = (int* )xmalloc(sizeof(int) * ONIG_CHAR_TABLE_SIZE);

2994 for (i = 0; i < ONIG_CHAR_TABLE_SIZE; i++)