Home | History | Annotate | Download | only in src

Lines Matching full:scanning

191   | Scanning white space.  |
215 | Scanning Bison directives. |
332 | Scanning after an identifier, checking whether a colon is next. |
359 | Scanning a Yacc comment. The initial `/ *' is already eaten. |
371 | Scanning a C comment. The initial `/ *' is already eaten. |
382 | Scanning a line comment. The initial `//' is already eaten. |
394 | Scanning a Bison string, including its escapes. |
413 | Scanning a Bison character literal, decoding its escapes. |
499 | Scanning user-code characters and strings. |
555 | Scanning after %union etc., possibly followed by white space. |
590 | Scanning some code in braces (%union and actions). The initial |
653 | Scanning some prologue: from "%{" (already scanned) to "%}". |
671 | Scanning the epilogue (everything after the second "%%", which |