HomeSort by: relevance | last modified time | path
    Searched refs:BOL (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ProgressBar.py 47 BOL = '' #: Move the cursor to the beginning of the line
82 BOL=cr UP=cuu1 DOWN=cud1 LEFT=cub1 RIGHT=cuf1
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
229 self.BOL = self.term.BOL # BoL from col#79
234 self.BOL = self.term.UP + self.term.BOL
271 self.BOL + self.term.UP + self.term.CLEAR_EOL +
280 sys.stdout.write(self.BOL + self.term.CLEAR_EOL
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regengine.inc 97 #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) ? BOLEOL : EOL
    [all...]
  /src/external/gpl2/groff/dist/src/utils/indxbib/
indxbib.cpp 468 BOL, // in the middle of a reference, at the beginning of the line
477 // In states START, BOL, IGNORE_BOL, space_count how many spaces at
526 case BOL:
561 state = BOL;
605 state = BOL;
615 state = BOL;
627 state = BOL;
640 case BOL:
  /src/lib/libc/regex/
engine.c 119 #define BOL (OUT-1)
120 #define EOL (BOL-1)
121 #define BOLEOL (BOL-2)
122 #define NOTHING (BOL-3)
123 #define BOW (BOL-4)
124 #define EOW (BOL-5)
125 #define BADCHAR (BOL-6)
126 #define NWBND (BOL-7)
930 /* is there an EOL and/or BOL between lastc and c? */
935 flagch = BOL;
    [all...]
  /src/external/bsd/nvi/dist/regex/
engine.c 100 #define BOL (1)
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)
740 /* is there an EOL and/or BOL between lastc and c? */
745 flag = BOL;
750 flag = (flag == BOL) ? BOLEOL : EOL;
760 if ( (flag == BOL || (lastc != OUT && !ISWORD(lastc))) &
    [all...]
  /src/lib/libcompat/regexp/
regexp.c 86 #define BOL 1 /* no Match "" at beginning of line. */
266 else if (OP(scan) == BOL)
490 ret = regnode(BOL);
919 case BOL:
931 /* Prev must be BOL or nonword */
1221 case BOL:
1222 p = "BOL";
  /src/external/bsd/less/dist/
regexp.c 83 #define BOL 1 /* no Match "" at beginning of line. */
265 else if (OP(scan) == BOL)
487 ret = regnode(BOL);
857 case BOL:
1155 case BOL:
1156 p = "BOL";
  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 210 #define BOL (1 << 12) /* Token at beginning of line. */
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 2796 token->flags = BOL;
3675 if (result->flags & BOL)
3852 result->flags = BOL;
3868 result->flags = BOL;
5273 bool bol = true;
5294 bol = true;
5320 if (bol)
5389 bol = true;
5654 if (bol && module_p && !pfile->state.skipping
5697 bol = false
5272 bool bol = true; local
    [all...]
macro.cc 1312 || (token->type == CPP_HASH && token->flags & BOL))
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 193 #define BOL (1 << 6) /* Token at beginning of line. */
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 2517 token->flags = BOL;
3402 if (result->flags & BOL)
3564 result->flags = BOL;
3578 result->flags = BOL;
4953 bool bol = true;
4974 bol = true;
5000 if (bol)
5069 bol = true;
5334 if (bol && module_p && !pfile->state.skipping
5377 bol = false
4952 bool bol = true; local
    [all...]
macro.cc 1303 || (token->type == CPP_HASH && token->flags & BOL))
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 22187 #define BOL 1
22316 else if (OP(preg, scan) == BOL)
22660 ret = regnode(preg, BOL);
23350 case BOL:

Completed in 49 milliseconds