OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:onesp
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Tools/android/flex-2.5.4a/
dfa.c
768
while (
onesp
> 0 )
770
mk1tbl( onestate[
onesp
], onesym[
onesp
], onenext[
onesp
],
771
onedef[
onesp
] );
772
--
onesp
;
tblcmp.c
839
if (
onesp
>= ONE_STACK_SIZE - 1 )
844
++
onesp
;
845
onestate[
onesp
] = statenum;
846
onesym[
onesp
] = sym;
847
onenext[
onesp
] = nextstate;
848
onedef[
onesp
] = deflink;
main.c
72
int onenext[ONE_STACK_SIZE], onedef[ONE_STACK_SIZE],
onesp
;
variable
835
num_backing_up =
onesp
= numprots = 0;
flexdef.h
452
*
onesp
- stack pointer
456
extern int onenext[ONE_STACK_SIZE], onedef[ONE_STACK_SIZE],
onesp
;
[
all
...]
/prebuilt/linux-x86/flex/
flex-2.5.4a
Completed in 208 milliseconds