OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copysingl
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Tools/android/flex-2.5.4a/
nfa.c
66
/*
copysingl
- make a given number of copies of a singleton machine
70
* newsng =
copysingl
( singl, num );
77
int
copysingl
( singl, num )
function
551
base_mach =
copysingl
( mach, lb - 1 );
flexdef.h
922
extern int
copysingl
PROTO((int, int));
[
all
...]
parse.y
611
copysingl
( $1, $3 - 1 ) );
/external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c
1188
copysingl
( yyvsp[-3], yyvsp[-1] - 1 ) );
[
all
...]
Completed in 599 milliseconds