HomeSort by: relevance | last modified time | path
    Searched defs:a_word (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gmake/dist/
function.c 886 struct a_word
888 struct a_word *next;
889 struct a_word *chain;
898 return_STRING_HASH_1 (((struct a_word const *) key)->str);
904 return_STRING_HASH_2 (((struct a_word const *) key)->str);
910 int result = ((struct a_word const *) x)->length - ((struct a_word const *) y)->length;
913 return_STRING_COMPARE (((struct a_word const *) x)->str,
914 ((struct a_word const *) y)->str);
929 struct a_word *wordhead
879 struct a_word struct
    [all...]
function.c 886 struct a_word
888 struct a_word *next;
889 struct a_word *chain;
898 return_STRING_HASH_1 (((struct a_word const *) key)->str);
904 return_STRING_HASH_2 (((struct a_word const *) key)->str);
910 int result = ((struct a_word const *) x)->length - ((struct a_word const *) y)->length;
913 return_STRING_COMPARE (((struct a_word const *) x)->str,
914 ((struct a_word const *) y)->str);
929 struct a_word *wordhead
879 struct a_word struct
    [all...]

Completed in 33 milliseconds