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

/macosx-10.10/cups-408/cups/vcnet/regex/
H A Dengine.ih13 #define BOL (OUT+1)
14 #define EOL (BOL+1)
15 #define BOLEOL (BOL+2)
16 #define NOTHING (BOL+3)
17 #define BOW (BOL+4)
18 #define EOW (BOL+5)
19 #define CODEMAX (BOL+5) /* highest code used */
H A Dengine.c655 /* is there an EOL and/or BOL between lastc and c? */
660 flagch = BOL;
665 flagch = (flagch == BOL) ? BOLEOL : EOL;
675 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
744 /* is there an EOL and/or BOL between lastc and c? */
749 flagch = BOL;
754 flagch = (flagch == BOL) ? BOLEOL : EOL;
764 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
801 == #define BOL (OUT+1)
802 == #define EOL (BOL
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/
H A DProgressBar.py43 BOL = '' #: Move the cursor to the beginning of the line variable in class:TerminalController
78 BOL=cr UP=cuu1 DOWN=cud1 LEFT=cub1 RIGHT=cuf1
214 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
217 self.BOL = self.term.BOL # BoL from col#79
222 self.BOL = self.term.UP + self.term.BOL
256 self.BOL + self.term.UP + self.term.CLEAR_EOL +
265 sys.stdout.write(self.BOL + self.term.CLEAR_EOL +
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Dregengine.inc97 #define BOL (OUT+1)
98 #define EOL (BOL+1)
99 #define BOLEOL (BOL+2)
100 #define NOTHING (BOL+3)
101 #define BOW (BOL+4)
102 #define EOW (BOL+5)
103 #define CODEMAX (BOL+5) /* highest code used */
709 /* is there an EOL and/or BOL between lastc and c? */
714 flagch = BOL;
719 flagch = (flagch == BOL)
[all...]
/macosx-10.10/groff-38/groff/src/utils/indxbib/
H A Dindxbib.cpp466 BOL, // in the middle of a reference, at the beginning of the line
475 // In states START, BOL, IGNORE_BOL, space_count how many spaces at
524 case BOL:
559 state = BOL;
603 state = BOL;
613 state = BOL;
625 state = BOL;
638 case BOL:
/macosx-10.10/less-25/less/
H A Dregexp.c81 #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:
1151 p = "BOL";
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_regexp.c84 #define BOL 1 /* no Match "" at beginning of line. */
394 ret = regnode(BOL);
799 case BOL:
1155 case BOL:
1156 p = "BOL";
H A Dexp_clib.c226 #define BOL 1 /* no Match "" at beginning of line. */ macro
418 else if (OP(scan) == BOL)
645 ret = regnode(BOL,rcstate);
1015 case BOL:
1321 case BOL:
1322 p = "BOL";
/macosx-10.10/JavaScriptCore-7600.1.17/yarr/
H A DYarrPattern.h186 static PatternTerm BOL() function in struct:JSC::Yarr::PatternTerm
H A DYarrInterpreter.h199 static ByteTerm BOL(int inputPos) function in struct:JSC::Yarr::ByteTerm
H A DYarrPattern.cpp305 m_alternative->m_terms.append(PatternTerm::BOL());
434 // Bubble up BOL flags
441 // If all the alternatives in parens start with BOL, then so does this one
H A DYarrInterpreter.cpp1496 m_bodyDisjunction->terms.append(ByteTerm::BOL(inputPosition));
/macosx-10.10/vim-55/src/
H A Dregexp.c141 #define BOL 1 /* Match "" at beginning of line. */ macro
1101 if (OP(scan) == BOL || OP(scan) == RE_BOF)
1628 ret = regnode(BOL);
1650 ret = regnode(BOL);
3913 case BOL:
6156 case BOL:
6157 p = "BOL";

Completed in 298 milliseconds