Searched refs:BOL (Results 1 – 12 of 12) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | regnodes.h | 9 #define BOL 2 /* 0x2 Match "" at beginning of line. */ macro 76 BOL, /* BOL */ 77 BOL, /* MBOL */ 78 BOL, /* SBOL */
|
| D | regcomp.sym | 11 BOL BOL, no Match "" at beginning of line. 12 MBOL BOL, no Same, assuming multiline. 13 SBOL BOL, no Same, assuming singleline.
|
| D | regcomp.c | 1911 else if (PL_regkind[(U8)OP(first)] == BOL) { in Perl_pregcomp() 2820 ret = reg_node(pRExC_state, BOL); in S_regatom()
|
| D | regexec.c | 2406 case BOL: in S_regmatch()
|
| /mirbsd/src/lib/libc/regex/ |
| D | engine.c | 100 #define BOL (OUT+1) macro 101 #define EOL (BOL+1) 102 #define BOLEOL (BOL+2) 103 #define NOTHING (BOL+3) 104 #define BOW (BOL+4) 105 #define EOW (BOL+5) 106 #define CODEMAX (BOL+5) /* highest code used */ 713 flagch = BOL; in fast() 718 flagch = (flagch == BOL) ? BOLEOL : EOL; in fast() 728 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) && in fast() [all …]
|
| /mirbsd/src/usr.bin/less/ |
| D | regexp.c | 81 #define BOL 1 /* no Match "" at beginning of line. */ macro 260 else if (OP(scan) == BOL) 482 ret = regnode(BOL); 852 case BOL: 1150 case BOL:
|
| /mirbsd/src/lib/libcompat/regexp/ |
| D | regexp.c | 87 #define BOL 1 /* no Match "" at beginning of line. */ macro 263 else if (OP(scan) == BOL) 487 ret = regnode(BOL); 911 case BOL: 1215 case BOL:
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perldebtut.pod | 608 1: BOL(2) 619 anchored(BOL) minlen 4 628 L<perlre>, L<perlretut>, and to decode the mysterious labels (BOL and CURLYN,
|
| D | perldebguts.pod | 517 being C<BOL>, C<MBOL>, or C<GPOS>. See the table below. 545 BOL no Match "" at beginning of line.
|
| /mirbsd/src/usr.bin/lex/ |
| D | flex.skl | 1074 %% update BOL and yylineno
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | lynx.cfg | 2600 # BOL # Go to begin of line 2613 # DELBL # Delete back to BOL
|
| /mirbsd/src/share/misc/ |
| D | acronyms | 1553 BOL [IATA] Ballykelly, Northern Ireland 1554 BOL [Kfz] Bolivien
|