Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dsrec_context.c534 char* word_chars; in wordmap_whether_in_rule() local
537 word_chars = wmap->words[word]; in wordmap_whether_in_rule()
538 len = strlen(word_chars); in wordmap_whether_in_rule()
539 if (word_chars[len-1] == rule + '0' && word_chars[len-2] == IMPORTED_RULES_DELIM) in wordmap_whether_in_rule()