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

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Ddir-only-1.c29 #define BOL macro
30 #ifndef BOL
/haiku-buildtools/jam/
H A Dregexp.c92 #define BOL 1 /* no Match "" at beginning of line. */ macro
267 else if (OP(scan) == BOL)
488 ret = regnode(BOL);
910 case BOL:
922 /* Prev must be BOL or nonword */
1213 case BOL:
1214 p = "BOL";
/haiku-buildtools/gcc/libcpp/include/
H A Dcpplib.h187 #define BOL (1 << 6) /* Token at beginning of line. */ macro
/haiku-buildtools/gcc/libcpp/
H A Dlex.c1741 token->flags = BOL;
2179 if (result->flags & BOL)
2310 result->flags = BOL;
2320 result->flags = BOL;
H A Dmacro.c895 || (token->type == CPP_HASH && token->flags & BOL))

Completed in 85 milliseconds