Searched refs:CPP_FIRST_DIGRAPH (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libcpp/include/
H A Dcpplib.h95 /* Digraphs together, beginning with CPP_FIRST_DIGRAPH. */ \
161 CPP_FIRST_DIGRAPH = CPP_HASH, enumerator in enum:cpp_ttype
/haiku-buildtools/gcc/libcpp/
H A Dlex.c2759 return digraph_spellings[(int) type - (int) CPP_FIRST_DIGRAPH];
2970 c = digraph_spellings[(int) b - (int) CPP_FIRST_DIGRAPH][0];

Completed in 104 milliseconds