OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cldatatype
(Results
1 - 2
of
2
) sorted by null
/external/ltp/utils/ffsb-6.0-rc2/
cirlist.h
23
typedef struct ffsb_file *
cldatatype
;
typedef in typeref:struct:ffsb_file
26
cldatatype
obj;
38
void cl_insert_tail(struct cirlist *cl ,
cldatatype
object);
39
cldatatype
cl_remove_head(struct cirlist *cl);
cirlist.c
35
void cl_insert_tail(struct cirlist *cl,
cldatatype
object)
66
cldatatype
cl_remove_head(struct cirlist *cl)
70
cldatatype
ret = NULL;
Completed in 546 milliseconds