Function parser_c::parser::lexer::alex_scan_tkn []

pub fn alex_scan_tkn(
    user: bool,
    orig_input: AlexInput,
    len: isize,
    input: AlexInput,
    s: isize,
    last_acc: AlexLastAcc
) -> (AlexLastAcc, AlexInput)

Push the input through the DFA, remembering the most recent accepting state it encountered.