Home
last modified time | relevance | path

Searched refs:TrowN (Results 1 – 1 of 1) sorted by relevance

/dports/science/cdf/cdf33_0-dist/src/tools/
H A Dwindoz.c482 int draw_vertical_line (wid, TrowN, BrowN, colN, rendition, teeEnds) in draw_vertical_line() argument
484 int TrowN; /* Top row number (start) -- numbered from zero. */
497 long startRowN = TrowN + 1;
508 mvwaddch (wid->id, TrowN, colN, (teeEnds ? ACS_TTEE : ACS_VLINE));
509 for (rowN = TrowN + 1; rowN < BrowN; rowN++)
522 charN = (TrowN * nCols) + colN;
525 for (rowN = TrowN + 1; rowN < BrowN; rowN++) {