Lines Matching refs:code
424 /* %% [2.0] code to fiddle gram_text and gram_leng for yymore() goes here \ */\
428 /* %% [3.0] code to copy yytext_ptr to gram_text[] goes here, if %array \ */\
1205 /* Code executed at the beginning of each rule, after gram_text and gram_leng
1212 /* Code executed at the end of each rule. */
1238 /* Nesting level of the current code in braces. */
1250 /* Where containing code started, when applicable. Its initial
1303 /* %% [8.0] yymore()-related code goes here */
1314 /* %% [9.0] code to set up and find next match goes here */
1340 /* %% [10.0] code to find the action number goes here */
1345 /* %% [11.0] code for gram_lineno update goes here */
1349 /* %% [12.0] debug code goes here */
1682 /* Code in between braces. */
1998 | Scanning user-code characters and strings. |
2046 | Strings, comments etc. can be found in user code. |
2094 | For %union only, allow arbitrary C code to appear before the |
2131 | Scanning some code in braces (%union and actions). The initial |
2155 brace in braced code, so that the user code can omit trailing
2263 | Escape M4 quoting characters in C code. |
2369 /* %% [14.0] code to do back-up for compressed tables and set up yy_cp goes here */
2447 * Returns a code representing an action:
2593 /* %% [15.0] code to get the start state into yy_current_state goes here */
2599 /* %% [16.0] code to find the next state goes here */
2630 /* %% [17.0] code to find the next state, and perhaps do backing up, goes here */
3161 /* Redefine yyless() so it works in section 3 code. */
3681 unsigned long int code = strtoul (ucn + 2, NULL, 16);
3689 if (UCHAR_MAX < code)
3694 /* A non-ASCII host. Use CODE to index into a table of the C
3720 code = code < sizeof table ? table[code] : -1;
3724 return code;