Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dtext_parser.c40 int q_position; in check_word_path() local
66 q_position = q - copy_of_word; in check_word_path()
67 if (q_position < 0 || (size_t)q_position >= MAX_LOCAL_LEN) in check_word_path()