Lines Matching refs:c
1 #line 2 "scripts/genksyms/lex.c"
3 #line 4 "scripts/genksyms/lex.c"
11 /* %if-c-only */
26 /* %if-c++-only */
29 /* %if-c-only */
33 /* %if-c-only */
40 /* %if-c-only */
51 /* %if-c-or-c++ */
117 /* %if-c++-only */
154 #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
203 /* %if-c-only */
229 #define unput(c) yyunput( c, (yytext_ptr) )
240 /* %if-c-only */
244 /* %if-c++-only */
306 /* %if-c-only Standard (non-C++) definition */
335 /* %if-c-only Standard (non-C++) definition */
427 /* %if-c-only Standard (non-C++) definition */
667 #line 668 "scripts/genksyms/lex.c"
676 /* %if-c-only */
679 /* %if-c++-only */
687 /* %if-c-only Reentrant structure and macros (non-C++). */
689 /* %if-c-only */
744 static void yyunput (int c,char *buf_ptr );
759 /* %if-c-only Standard (non-C++) definition */
772 /* %if-c-only */
783 /* %if-c-only Standard (non-C++) definition */
789 /* %if-c++-only C++ definition */
801 int c = '*'; \
804 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
805 buf[n] = (char) c; \
806 if ( c == '\n' ) \
807 buf[n++] = (char) c; \
808 if ( c == EOF && ferror( yyin ) ) \
827 /* %if-c++-only C++ definition \ */\
847 /* %if-c-only */
850 /* %if-c++-only */
872 /* %if-c-only Standard (non-C++) definition */
878 /* %if-c++-only C++ definition */
917 #line 918 "scripts/genksyms/lex.c"
931 /* %if-c-only */
934 /* %if-c++-only */
938 /* %if-c-only */
941 /* %if-c++-only */
1108 #line 1109 "scripts/genksyms/lex.c"
1243 /* %if-c++-only */
1257 /* %if-c-only */
1260 /* %if-c++-only */
1395 /* %if-c-only */
1400 /* %if-c++-only */
1436 /* %if-c-only */
1439 /* %if-c++-only */
1464 /* %if-c-only */
1466 static void yyunput (int c, register char * yy_bp )
1468 /* %if-c++-only */
1499 *--yy_cp = (char) c;
1507 /* %if-c-only */
1511 /* %if-c-only */
1520 /* %if-c++-only */
1523 int c;
1581 c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
1586 YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n');
1588 return c;
1590 /* %if-c-only */
1597 * @note This function does not reset the start condition to @c INITIAL .
1599 /* %if-c-only */
1602 /* %if-c++-only */
1620 /* %if-c-only */
1623 /* %if-c++-only */
1655 /* %if-c-only */
1658 /* %if-c++-only */
1669 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
1673 /* %if-c-only */
1676 /* %if-c++-only */
1705 /* %if-c-only */
1708 /* %if-c++-only */
1724 /* %if-c-only */
1732 /* %if-c++-only */
1739 /* %if-c-only */
1742 /* %if-c++-only */
1762 /* %if-c-only */
1767 /* %if-c++-only */
1773 * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
1776 /* %if-c-only */
1779 /* %if-c++-only */
1803 /* %if-c-or-c++ */
1810 /* %if-c-only */
1813 /* %if-c++-only */
1841 /* %if-c-or-c++ */
1846 /* %if-c-only */
1849 /* %if-c++-only */
1867 /* %if-c-or-c++ */
1871 /* %if-c-only */
1874 /* %if-c++-only */
1919 /* %if-c-only */
1956 /* %if-c-only */
1972 /* %if-c-only */
2015 /* %if-c-only */
2022 /* %if-c++-only */
2044 /* %if-c-only */
2134 /* %endif if-c-only */
2136 /* %if-c-only */
2150 /* Defined in main.c */
2166 /* %if-c-only SNIP! this currently causes conflicts with the c++ scanner */
2251 #include "keywords.c"