Home
last modified time | relevance | path

Searched defs:toprows (Results 1 – 2 of 2) sorted by relevance

/dports/math/sc/sc-7.16/
H A Dframe.c28 struct ent *ir_right, int toprows, int bottomrows, int leftcols, in add_frange()
/dports/editors/nano/nano-5.9/src/
H A Dnano.c411 int toprows = ((ISSET(EMPTY_LINE) && LINES > 5) ? 2 : 1); in window_init() local