OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:easysrc_decl
(Results
1 - 3
of
3
) sorted by null
/external/curl/src/
tool_easysrc.h
29
extern struct slist_wc *
easysrc_decl
; /* Variable declarations */
tool_easysrc.c
40
struct slist_wc *
easysrc_decl
= NULL; /* Variable declarations */
variable in typeref:struct:slist_wc
61
/*
easysrc_decl
declarations come here */
82
slist_wc_free_all(
easysrc_decl
);
83
easysrc_decl
= NULL;
196
if(
easysrc_decl
) {
197
for(ptr =
easysrc_decl
->first; ptr; ptr = ptr->next)
tool_setopt.c
196
#define DECL0(s) ADD((&
easysrc_decl
, s))
197
#define DECL1(f,a) ADDF((&
easysrc_decl
, f,a))
Completed in 3169 milliseconds