Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Drc.c270 size_t tok_count = 0; in str_to_attr() local
300 while (tok_count < TableSize(tokens)) { in str_to_attr()
302 tokens[tok_count++] = &tempstr[i]; in str_to_attr()
313 if (tok_count < MIN_TOKEN || tok_count > MAX_TOKEN) { in str_to_attr()
318 for (i = 0; i < tok_count; ++i) in str_to_attr()
326 || (tok_count >= 4 && (result->ul = from_boolean(tokens[3])) == -1) in str_to_attr()
327 || (tok_count >= 5 && (result->rv = from_boolean(tokens[4])) == -1) in str_to_attr()