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

/freebsd-10.0-release/contrib/flex/
H A Dtblcmp.c308 /* find_table_space - finds a space in the table for a state to be placed
312 * int find_table_space();
314 * block_start = find_table_space( state, numtrans );
319 * find_table_space() returns the position of the start of the first block (in
322 * In determining if a state will or will not fit, find_table_space() must take
327 int find_table_space (state, numtrans) function
391 * firstfree for the next call of find_table_space().
767 int position = find_table_space (state, transnum);
773 * find_table_space() knows that this position in chk/nxt is taken
H A Dflexdef.h1080 extern int find_table_space PROTO ((int *, int));

Completed in 165 milliseconds