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

/freebsd-9.3-release/contrib/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)
[all...]
/freebsd-9.3-release/contrib/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:
/freebsd-9.3-release/lib/libc/regex/
H A Dengine.c111 #define BOL (OUT-1) macro
112 #define EOL (BOL-1)
113 #define BOLEOL (BOL-2)
114 #define NOTHING (BOL-3)
115 #define BOW (BOL-4)
116 #define EOW (BOL-5)
117 #define BADCHAR (BOL-6)
813 /* is there an EOL and/or BOL between lastc and c? */
818 flagch = BOL;
823 flagch = (flagch == BOL)
[all...]
/freebsd-9.3-release/contrib/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";
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dlex.c788 if (result->flags & BOL)
927 result->flags = BOL;
937 result->flags = BOL;
H A Dmacro.c643 || (token->type == CPP_HASH && token->flags & BOL))
/freebsd-9.3-release/contrib/gcclibs/libcpp/include/
H A Dcpplib.h174 #define BOL (1 << 6) /* Token at beginning of line. */ macro
/freebsd-9.3-release/sys/contrib/dev/uath/
H A Dar5523.bin.uu286 MO0`@$`#_]R03``(GO?_PK[$`!*^_``BOL```C)``!`P`<A@`H(@AC@0`-(R%
301 MC[$`!(^P```#X``()[T`$">]_]"OL0`DK[\`+*^R`"BOL``@`*"((8R2``0`
421 M`^``"">]`!`0`/_Z```0(2>]_]"OL0`D`*"((:^R`"BOL``@K[\`+`P`<A@`
821 MK[0`,*^R`"BOL``@K[\`1*^S`"ROL0`DC((;^#DC``$!(/`AC$0``##6__\!
1149 M)`8``1``__(D!0`"$`#_U@#@&"$GO?_PK[$`!*^_``BOL```C((7Q`"`B"$4
1244 M`B1"1&BOL````("`(:X"'`BOOP`$#``TZ`!`("$\`H`")$)+X`!`("$,`#3H
1267 M``@D`@`!K((7Y`/@``@`````)[W_\*^R``BOL```K[\`#*^Q``2,@P``)`(`
1528 MX">^`!``!SP`K[<`W*^V`-BOL@#(K[$`Q`"@D"$`@(@A```H(0/`("$`P+@A
1705 MK[$`!*^_``BOL```C(4;^`"`B"&,L``$C@(`&!!```<D!/__C*,`,"0"``%0
1722 M!0`'K[\`#*^R``BOL```#`!*]
[all...]
/freebsd-9.3-release/usr.bin/lex/
H A Dflex.skl1066 %% update BOL and yylineno

Completed in 273 milliseconds