Lines Matching full:scan
1488 /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
1609 /** Setup the input buffer state to scan directly from a user-specified character buffer.
1644 /** Setup the input buffer state to scan a string. The next call to yylex() will
1645 * scan from a @e copy of @a str.
1646 * @param str a NUL-terminated string to scan
1649 * @note If you want to scan bytes that may contain NUL values, then use
1658 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
1659 * scan from a @e copy of @a bytes.
1660 * @param bytes the byte buffer to scan