Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Drc.c36 #define MIN_TOKEN 3 macro
40 #define MAX_TOKEN MIN_TOKEN
316 if (tok_count < MIN_TOKEN || tok_count > MAX_TOKEN) { in str_to_attr()