Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dregnodes.h22 #define SANY 15 /* 0xf Match any one character. */ macro
Dregcomp.h340 REG_ANY, SANY, CANY,
Dregcomp.sym26 SANY REG_ANY, no Match any one character.
Dregcomp.c1383 case SANY: in S_study_chunk()
1391 if (OP(scan) == SANY) in S_study_chunk()
2041 && (OP(r->regstclass) == REG_ANY || OP(r->regstclass) == SANY)) in Perl_pregcomp()
2838 ret = reg_node(pRExC_state, SANY); in S_regatom()
Dregexec.c2450 case SANY: in S_regmatch()
4068 case SANY: in S_regrepeat()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperldebguts.pod560 SANY no Match any one character.