HomeSort by relevance Sort by last modified time
    Searched defs:wordlist (Results 1 - 5 of 5) 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/mksh/src/
syn.c 45 static char **wordlist(void);
410 t->vars = wordlist();
681 wordlist(void) function
  /external/ppp/pppd/
pppd.h 180 struct wordlist { struct
181 struct wordlist *next;
679 int options_from_list __P((struct wordlist *, int privileged));
680 /* Parse options from a wordlist */
704 struct wordlist **paddrs,
705 struct wordlist **popts));
    [all...]

Completed in 321 milliseconds