Home
last modified time | relevance | path

Searched refs:word_dot_rule (Results 1 – 1 of 1) sorted by relevance

/external/srec/srec/crec/
Dsrec_context.c507 LCHAR word_dot_rule[256]; in wordmap_find_index_in_rule() local
512 LSTRCPY(word_dot_rule, word); in wordmap_find_index_in_rule()
513 word_dot_rule[len++] = IMPORTED_RULES_DELIM; in wordmap_find_index_in_rule()
514 word_dot_rule[len++] = (char)rule0; in wordmap_find_index_in_rule()
515 word_dot_rule[len++] = 0; in wordmap_find_index_in_rule()
516 rc = PHashTableGetValue(wmap->wordIDForWord, word_dot_rule, (void**)&wdID_void); in wordmap_find_index_in_rule()