OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wordlist
(Results
1 - 8
of
8
) sorted by null
/external/chromium/net/base/
effective_tld_names_unittest2.cc
117
static const struct DomainRule
wordlist
[] =
local
140
register const char *s =
wordlist
[index].name;
143
return &
wordlist
[index];
effective_tld_names.cc
235
static const struct DomainRule
wordlist
[] =
local
[
all
...]
effective_tld_names_unittest1.cc
137
static const struct DomainRule
wordlist
[] =
local
173
register const char *s =
wordlist
[index].name;
176
return &
wordlist
[index];
/external/chromium_org/net/base/registry_controlled_domains/
effective_tld_names_unittest2.cc
128
static const struct DomainRule
wordlist
[] =
local
151
register const char *s =
wordlist
[index].name_offset + stringpool2;
154
return &
wordlist
[index];
effective_tld_names_unittest1.cc
166
static const struct DomainRule
wordlist
[] =
local
208
register const char *s =
wordlist
[index].name_offset + stringpool1;
211
return &
wordlist
[index];
effective_tld_names.cc
12992
static const struct DomainRule
wordlist
[] =
local
[
all
...]
/external/mksh/src/
syn.c
55
static char **
wordlist
(void);
431
t->vars =
wordlist
();
729
wordlist
(void)
function
/external/ppp/pppd/
pppd.h
180
struct
wordlist
{
struct
181
struct
wordlist
*next;
681
int options_from_list __P((struct
wordlist
*, int privileged));
682
/* Parse options from a
wordlist
*/
706
struct
wordlist
**paddrs,
707
struct
wordlist
**popts));
[
all
...]
Completed in 155 milliseconds