OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstfree
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/android/flex-2.5.4a/
tblcmp.c
339
/*
Firstfree
is the position of the first possible occurrence of two
368
i =
firstfree
;
404
*
firstfree
for the next call of find_table_space().
407
firstfree
= i + 1;
432
* Initializes "
firstfree
" to be one beyond the end of the table. Initializes
442
firstfree
= tblend + 1;
571
baseaddr =
firstfree
;
632
if ( baseaddr ==
firstfree
)
634
for ( ++
firstfree
; chk[
firstfree
] != 0; ++firstfree
[
all
...]
flexdef.h
584
*
firstfree
- first empty entry in "nxt/chk" table
603
extern int *base, *def, *nultrans, NUL_ec, tblend,
firstfree
, **dss, *dfasiz;
[
all
...]
main.c
90
int *base, *def, *nultrans, NUL_ec, tblend,
firstfree
, **dss, *dfasiz;
variable
Completed in 79 milliseconds