Lines Matching refs:SCR

38  * PUBLIC: int ip_waddstr __P((SCR *, const CHAR_T *, size_t));
41 ip_waddstr(SCR *sp, const CHAR_T *str, size_t len)
64 * PUBLIC: int ip_addstr __P((SCR *, const char *, size_t));
67 ip_addstr(SCR *sp, const char *str, size_t len)
102 * PUBLIC: int ip_attr __P((SCR *, scr_attr_t, int));
105 ip_attr(SCR *sp, scr_attr_t attribute, int on)
127 * PUBLIC: int ip_baud __P((SCR *, u_long *));
130 ip_baud(SCR *sp, u_long *ratep)
140 * PUBLIC: int ip_bell __P((SCR *));
143 ip_bell(SCR *sp)
158 * PUBLIC: void ip_busy __P((SCR *, const char *, busy_t));
161 ip_busy(SCR *sp, const char *str, busy_t bval)
188 * PUBLIC: int ip_child __P((SCR *));
191 ip_child(SCR *sp)
208 * PUBLIC: int ip_clrtoeol __P((SCR *));
211 ip_clrtoeol(SCR *sp)
245 * PUBLIC: int ip_cursor __P((SCR *, size_t *, size_t *));
248 ip_cursor(SCR *sp, size_t *yp, size_t *xp)
262 * PUBLIC: int ip_deleteln __P((SCR *));
265 ip_deleteln(SCR *sp)
298 * PUBLIC: int ip_discard __P((SCR *, SCR **));
301 ip_discard(SCR *discardp, SCR **acquirep)
310 * PUBLIC: int ip_ex_adjust __P((SCR *, exadj_t));
313 ip_ex_adjust(SCR *sp, exadj_t action)
325 * PUBLIC: void ip_imctrl __P((SCR *, imctrl_t));
329 ip_imctrl(SCR *sp, imctrl_t action)
340 * PUBLIC: int ip_insertln __P((SCR *));
343 ip_insertln(SCR *sp)
358 * PUBLIC: int ip_keyval __P((SCR *, scr_keyval_t, CHAR_T *, int *));
361 ip_keyval(SCR *sp, scr_keyval_t val, CHAR_T *chp, int *dnep)
393 * PUBLIC: int ip_move __P((SCR *, size_t, size_t));
396 ip_move(SCR *sp, size_t lno, size_t cno)
413 * PUBLIC: void ip_msg __P((SCR *, mtype_t, char *, size_t));
416 ip_msg(SCR *sp, mtype_t mtype, char *line, size_t len)
432 * PUBLIC: int ip_refresh __P((SCR *, int));
435 ip_refresh(SCR *sp, int repaint)
480 * PUBLIC: int ip_rename __P((SCR *, char *, int));
483 ip_rename(SCR *sp, char *name, int on)
499 * PUBLIC: int ip_reply __P((SCR *, int, char *));
502 ip_reply(SCR *sp, int status, char *msg)
519 * PUBLIC: int ip_split __P((SCR *, SCR *));
522 ip_split(SCR *origp, SCR *newp)
531 * PUBLIC: int ip_suspend __P((SCR *, int *));
534 ip_suspend(SCR *sp, int *allowedp)