Searched refs:posixcc (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c3401 char *posixcc = 0; local
3420 posixcc = s + 1;
3422 I32 complement = *posixcc == '^' ? *posixcc++ : 0;
3425 switch (*posixcc) {
3427 if (strnEQ(posixcc, "alnum", 5))
3430 else if (strnEQ(posixcc, "alpha", 5))
3433 else if (strnEQ(posixcc, "ascii", 5))
3438 if (strnEQ(posixcc, "blank", 5))
3443 if (strnEQ(posixcc, "cntr
[all...]

Completed in 98 milliseconds