Lines Matching refs:reentrant
42 %# %if-reentrant - Print for reentrant scanners.(push)
43 %# %if-not-reentrant - Print for non-reentrant scanners. (push)
61 %if-not-reentrant
270 %if-reentrant
301 are macros in the reentrant scanner. */
322 %if-not-reentrant
402 %if-not-reentrant
407 %if-not-reentrant
537 %if-not-reentrant
567 %if-not-reentrant
702 %if-reentrant
706 /* Holds the entire state of the reentrant scanner. */
713 /* The rest are the same as the globals declared in the non-reentrant scanner. */
782 %if-reentrant
805 %endif End reentrant structures and macros.
808 These are made visible to non-reentrant scanners for convenience. */
2503 %if-reentrant
2604 %if-reentrant
2707 %if-reentrant
2756 * the ONLY reentrant function that doesn't take the scanner as the last argument.
2821 /* Initialization is the same as for the non-reentrant scanner.
2880 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
2909 /* Reset the globals. This is important in a non-reentrant scanner so the next time
2913 %if-reentrant
2914 /* Destroy the main struct (reentrant only). */
3402 %if-reentrant
3409 %if-not-reentrant