Searched refs:SCR (Results 26 - 50 of 146) sorted by relevance

123456

/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_print.c39 static int ex_prchars __P((SCR *, const CHAR_T *, size_t *, size_t,
47 * PUBLIC: int ex_list __P((SCR *, EXCMD *));
50 ex_list(SCR *sp, EXCMD *cmdp)
65 * PUBLIC: int ex_number __P((SCR *, EXCMD *));
68 ex_number(SCR *sp, EXCMD *cmdp)
83 * PUBLIC: int ex_pr __P((SCR *, EXCMD *));
86 ex_pr(SCR *sp, EXCMD *cmdp)
99 * PUBLIC: int ex_print __P((SCR *, EXCMD *, MARK *, MARK *, u_int32_t));
102 ex_print(SCR *sp, EXCMD *cmdp, MARK *fp, MARK *tp, u_int32_t flags)
154 * PUBLIC: int ex_ldisplay __P((SCR *, cons
[all...]
H A Dex_display.c35 static int bdisplay __P((SCR *));
36 static void db __P((SCR *, CB *, const char *));
43 * PUBLIC: int ex_display __P((SCR *, EXCMD *));
46 ex_display(SCR *sp, EXCMD *cmdp)
91 bdisplay(SCR *sp)
129 db(SCR *sp, CB *cbp, const char *np)
H A Dex_init.c40 static enum rc exrc_isok __P((SCR *, struct stat *, const char *, int, int));
42 static int ex_run_file __P((SCR *, const char *));
48 * PUBLIC: int ex_screen_copy __P((SCR *, SCR *));
51 ex_screen_copy(SCR *orig, SCR *sp)
84 * PUBLIC: int ex_screen_end __P((SCR *));
87 ex_screen_end(SCR *sp)
124 * PUBLIC: int ex_optchange __P((SCR *, int, const char *, u_long *));
127 ex_optchange(SCR *s
[all...]
H A Dex_util.c40 * PUBLIC: void ex_cinit __P((SCR *, EXCMD *, int, int, db_recno_t, db_recno_t, int));
43 ex_cinit(SCR *sp, EXCMD *cmdp, int cmd_id, int naddr, db_recno_t lno1, db_recno_t lno2, int force)
60 * PUBLIC: int ex_getline __P((SCR *, FILE *, size_t *));
63 ex_getline(SCR *sp, FILE *fp, size_t *lenp)
100 * PUBLIC: int ex_ncheck __P((SCR *, int));
103 ex_ncheck(SCR *sp, int force)
129 * PUBLIC: int ex_init __P((SCR *));
132 ex_init(SCR *sp)
154 * PUBLIC: void ex_wemsg __P((SCR *, const CHAR_T *, exm_t));
157 ex_wemsg(SCR* s
[all...]
H A Dex_edit.c36 static int ex_N_edit __P((SCR *, EXCMD *, FREF *, int));
52 * PUBLIC: int ex_edit __P((SCR *, EXCMD *));
55 ex_edit(SCR *sp, EXCMD *cmdp)
119 ex_N_edit(SCR *sp, EXCMD *cmdp, FREF *frp, int attach)
121 SCR *new;
H A Dex_stop.c39 * PUBLIC: int ex_stop __P((SCR *, EXCMD *));
42 ex_stop(SCR *sp, EXCMD *cmdp)
H A Dex_args.c36 static int ex_N_next __P((SCR *, EXCMD *));
48 * PUBLIC: int ex_next __P((SCR *, EXCMD *));
51 ex_next(SCR *sp, EXCMD *cmdp)
138 ex_N_next(SCR *sp, EXCMD *cmdp)
140 SCR *new;
180 * PUBLIC: int ex_prev __P((SCR *, EXCMD *));
183 ex_prev(SCR *sp, EXCMD *cmdp)
226 * anyone noticing, but if they do, we'll have to put information into the SCR
229 * PUBLIC: int ex_rew __P((SCR *, EXCMD *));
232 ex_rew(SCR *s
[all...]
H A Dex_preserve.c37 * PUBLIC: int ex_preserve __P((SCR *, EXCMD *));
40 ex_preserve(SCR *sp, EXCMD *cmdp)
71 * PUBLIC: int ex_recover __P((SCR *, EXCMD *));
74 ex_recover(SCR *sp, EXCMD *cmdp)
H A Dex_cscope.c71 static int cscope_add __P((SCR *, EXCMD *, const CHAR_T *));
72 static int cscope_find __P((SCR *, EXCMD*, const CHAR_T *));
73 static int cscope_help __P((SCR *, EXCMD *, const CHAR_T *));
74 static int cscope_kill __P((SCR *, EXCMD *, const CHAR_T *));
75 static int cscope_reset __P((SCR *, EXCMD *, const CHAR_T *));
79 int (*function) __P((SCR *, EXCMD *, const CHAR_T *));
98 static TAGQ *create_cs_cmd __P((SCR *, const char *, size_t *));
99 static int csc_help __P((SCR *, const char *));
100 static void csc_file __P((SCR *,
102 static int get_paths __P((SCR *, CS
[all...]
H A Dex_append.c35 static int ex_aci __P((SCR *, EXCMD *, enum which));
42 * PUBLIC: int ex_append __P((SCR *, EXCMD *));
45 ex_append(SCR *sp, EXCMD *cmdp)
54 * PUBLIC: int ex_change __P((SCR *, EXCMD *));
57 ex_change(SCR *sp, EXCMD *cmdp)
67 * PUBLIC: int ex_insert __P((SCR *, EXCMD *));
70 ex_insert(SCR *sp, EXCMD *cmdp)
80 ex_aci(SCR *sp, EXCMD *cmdp, enum which cmd)
/netbsd-current/external/bsd/nvi/dist/common/
H A Dmark.c34 static LMARK *mark_find __P((SCR *, ARG_CHAR_T));
71 * PUBLIC: int mark_init __P((SCR *, EXF *));
74 mark_init(SCR *sp, EXF *ep)
90 * PUBLIC: int mark_end __P((SCR *, EXF *));
93 mark_end(SCR *sp, EXF *ep)
112 * PUBLIC: int mark_get __P((SCR *, ARG_CHAR_T, MARK *, mtype_t));
115 mark_get(SCR *sp, ARG_CHAR_T key, MARK *mp, mtype_t mtype)
153 * PUBLIC: int mark_set __P((SCR *, ARG_CHAR_T, MARK *, int));
156 mark_set(SCR *sp, ARG_CHAR_T key, MARK *value, int userset)
194 mark_find(SCR *s
[all...]
H A Dvi_rec.c66 SCR *sp;
71 sp = (SCR *)dbenv->app_private;
112 SCR *sp;
117 sp = (SCR *)dbenv->app_private;
143 SCR *sp;
150 sp = (SCR *)dbenv->app_private;
208 vi_log_get(SCR *sp, DB_LOGC *logc, DBT *data, u_int32_t which)
239 * PUBLIC: int __vi_log_traverse __P((SCR *sp, undo_t undo, MARK *));
242 __vi_log_traverse(SCR *sp, undo_t undo, MARK *rp)
H A Dconv.c50 raw2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, size_t *tolen,
110 default_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw,
186 fe_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw,
193 ie_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw,
200 cs_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw,
208 CHAR_T_int2char(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw,
218 CHAR_T_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw,
228 int2raw(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, size_t *tolen,
251 default_int2char(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw,
357 fe_int2char(SCR *s
[all...]
H A Dlog4.c72 static int log_cursor1 __P((SCR *, int));
78 * PUBLIC: int log_init __P((SCR *, EXF *));
81 log_init(SCR *sp, EXF *ep)
141 * PUBLIC: int log_end __P((SCR *, EXF *));
144 log_end(SCR *sp, EXF *ep)
166 * PUBLIC: int log_cursor __P((SCR *));
169 log_cursor(SCR *sp)
199 log_cursor1(SCR *sp, int type)
248 * PUBLIC: int log_line __P((SCR *, db_recno_t, u_int));
251 log_line(SCR *s
[all...]
/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_ch.c34 static void notfound __P((SCR *, ARG_CHAR_T));
35 static void noprev __P((SCR *));
41 * PUBLIC: int v_chrepeat __P((SCR *, VICMD *));
44 v_chrepeat(SCR *sp, VICMD *vp)
70 * PUBLIC: int v_chrrepeat __P((SCR *, VICMD *));
73 v_chrrepeat(SCR *sp, VICMD *vp)
109 * PUBLIC: int v_cht __P((SCR *, VICMD *));
112 v_cht(SCR *sp, VICMD *vp)
140 * PUBLIC: int v_chf __P((SCR *, VICMD *));
143 v_chf(SCR *s
[all...]
H A Dgetc.c49 * PUBLIC: int cs_init __P((SCR *, VCS *));
52 cs_init(SCR *sp, VCS *csp)
75 * PUBLIC: int cs_next __P((SCR *, VCS *));
78 cs_next(SCR *sp, VCS *csp)
125 * PUBLIC: int cs_fspace __P((SCR *, VCS *));
128 cs_fspace(SCR *sp, VCS *csp)
145 * PUBLIC: int cs_fblank __P((SCR *, VCS *));
148 cs_fblank(SCR *sp, VCS *csp)
165 * PUBLIC: int cs_prev __P((SCR *, VCS *));
168 cs_prev(SCR *s
[all...]
H A Dv_mark.c35 static int mark __P((SCR *, VICMD *, int, enum which));
41 * PUBLIC: int v_mark __P((SCR *, VICMD *));
44 v_mark(SCR *sp, VICMD *vp)
62 * PUBLIC: int v_bmark __P((SCR *, VICMD *));
65 v_bmark(SCR *sp, VICMD *vp)
76 * PUBLIC: int v_fmark __P((SCR *, VICMD *));
79 v_fmark(SCR *sp, VICMD *vp)
88 * PUBLIC: int v_emark __P((SCR *, VICMD *));
91 v_emark(SCR *sp, VICMD *vp)
111 mark(SCR *s
[all...]
H A Dv_zexit.c38 * PUBLIC: int v_zexit __P((SCR *, VICMD *));
41 v_zexit(SCR *sp, VICMD *vp)
H A Dv_event.c42 v_c_settop(SCR *sp, VICMD *vp)
85 v_edit(SCR *sp, VICMD *vp)
99 v_editopt(SCR *sp, VICMD *vp)
121 v_editsplit(SCR *sp, VICMD *vp)
136 v_tag(SCR *sp, VICMD *vp)
153 v_tagas(SCR *sp, VICMD *vp)
167 v_tagsplit(SCR *sp, VICMD *vp)
185 v_quit(SCR *sp, VICMD *vp)
197 * PUBLIC: int v_erepaint __P((SCR *, EVENT *));
200 v_erepaint(SCR *s
[all...]
H A Dv_undo.c40 * PUBLIC: int v_Undo __P((SCR *, VICMD *));
43 v_Undo(SCR *sp, VICMD *vp)
74 * PUBLIC: int v_undo __P((SCR *, VICMD *));
77 v_undo(SCR *sp, VICMD *vp)
H A Dv_left.c37 * PUBLIC: int v_left __P((SCR *, VICMD *));
40 v_left(SCR *sp, VICMD *vp)
75 * PUBLIC: int v_cfirst __P((SCR *, VICMD *));
78 v_cfirst(SCR *sp, VICMD *vp)
142 * PUBLIC: int v_first __P((SCR *, VICMD *));
145 v_first(SCR *sp, VICMD *vp)
204 * PUBLIC: int v_ncol __P((SCR *, VICMD *));
207 v_ncol(SCR *sp, VICMD *vp)
264 * PUBLIC: int v_zero __P((SCR *, VICMD *));
267 v_zero(SCR *s
[all...]
H A Dvs_split.c38 static SCR *vs_getbg __P((SCR *, const char *));
39 static void vs_insert __P((SCR *sp, WIN *wp));
40 static int vs_join __P((SCR *, SCR **, jdir_t *));
46 * PUBLIC: int vs_split __P((SCR *, SCR *, int));
49 vs_split(SCR *sp, SCR *new, int ccl)
210 * PUBLIC: int vs_vsplit __P((SCR *, SC
[all...]
/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl_funcs.c39 static void cl_rdiv __P((SCR *));
42 addstr4(SCR *sp, const void *str, size_t len, int wide)
81 * PUBLIC: int cl_waddstr __P((SCR *, const CHAR_T *, size_t));
84 cl_waddstr(SCR *sp, const CHAR_T *str, size_t len)
93 * PUBLIC: int cl_addstr __P((SCR *, const char *, size_t));
96 cl_addstr(SCR *sp, const char *str, size_t len)
105 * PUBLIC: int cl_attr __P((SCR *, scr_attr_t, int));
108 cl_attr(SCR *sp, scr_attr_t attribute, int on)
190 * PUBLIC: int cl_baud __P((SCR *, u_long *));
193 cl_baud(SCR *s
[all...]
/netbsd-current/external/bsd/nvi/dist/ip/
H A Dip_term.c34 * PUBLIC: int ip_term_init __P((SCR *));
37 ip_term_init(SCR *sp)
75 * PUBLIC: int ip_fmap __P((SCR *, seq_t, CHAR_T *, size_t, CHAR_T *, size_t));
78 ip_fmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen)
88 * PUBLIC: int ip_optchange __P((SCR *, int, const char *, u_long *));
91 ip_optchange(SCR *sp, int offset, const char *str, u_long *valp)
/netbsd-current/external/bsd/nvi/dist/perl_api/
H A Dperl.xs64 static void msghandler __P((SCR *, mtype_t, char *, size_t));
139 * PUBLIC: int perl_init __P((SCR *));
143 SCR *scrp;
222 * PUBLIC: int perl_screen_end __P((SCR*));
226 SCR *scrp;
243 /* Create a new reference to an SV pointing to the SCR structure
244 * The perl_private part of the SCR structure points to the SV,
245 * so there can only be one such SV for a particular SCR structure.
255 SCR *screen;
277 * PUBLIC: int perl_setenv __P((SCR* s
[all...]

Completed in 228 milliseconds

123456