Home | History | Annotate | Download | only in dhdutil

Lines Matching full:nrows

405 	int nrows, i, len;
413 for (cmd = dhd_cmds, nrows = 0; cmd->name; cmd++)
414 nrows++;
416 nrows /= 4;
417 nrows++;
419 len = nrows * 80 + 2;
439 if (row == nrows) {
445 for (row = 0; row < nrows; row++)