Searched refs:find_table_space (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/lex/
H A Dtblcmp.c319 /* find_table_space - finds a space in the table for a state to be placed
323 * int find_table_space();
325 * block_start = find_table_space( state, numtrans );
330 * find_table_space() returns the position of the start of the first block (in
333 * In determining if a state will or will not fit, find_table_space() must take
338 int find_table_space( state, numtrans ) function
406 * firstfree for the next call of find_table_space().
799 int position = find_table_space( state, transnum );
805 * find_table_space() knows that this position in chk/nxt is taken
H A Dflexdef.h1030 extern int find_table_space PROTO((int*, int));

Completed in 101 milliseconds