HomeSort by: relevance | last modified time | path
    Searched defs:BOL (Results 1 - 7 of 7) 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/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/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/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.old/dist/libcpp/include/
cpplib.h 193 #define BOL (1 << 6) /* Token at beginning of line. */

Completed in 34 milliseconds