Home
last modified time | relevance | path

Searched refs:anyofs (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dregcomp_debug.c489 # error Need to adjust order of anyofs[]
491 static const char * const anyofs[] = { variable
999 if (index < C_ARRAY_LENGTH(anyofs)) { in Perl_regprop()
1000 if (*anyofs[index] != '[') { in Perl_regprop()
1003 sv_catpv(sv, anyofs[index]); in Perl_regprop()
1004 if (*anyofs[index] != '[') { in Perl_regprop()
1513 sv_catpv(posixes, anyofs[i]); in S_put_charclass_bitmap_innards()