Lines Matching refs:cnt
263 int cnt, def; in conf_choice() local
267 cnt = def = 0; in conf_choice()
276 cnt++; in conf_choice()
278 def = cnt; in conf_choice()
282 printf(" %d. %s", cnt, _(menu_get_prompt(child))); in conf_choice()
290 if (cnt == 1) { in conf_choice()
294 printf("[1-%d", cnt); in conf_choice()
302 cnt = def; in conf_choice()
303 printf("%d\n", cnt); in conf_choice()
316 cnt = def; in conf_choice()
318 cnt = atoi(line); in conf_choice()
330 if (!--cnt) in conf_choice()