Lines Matching refs:scanner
2 * keyword-gen.c -- generate keyword scanner finite state machine and
285 big_scan_state sst[MAXSTATES]; /* scanner FSM state entries */
461 * scanner state machine is built and the practice of
512 /* Define a function to create the states of the scanner. This function
565 "fatal, keyword scanner state array "
623 * creates a keywords scanner out of it.
629 u_short scanner;
633 scanner = 0;
637 scanner =
642 scanner);
645 return scanner;