Home | History | Annotate | Download | only in src

Lines Matching refs:code

167   /* Nesting level of the current code in braces.  */
179 /* Where containing code started, when applicable. Its initial
293 /* Code in between braces. */
499 | Scanning user-code characters and strings. |
523 | Strings, comments etc. can be found in user code. |
556 | For %union only, allow arbitrary C code to appear before the |
590 | Scanning some code in braces (%union and actions). The initial |
602 brace in braced code, so that the user code can omit trailing
688 | Escape M4 quoting characters in C code. |
1027 unsigned long int code = strtoul (ucn + 2, NULL, 16);
1035 if (UCHAR_MAX < code)
1040 /* A non-ASCII host. Use CODE to index into a table of the C
1066 code = code < sizeof table ? table[code] : -1;
1070 return code;