Home
last modified time | relevance | path

Searched defs:words (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dansi2knr.c504 { static char *words[] = local
Dfunction.c676 char *words = argv[0]; /* Use a temp variable for find_next_token */ in func_firstword() local
689 char *words = argv[0]; /* Use a temp variable for find_next_token */ in func_lastword() local
934 int words = 0; in func_filter_filterout() local
1133 char **words = 0; in func_sort() local
Dmain.c2668 unsigned int words; in define_makeflags() local
/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c184 static WORD words[MAXWORDS]; variable
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1789 static std::string FormatWordList(const std::vector<std::string>& words) { in FormatWordList()