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

/freebsd-13-stable/contrib/flex/src/
H A Dtblcmp.c306 /* find_table_space - finds a space in the table for a state to be placed
310 * int find_table_space();
312 * block_start = find_table_space( state, numtrans );
317 * find_table_space() returns the position of the start of the first block (in
320 * In determining if a state will or will not fit, find_table_space() must take
325 int find_table_space (int *state, int numtrans) function
388 * firstfree for the next call of find_table_space().
757 int position = find_table_space (state, transnum);
763 * find_table_space() knows that this position in chk/nxt is taken
H A Dflexdef.h1018 extern int find_table_space(int *, int);

Completed in 57 milliseconds