Searched refs:SCR (Results 101 - 125 of 146) sorted by relevance

123456

/netbsd-current/external/bsd/nvi/dist/common/
H A Dmsg.c52 * PUBLIC: void msgq __P((SCR *, mtype_t, const char *, ...));
56 msgq(SCR *sp, mtype_t mt, const char *fmt, ...)
59 SCR *sp;
386 * PUBLIC: void msgq_wstr __P((SCR *, mtype_t, const CHAR_T *, const char *));
389 msgq_wstr(SCR *sp, mtype_t mtype, const CHAR_T *str, const char *fmt)
406 * PUBLIC: void msgq_str __P((SCR *, mtype_t, const char *, const char *));
409 msgq_str(SCR *sp, mtype_t mtype, const char *str, const char *fmt)
445 * PUBLIC: void mod_rpt __P((SCR *));
448 mod_rpt(SCR *sp)
555 * PUBLIC: void msgq_status __P((SCR *, db_recno_
[all...]
H A Dseq.c39 * PUBLIC: int seq_set __P((SCR *, CHAR_T *,
43 seq_set(SCR *sp, CHAR_T *name, size_t nlen, CHAR_T *input, size_t ilen, CHAR_T *output, size_t olen, seq_t stype, int flags)
135 * PUBLIC: int seq_delete __P((SCR *, CHAR_T *, size_t, seq_t));
138 seq_delete(SCR *sp, CHAR_T *input, size_t ilen, seq_t stype)
172 * PUBLIC: __P((SCR *, SEQ **, EVENT *, CHAR_T *, size_t, seq_t, int *));
175 seq_find(SCR *sp, SEQ **lastqp, EVENT *e_input, CHAR_T *c_input, size_t ilen, seq_t stype, int *ispartialp)
275 * PUBLIC: int seq_dump __P((SCR *, seq_t, int));
278 seq_dump(SCR *sp, seq_t stype, int isname)
320 * PUBLIC: int seq_save __P((SCR *, FILE *, const char *, seq_t));
323 seq_save(SCR *s
[all...]
H A Dgs.c107 SCR *sp;
147 SCR *sp;
H A Doptions.c42 static int opts_print __P((SCR *, OPTLIST const *));
330 * PUBLIC: int opts_init __P((SCR *, int *));
333 opts_init(SCR *sp, int *oargs)
508 * PUBLIC: int opts_set __P((SCR *, ARGS *[], const char *));
511 opts_set(SCR *sp, ARGS **argv, const char *usage)
800 * PUBLIC: int o_set __P((SCR *, int, u_int, const char *, u_long));
803 o_set(SCR *sp, int opt, u_int flags, const char *str, u_long val)
839 * PUBLIC: int opts_empty __P((SCR *, int, int));
842 opts_empty(SCR *sp, int off, int silent)
859 * PUBLIC: void opts_dump __P((SCR *, enu
[all...]
H A Doptions.h82 int (*func) __P((SCR *, OPTION *, const char *, u_long *));
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_subst.c41 static int re_conv __P((SCR *, CHAR_T **, size_t *, int *));
42 static int re_cscope_conv __P((SCR *, CHAR_T **, size_t *, int *));
43 static int re_sub __P((SCR *,
45 static int re_tag_conv __P((SCR *, CHAR_T **, size_t *, int *));
46 static int s __P((SCR *, EXCMD *, CHAR_T *, regex_t *, u_int));
54 * PUBLIC: int ex_s __P((SCR *, EXCMD *));
57 ex_s(SCR *sp, EXCMD *cmdp)
260 * PUBLIC: int ex_subagain __P((SCR *, EXCMD *));
263 ex_subagain(SCR *sp, EXCMD *cmdp)
283 * PUBLIC: int ex_subtilde __P((SCR *, EXCM
[all...]
H A Dex_move.c37 * PUBLIC: int ex_copy __P((SCR *, EXCMD *));
40 ex_copy(SCR *sp, EXCMD *cmdp)
90 * PUBLIC: int ex_move __P((SCR *, EXCMD *));
93 ex_move(SCR *sp, EXCMD *cmdp)
H A Dex_cd.c40 * PUBLIC: int ex_cd __P((SCR *, EXCMD *));
43 ex_cd(SCR *sp, EXCMD *cmdp)
H A Dex_mkexrc.c43 * PUBLIC: int ex_mkexrc __P((SCR *, EXCMD *));
46 ex_mkexrc(SCR *sp, EXCMD *cmdp)
H A Dex_source.c41 * PUBLIC: int ex_source __P((SCR *, EXCMD *));
44 ex_source(SCR *sp, EXCMD *cmdp)
H A Dex_shell.c45 * PUBLIC: int ex_shell __P((SCR *, EXCMD *));
48 ex_shell(SCR *sp, EXCMD *cmdp)
86 * PUBLIC: int ex_exec_proc __P((SCR *, EXCMD *, const char *, const char *, int));
89 ex_exec_proc(SCR *sp, EXCMD *cmdp, const char *cmd, const char *msg, int need_newline)
151 * PUBLIC: int proc_wait __P((SCR *, long, const char *, int, int));
154 proc_wait(SCR *sp, long int pid, const char *cmd, int silent, int okpipe)
H A Dex.c42 static void ex_comlog __P((SCR *, EXCMD *));
45 ex_comm_search __P((SCR *, CHAR_T *, size_t));
46 static int ex_discard __P((SCR *));
47 static int ex_line __P((SCR *, EXCMD *, MARK *, int *, int *));
48 static int ex_load __P((SCR *));
49 static void ex_unknown __P((SCR *, CHAR_T *, size_t));
55 * PUBLIC: int ex __P((SCR **));
58 ex(SCR **spp)
63 SCR *sp;
199 * PUBLIC: int ex_cmd __P((SCR *));
[all...]
H A Dex_at.c40 * PUBLIC: int ex_at __P((SCR *, EXCMD *));
43 ex_at(SCR *sp, EXCMD *cmdp)
H A Dex_bang.c53 * PUBLIC: int ex_bang __P((SCR *, EXCMD *));
56 ex_bang(SCR *sp, EXCMD *cmdp)
H A Dex_z.c37 * PUBLIC: int ex_z __P((SCR *, EXCMD *));
40 ex_z(SCR *sp, EXCMD *cmdp)
H A Dex_read.c46 * PUBLIC: int ex_read __P((SCR *, EXCMD *));
49 ex_read(SCR *sp, EXCMD *cmdp)
303 * PUBLIC: int ex_readfp __P((SCR *, const char *, FILE *, MARK *, db_recno_t *, int));
306 ex_readfp(SCR *sp, const char *name, FILE *fp, MARK *fm, db_recno_t *nlinesp, int silent)
/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_match.c38 * PUBLIC: int v_match __P((SCR *, VICMD *));
41 v_match(SCR *sp, VICMD *vp)
46 int cnt, isempty, matchc, startc, (*gc)__P((SCR *, VCS *));
H A Dv_section.c68 * PUBLIC: int v_sectionf __P((SCR *, VICMD *));
71 v_sectionf(SCR *sp, VICMD *vp)
176 * PUBLIC: int v_sectionb __P((SCR *, VICMD *));
179 v_sectionb(SCR *sp, VICMD *vp)
H A Dv_at.c39 * PUBLIC: int v_at __P((SCR *, VICMD *));
42 v_at(SCR *sp, VICMD *vp)
H A Dv_increment.c50 static void inc_err __P((SCR *, enum nresult));
56 * PUBLIC: int v_increment __P((SCR *, VICMD *));
59 v_increment(SCR *sp, VICMD *vp)
254 inc_err(SCR *sp, enum nresult nret)
H A Dv_paragraph.c70 * PUBLIC: int v_paragraphf __P((SCR *, VICMD *));
73 v_paragraphf(SCR *sp, VICMD *vp)
211 * PUBLIC: int v_paragraphb __P((SCR *, VICMD *));
214 v_paragraphb(SCR *sp, VICMD *vp)
319 * PUBLIC: int v_buildps __P((SCR *, const char *, const char *));
322 v_buildps(SCR *sp, const char *p_p, const char *s_p)
H A Dvs_refresh.c39 static void vs_modeline __P((SCR *));
40 static int vs_paint __P((SCR *, u_int));
46 * PUBLIC: int vs_refresh __P((SCR *, int));
49 vs_refresh(SCR *sp, int forcepaint)
52 SCR *tsp;
137 * the SCR structure passed in contains the new coordinates of the
145 vs_paint(SCR *sp, u_int flags)
798 vs_modeline(SCR *sp)
H A Dv_sentence.c58 * PUBLIC: int v_sentencef __P((SCR *, VICMD *));
61 v_sentencef(SCR *sp, VICMD *vp)
197 * PUBLIC: int v_sentenceb __P((SCR *, VICMD *));
200 v_sentenceb(SCR *sp, VICMD *vp)
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A DMakefile.in166 SCR=''; for i in $$OBJ2; do SCR="$$SCR -e s/^$$i.lo:/$$i.o:/"; done; \
167 mv Makefile Makefile.bak; $(SED) $$SCR Makefile.bak > Makefile && \
/netbsd-current/external/bsd/nvi/dist/cl/
H A Dcl.h55 SCR *focus; /* Screen that has the "focus". */

Completed in 245 milliseconds

123456