HomeSort by relevance Sort by last modified time
    Searched full:copy_of_word (Results 1 - 1 of 1) sorted by null

  /external/srec/srec/crec/
text_parser.c 49 char copy_of_word[MAX_LOCAL_LEN]; /* save heap on recursive function */ local
64 for (p = wd, q = copy_of_word; ; p++, q++)
66 q_position = q - copy_of_word;
79 wdID = wordmap_find_index(context->olabels, copy_of_word);

Completed in 21 milliseconds