Lines Matching refs:rop
262 ripoff_t *rop; in _nc_setupscreen() local
558 for (rop = ripoff_stack; in _nc_setupscreen()
559 rop != ripoff_sp && (rop - ripoff_stack) < N_RIPS; in _nc_setupscreen()
560 rop++) { in _nc_setupscreen()
566 if (rop->hook == _nc_slk_initialize) in _nc_setupscreen()
569 if (rop->hook) { in _nc_setupscreen()
573 count = (rop->line < 0) ? -rop->line : rop->line; in _nc_setupscreen()
575 ((rop->line < 0) in _nc_setupscreen()
580 ((rop->line < 0) in _nc_setupscreen()
585 rop->win = w; in _nc_setupscreen()
586 rop->hook(w, scolumns); in _nc_setupscreen()
590 if (rop->line < 0) in _nc_setupscreen()