Lines Matching refs:cnt
267 int cnt, def; in conf_choice() local
271 cnt = def = 0; in conf_choice()
280 cnt++; in conf_choice()
282 def = cnt; in conf_choice()
286 printf(" %d. %s", cnt, _(menu_get_prompt(child))); in conf_choice()
294 if (cnt == 1) { in conf_choice()
298 printf("[1-%d", cnt); in conf_choice()
306 cnt = def; in conf_choice()
307 printf("%d\n", cnt); in conf_choice()
321 cnt = def; in conf_choice()
323 cnt = atoi(line); in conf_choice()
335 if (!--cnt) in conf_choice()