Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Drc.c38 #define MIN_TOKEN 3 macro
42 #define MAX_TOKEN MIN_TOKEN
313 if (tok_count < MIN_TOKEN || tok_count > MAX_TOKEN) { in str_to_attr()