Home
last modified time | relevance | path

Searched refs:BOL (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DProgressBar.py47 BOL = '' #: Move the cursor to the beginning of the line variable in TerminalController
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 +
/netbsd-src/external/gpl2/groff/dist/src/utils/indxbib/
H A Dindxbib.cpp468 BOL, // in the middle of a reference, at the beginning of the line in do_file() enumerator
526 case BOL: in do_file()
561 state = BOL; in do_file()
605 state = BOL; in do_file()
615 state = BOL; in do_file()
627 state = BOL; in do_file()
640 case BOL: in do_file()
/netbsd-src/lib/libc/regex/
H A Dengine.c119 #define BOL (OUT-1) macro
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)
935 flagch = BOL; in walk()
940 flagch = (flagch == BOL) ? BOLEOL : EOL; in walk()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/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) ? BOLEOL : EOL;
[all …]
/netbsd-src/external/bsd/less/dist/
H A Dregexp.c83 #define BOL 1 /* no Match "" at beginning of line. */ macro
265 else if (OP(scan) == BOL)
487 ret = regnode(BOL);
857 case BOL:
1155 case BOL:
/netbsd-src/lib/libcompat/regexp/
H A Dregexp.c86 #define BOL 1 /* no Match "" at beginning of line. */ macro
266 else if (OP(scan) == BOL)
490 ret = regnode(BOL);
919 case BOL:
1221 case BOL:
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A DISO_3166_de42 BO BOL Bolivien
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c1912 token->flags = BOL; in lex_raw_string()
2611 if (result->flags & BOL) in _cpp_lex_token()
2743 result->flags = BOL; in _cpp_lex_direct()
2755 result->flags = BOL; in _cpp_lex_direct()
H A Dmacro.c1245 || (token->type == CPP_HASH && token->flags & BOL)) in collect_args()
/netbsd-src/share/misc/
H A Dcountry46 Bolivia BO BOL 068 BL
H A Dairport870 BOL:Ballykelly, Northern Ireland
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h192 #define BOL (1 << 6) /* Token at beginning of line. */ macro
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h193 #define BOL (1 << 6) /* Token at beginning of line. */ macro
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc2516 token->flags = BOL; in lex_raw_string()
3401 if (result->flags & BOL) in _cpp_lex_token()
3563 result->flags = BOL; in _cpp_lex_direct()
3577 result->flags = BOL; in _cpp_lex_direct()
H A Dmacro.cc1303 || (token->type == CPP_HASH && token->flags & BOL)) in collect_args()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcppinternals.info159 The first token on a logical, i.e. unescaped, line has the flag 'BOL'
165 macro, and the tokens of a macro expansion do not have the 'BOL' flag
167 line certainly won't have the 'BOL' flag set.
366 checks each token for the 'BOL' flag, which might indicate a directive
H A Dcppinternals.texi184 @code{BOL} set for beginning-of-line. This flag is intended for
190 the @code{BOL} flag set. The macro expansion may even be empty, and the
191 next token on the line certainly won't have the @code{BOL} flag set.
398 checks each token for the @code{BOL} flag, which might indicate a
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcppinternals.info159 The first token on a logical, i.e. unescaped, line has the flag 'BOL'
165 macro, and the tokens of a macro expansion do not have the 'BOL' flag
167 line certainly won't have the 'BOL' flag set.
366 checks each token for the 'BOL' flag, which might indicate a directive
H A Dcppinternals.texi184 @code{BOL} set for beginning-of-line. This flag is intended for
190 the @code{BOL} flag set. The macro expansion may even be empty, and the
191 next token on the line certainly won't have the @code{BOL} flag set.
398 checks each token for the @code{BOL} flag, which might indicate a
/netbsd-src/external/bsd/flex/dist/src/
H A Dflex.skl1890 %% [19.0] update BOL and yylineno
/netbsd-src/external/bsd/flex/dist/doc/
H A Dflex.info-17477 * BOL, checking the BOL flag: Misc Macros. (line 46)
7478 * BOL, in patterns: Patterns. (line 127)
7479 * BOL, setting it: Misc Macros. (line 40)
H A Dflex.texi807 @cindex BOL, in patterns
2356 @cindex BOL, setting it
2364 @cindex BOL, checking the BOL flag
/netbsd-src/external/bsd/flex/dist/
H A DChangeLog8502 * flex.skl, gen.c: input() maintains BOL
8570 * flex.skl: BOL changes
8578 * gen.c: BOL changes some casts for Turbo C
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20063603 not at BOL.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20005234 * cpplib.h (cpp_printer, cpp_toklist, CPP_DEFINED, BOL,
13465 * cpplex.c (lex_line): Always set BOL on the first token of a line.
14609 gets a BOL flag.
17436 first token of a line BOL. Update EOF code for this.
17439 * cpplib.h (BOL): New flag.

12