Searched refs:numPerLine (Results 1 – 3 of 3) sorted by relevance
599 uint i, j = 0, firstLine, numPerLine; in DisplayOptions() local614 numPerLine = (COLS - 8) / 12; in DisplayOptions()626 move(firstLine + i / numPerLine, (i % numPerLine) * 12 + 4); in DisplayOptions()
246 uint32_t numPerLine, const char *format) { in Dump() argument255 if ((count % numPerLine) == 0) { in Dump()
111 DNBDataRef::Type type, uint32_t numPerLine,