Home | History | Annotate | Download | only in libcurses

Lines Matching defs:srip

97 	const struct ripoff *srip;
104 for (i = 0, srip = ripoffs; i < nrips; i++, srip++) {
105 if (srip->nlines == 0)
107 nlines = srip->nlines < 0 ? -srip->nlines : srip->nlines;
109 srip->nlines < 0 ? rbot - nlines : rtop,
113 rip->nlines = srip->nlines;
116 if (srip->nlines > 0)
121 if (srip->init(w, COLS) == ERR)
127 w, nlines, srip->nlines < 0 ? "bottom" : "top");