Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Drc.c273 size_t tok_count = 0; in str_to_attr() local
303 while (tok_count < TableSize(tokens)) { in str_to_attr()
305 tokens[tok_count++] = &tempstr[i]; in str_to_attr()
316 if (tok_count < MIN_TOKEN || tok_count > MAX_TOKEN) { in str_to_attr()
321 for (i = 0; i < tok_count; ++i) in str_to_attr()
329 || (tok_count >= 4 && (result->ul = from_boolean(tokens[3])) == -1) in str_to_attr()
330 || (tok_count >= 5 && (result->rv = from_boolean(tokens[4])) == -1) in str_to_attr()