Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/less/
Dregexp.c88 #define EXACTLY 8 /* str Match this string. */ macro
258 if (OP(scan) == EXACTLY)
275 if (OP(scan) == EXACTLY && ((int) strlen(OPERAND(scan))) >= len) {
547 ret = regnode(EXACTLY);
566 ret = regnode(EXACTLY);
865 case EXACTLY: {
982 if (OP(next) == EXACTLY)
1040 case EXACTLY:
1102 register char op = EXACTLY; /* Arbitrary non-END op. */
1116 if (op == ANYOF || op == ANYBUT || op == EXACTLY) {
[all …]
/mirbsd/src/lib/libcompat/regexp/
Dregexp.c94 #define EXACTLY 8 /* str Match this string. */ macro
261 if (OP(scan) == EXACTLY)
278 if (OP(scan) == EXACTLY && strlen(OPERAND(scan)) >= len) {
596 ret = regnode(EXACTLY);
939 case EXACTLY: {
1053 if (OP(next) == EXACTLY)
1108 case EXACTLY:
1168 register char op = EXACTLY; /* Arbitrary non-END op. */
1183 if (op == ANYOF || op == ANYBUT || op == EXACTLY) {
1233 case EXACTLY:
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlembed.pod85 you're not alone. The cardinal rule: COMPILE THE PROGRAMS IN EXACTLY