Searched defs:word (Results 1 - 3 of 3) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
H A Dlex.c41 const char *word; member in struct:Keyword
164 int word(char *);
191 return word(buf);
445 if ((cond = strcmp(w, kp[mid].word)) < 0)
455 int word(char *w) function
/ndk/sources/host-tools/make-3.81/
H A Dfunction.c97 the end of each word, rather than the end of the whole text. */
423 /* Write each word of the first argument directly followed
424 by the corresponding word of the second argument.
766 check_numeric (argv[0], _("non-numeric first argument to `word' function"));
771 _("first argument to `word' function must be greater than 0"));
808 /* Find the beginning of the "start"th word. */
814 /* Find the end of the "count"th word from start. */
974 struct a_word *word = (struct a_word *) alloca (sizeof (struct a_word));
976 *wordtail = word;
977 wordtail = &word
967 struct a_word *word = (struct a_word *) alloca (sizeof (struct a_word)); local
[all...]
/ndk/build/core/
H A Ddefinitions.mk56 last2 = $(word $(words $1), x $1)
64 last3 = $(word $(words $1), x x $1)
313 # Helper functions because the GNU Make $(word ...) function does
321 index-word-list = $(wordlist $(call bump-0-to-1,$1),$2,$3)
329 # $2: word list
332 $$(hide) $$(HOST_ECHO_N) "$(call index-word-list,$10,$19,$2) " >> $$@
337 # $2: word list
342 # Same as list-file-always-gen-10, except that the word list might be
345 ifneq ($(word $10,$2),)
377 ifneq ($(word
[all...]

Completed in 205 milliseconds