Home
last modified time | relevance | path

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

/dports/math/sc/sc-7.16/
H A Dscreen.c55 bool frTooLarge = 0; /* If set, either too many rows or too many columns variable
134 frTooLarge = TRUE; in update()
142 frTooLarge = FALSE; in update()
265 if (!frTooLarge && fr && curcol <= stcol + lcols && in update()
297 while ((stcol + lcols < fr->ir_left->col && !frTooLarge) || in update()
408 if (!frTooLarge && fr && currow <= strow + rows && in update()
432 while ((strow + rows < fr->ir_left->row && !frTooLarge) || in update()