tag
line
file
source code
tot
485
scripts/tkgen.c
int tot;
tot
491
scripts/tkgen.c
tot = 0;
tot
504
scripts/tkgen.c
tot++;
tot
515
scripts/tkgen.c
while(tot / div > 15) div++;
tot
517
scripts/tkgen.c
*menu_maxlines = (tot + div -1) / div;