Lines Matching refs:cnt
261 int cnt, def; in conf_choice() local
265 cnt = def = 0; in conf_choice()
274 cnt++; in conf_choice()
276 def = cnt; in conf_choice()
280 printf(" %d. %s", cnt, menu_get_prompt(child)); in conf_choice()
288 if (cnt == 1) { in conf_choice()
292 printf("[1-%d?]: ", cnt); in conf_choice()
297 cnt = def; in conf_choice()
298 printf("%d\n", cnt); in conf_choice()
311 cnt = def; in conf_choice()
313 cnt = atoi(line); in conf_choice()
325 if (!--cnt) in conf_choice()