Searched refs:SCR (Results 1 - 25 of 146) sorted by relevance

123456

/netbsd-current/external/bsd/nvi/dist/common/
H A Dconv.h19 (SCR *, const char *, ssize_t, struct _conv_win *, size_t *, const CHAR_T **);
21 (SCR *, const CHAR_T *, ssize_t, struct _conv_win *, size_t *, const char **);
31 void conv_init __P((SCR *, SCR *));
32 int conv_enc __P((SCR *, int, const char *));
H A Dgs.h131 int (*scr_addstr) __P((SCR *, const char *, size_t));
133 int (*scr_waddstr) __P((SCR *, const CHAR_T *, size_t));
135 int (*scr_attr) __P((SCR *, scr_attr_t, int));
137 int (*scr_baud) __P((SCR *, u_long *));
139 int (*scr_bell) __P((SCR *));
141 void (*scr_busy) __P((SCR *, const char *, busy_t));
143 int (*scr_child) __P((SCR *));
145 int (*scr_clrtoeol) __P((SCR *));
147 int (*scr_cursor) __P((SCR *, size_t *, size_t *));
149 int (*scr_deleteln) __P((SCR *));
[all...]
H A Dapi.c46 * PUBLIC: SCR *api_fscreen __P((int, char *));
48 SCR *
52 SCR *tsp;
80 * PUBLIC: int api_aline __P((SCR *, db_recno_t, char *, size_t));
83 api_aline(SCR *sp, db_recno_t lno, char *line, size_t len)
97 * PUBLIC: int api_extend __P((SCR *, db_recno_t));
100 api_extend(SCR *sp, db_recno_t lno)
115 * PUBLIC: int api_dline __P((SCR *, db_recno_t));
118 api_dline(SCR *sp, db_recno_t lno)
134 * PUBLIC: int api_gline __P((SCR *, db_recno_
[all...]
H A Doptions_f.c38 * PUBLIC: int f_altwerase __P((SCR *, OPTION *, const char *, u_long *));
41 f_altwerase(SCR *sp, OPTION *op, const char *str, u_long *valp)
49 * PUBLIC: int f_columns __P((SCR *, OPTION *, const char *, u_long *));
52 f_columns(SCR *sp, OPTION *op, const char *str, u_long *valp)
79 * PUBLIC: int f_lines __P((SCR *, OPTION *, const char *, u_long *));
82 f_lines(SCR *sp, OPTION *op, const char *str, u_long *valp)
132 * PUBLIC: int f_lisp __P((SCR *, OPTION *, const char *, u_long *));
135 f_lisp(SCR *sp, OPTION *op, const char *str, u_long *valp)
142 * PUBLIC: int f_msgcat __P((SCR *, OPTION *, const char *, u_long *));
145 f_msgcat(SCR *s
[all...]
H A Dutil.c39 * PUBLIC: void *binc __P((SCR *, void *, size_t *, size_t));
42 binc(SCR *sp, void *bp, size_t *bsizep, size_t min)
79 * PUBLIC: int nonblank __P((SCR *, db_recno_t, size_t *));
82 nonblank(SCR *sp, db_recno_t lno, size_t *cnop)
128 * PUBLIC: char *v_strdup __P((SCR *, const char *, size_t));
131 v_strdup(SCR *sp, const char *str, size_t len)
147 * PUBLIC: CHAR_T *v_wstrdup __P((SCR *, const CHAR_T *, size_t));
150 v_wstrdup(SCR *sp, const CHAR_T *str, size_t len)
166 * PUBLIC: enum nresult nget_uslong __P((SCR *, u_long *, const CHAR_T *, CHAR_T **, int));
169 nget_uslong(SCR *s
[all...]
H A Dscreen.c37 static int screen_end1(SCR *, int);
40 * Do the default initialization of an SCR structure.
42 * PUBLIC: int screen_init __P((GS *, SCR *, SCR **));
45 screen_init(GS *gp, SCR *orig, SCR **spp)
47 SCR *sp;
51 CALLOC_RET(orig, sp, SCR *, 1, sizeof(SCR));
134 screen_end1(SCR *s
[all...]
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_screen.c39 * PUBLIC: int ex_bg __P((SCR *, EXCMD *));
42 ex_bg(SCR *sp, EXCMD *cmdp)
51 * PUBLIC: int ex_fg __P((SCR *, EXCMD *));
54 ex_fg(SCR *sp, EXCMD *cmdp)
56 SCR *nsp;
75 * PUBLIC: int ex_resize __P((SCR *, EXCMD *));
78 ex_resize(SCR *sp, EXCMD *cmdp)
104 * PUBLIC: int ex_sdisplay __P((SCR *));
107 ex_sdisplay(SCR *sp)
110 SCR *ts
[all...]
H A Dex_open.c36 * PUBLIC: int ex_open __P((SCR *, EXCMD *));
39 ex_open(SCR *sp, EXCMD *cmdp)
H A Dex_version.c36 * PUBLIC: int ex_version __P((SCR *, EXCMD *));
39 ex_version(SCR *sp, EXCMD *cmdp)
H A Dex_equal.c34 * PUBLIC: int ex_equal __P((SCR *, EXCMD *));
37 ex_equal(SCR *sp, EXCMD *cmdp)
H A Dex_mark.c37 * PUBLIC: int ex_mark __P((SCR *, EXCMD *));
40 ex_mark(SCR *sp, EXCMD *cmdp)
H A Dex_quit.c35 * PUBLIC: int ex_quit __P((SCR *, EXCMD *));
38 ex_quit(SCR *sp, EXCMD *cmdp)
H A Dex_set.c35 * PUBLIC: int ex_set __P((SCR *, EXCMD *));
38 ex_set(SCR *sp, EXCMD *cmdp)
H A Dex_yank.c35 * PUBLIC: int ex_yank __P((SCR *, EXCMD *));
38 ex_yank(SCR *sp, EXCMD *cmdp)
/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_util.c41 * PUBLIC: void v_eof __P((SCR *, MARK *));
44 v_eof(SCR *sp, MARK *mp)
64 * PUBLIC: void v_eol __P((SCR *, MARK *));
67 v_eol(SCR *sp, MARK *mp)
87 * PUBLIC: void v_nomove __P((SCR *));
90 v_nomove(SCR *sp)
99 * PUBLIC: void v_sof __P((SCR *, MARK *));
102 v_sof(SCR *sp, MARK *mp)
114 * PUBLIC: void v_sol __P((SCR *));
117 v_sol(SCR *s
[all...]
H A Dv_put.c33 static void inc_buf __P((SCR *, VICMD *));
39 * PUBLIC: int v_Put __P((SCR *, VICMD *));
42 v_Put(SCR *sp, VICMD *vp)
70 * PUBLIC: int v_put __P((SCR *, VICMD *));
73 v_put(SCR *sp, VICMD *vp)
113 inc_buf(SCR *sp, VICMD *vp)
H A Dv_redraw.c37 * PUBLIC: int v_redraw __P((SCR *, VICMD *));
40 v_redraw(SCR *sp, VICMD *vp)
H A Dv_scroll.c73 * PUBLIC: int v_lgoto __P((SCR *, VICMD *));
76 v_lgoto(SCR *sp, VICMD *vp)
110 * PUBLIC: int v_home __P((SCR *, VICMD *));
113 v_home(SCR *sp, VICMD *vp)
127 * PUBLIC: int v_middle __P((SCR *, VICMD *));
130 v_middle(SCR *sp, VICMD *vp)
148 * PUBLIC: int v_bottom __P((SCR *, VICMD *));
151 v_bottom(SCR *sp, VICMD *vp)
211 * PUBLIC: int v_up __P((SCR *, VICMD *));
214 v_up(SCR *s
[all...]
H A Dv_ex.c36 static int v_ecl __P((SCR *));
37 static int v_ecl_init __P((SCR *));
38 static int v_ecl_log __P((SCR *, TEXT *));
39 static int v_ex_done __P((SCR *, VICMD *));
45 * PUBLIC: int v_again __P((SCR *, VICMD *));
48 v_again(SCR *sp, VICMD *vp)
62 * PUBLIC: int v_exmode __P((SCR *, VICMD *));
65 v_exmode(SCR *sp, VICMD *vp)
98 * PUBLIC: int v_join __P((SCR *, VICMD *));
101 v_join(SCR *s
[all...]
H A Dv_init.c40 * PUBLIC: int v_screen_copy __P((SCR *, SCR *));
43 v_screen_copy(SCR *orig, SCR *sp)
83 * PUBLIC: int v_screen_end __P((SCR *));
86 v_screen_end(SCR *sp)
112 * PUBLIC: int v_optchange __P((SCR *, int, const char *, u_long *));
115 v_optchange(SCR *sp, int offset, const char *str, u_long *valp)
H A Dv_status.c38 * PUBLIC: int v_status __P((SCR *, VICMD *));
41 v_status(SCR *sp, VICMD *vp)
/netbsd-current/external/bsd/nvi/dist/ip/
H A Dip_funcs.c38 * 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 *s
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/pwmods/
H A DMakefile.in56 SCR=''; for i in $$OBJ2; do SCR="$$SCR -e s/^$$i.lo:/$$i.o:/"; done; \
57 mv Makefile Makefile.bak; $(SED) $$SCR Makefile.bak > Makefile && \
/netbsd-current/external/bsd/nvi/dist/tcl_api/
H A Dtcl.c42 static int getscreenid __P((Tcl_Interp *, SCR **, char *, char *));
43 static void msghandler __P((SCR *, mtype_t, char *, size_t));
71 SCR *sp;
99 SCR *sp;
100 void (*scr_msg) __P((SCR *, mtype_t, char *, size_t));
133 SCR *sp;
134 void (*scr_msg) __P((SCR *, mtype_t, char *, size_t));
167 SCR *sp;
169 void (*scr_msg) __P((SCR *, mtype_t, char *, size_t));
210 SCR *s
[all...]
/netbsd-current/external/bsd/nvi/dist/perl_api/
H A Dperlsfio.c65 SCR *scrp;
67 scrp = (SCR *)SvIV((SV*)SvRV(perl_get_sv("curscr", FALSE)));
76 * PUBLIC: Sfdisc_t* sfdcnewnvi __P((SCR*));
81 SCR *scrp;

Completed in 319 milliseconds

123456