Searched refs:MARK (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-13-stable/contrib/nvi/common/
H A Dextern.h5 int cut(SCR *, CHAR_T *, MARK *, MARK *, int);
11 int del(SCR *, MARK *, MARK *, int);
19 int file_write(SCR *, MARK *, MARK *, char *, int);
51 int log_backward(SCR *, MARK *);
53 int log_forward(SCR *, MARK *);
58 int mark_get(SCR *, ARG_CHAR_T, MARK *, mtype_t);
59 int mark_set(SCR *, ARG_CHAR_T, MARK *, in
[all...]
H A Dcommon.h35 typedef struct _mark MARK; typedef in typeref:struct:_mark
H A Dlog.c32 * LOG_CURSOR_INIT MARK
33 * LOG_CURSOR_END MARK
187 BINC_RETC(sp, ep->l_lp, ep->l_len, sizeof(u_char) + sizeof(MARK));
189 memmove(ep->l_lp + sizeof(u_char), &ep->l_cursor, sizeof(MARK));
194 data.size = sizeof(u_char) + sizeof(MARK);
357 * PUBLIC: int log_backward(SCR *, MARK *);
360 log_backward(SCR *sp, MARK *rp)
365 MARK m;
396 memmove(rp, p + sizeof(u_char), sizeof(MARK));
467 MARK
[all...]
H A Dexf.h30 MARK l_cursor; /* Log cursor position. */
33 /* Linked list of file MARK's. */
H A Ddelete.c29 * PUBLIC: int del(SCR *, MARK *, MARK *, int);
32 del(SCR *sp, MARK *fm, MARK *tm, int lmode)
H A Dmark.c103 * PUBLIC: int mark_get(SCR *, ARG_CHAR_T, MARK *, mtype_t);
106 mark_get(SCR *sp, ARG_CHAR_T key, MARK *mp, mtype_t mtype)
144 * PUBLIC: int mark_set(SCR *, ARG_CHAR_T, MARK *, int);
147 mark_set(SCR *sp, ARG_CHAR_T key, MARK *value, int userset)
H A Dput.c29 * PUBLIC: int put(SCR *, CB *, CHAR_T *, MARK *, MARK *, int);
32 put(SCR *sp, CB *cbp, CHAR_T *namep, MARK *cp, MARK *rp, int append)
H A Dsearch.c137 * PUBLIC: MARK *, MARK *, CHAR_T *, size_t, CHAR_T **, u_int);
140 f_search(SCR *sp, MARK *fm, MARK *rm, CHAR_T *ptrn, size_t plen,
278 * PUBLIC: MARK *, MARK *, CHAR_T *, size_t, CHAR_T **, u_int);
281 b_search(SCR *sp, MARK *fm, MARK *rm, CHAR_T *ptrn, size_t plen,
H A Dcut.c61 * PUBLIC: int cut(SCR *, CHAR_T *, MARK *, MARK *, int);
64 cut(SCR *sp, CHAR_T *namep, MARK *fm, MARK *tm, int flags)
141 * cut_line to cut from the MARK to the end of the line.
/freebsd-13-stable/contrib/nvi/ex/
H A Dextern.h41 EXCMD *, MARK *, MARK *, MARK *, CHAR_T *, enum filtertype);
63 int ex_print(SCR *, EXCMD *, MARK *, MARK *, u_int32_t);
65 int ex_scprint(SCR *, MARK *, MARK *);
72 int ex_readfp(SCR *, char *, FILE *, MARK *, recno_t *, int);
129 char *, FILE *, MARK *, MARK *, u_lon
[all...]
H A Dex_put.c33 MARK m;
H A Dex_undo.c33 MARK m;
H A Dex_print.c85 * PUBLIC: int ex_print(SCR *, EXCMD *, MARK *, MARK *, u_int32_t);
88 ex_print(SCR *sp, EXCMD *cmdp, MARK *fp, MARK *tp, u_int32_t flags)
161 * PUBLIC: int ex_scprint(SCR *, MARK *, MARK *);
164 ex_scprint(SCR *sp, MARK *fp, MARK *tp)
H A Dex.h117 MARK addr1; /* Command: 1st address. */
118 MARK addr2; /* Command: 2nd address. */
H A Dex_move.c34 MARK fm1, fm2, m, tm;
86 MARK fm1, fm2;
H A Dex_filter.c36 * PUBLIC: EXCMD *, MARK *, MARK *, MARK *, CHAR_T *, enum filtertype);
39 ex_filter(SCR *sp, EXCMD *cmdp, MARK *fm, MARK *tm, MARK *rp, CHAR_T *cmd, enum filtertype ftype)
157 * appends to the MARK, and closes ofp.
247 * pipe. Ex_readfp appends to the MARK and closes
H A Dex_write.c124 MARK rm;
278 * PUBLIC: char *, FILE *, MARK *, MARK *, u_long *, u_long *, int);
281 ex_writefp(SCR *sp, char *name, FILE *fp, MARK *fm, MARK *tm, u_long *nlno, u_long *nch, int silent)
H A Dex_bang.c51 MARK rm;
H A Dex_z.c33 MARK abs;
H A Dex_read.c49 MARK rm;
289 * PUBLIC: int ex_readfp(SCR *, char *, FILE *, MARK *, recno_t *, int);
292 ex_readfp(SCR *sp, char *name, FILE *fp, MARK *fm, recno_t *nlinesp, int silent)
/freebsd-13-stable/contrib/nvi/vi/
H A Dv_util.c31 * PUBLIC: void v_eof(SCR *, MARK *);
34 v_eof(SCR *sp, MARK *mp)
54 * PUBLIC: void v_eol(SCR *, MARK *);
57 v_eol(SCR *sp, MARK *mp)
89 * PUBLIC: void v_sof(SCR *, MARK *);
92 v_sof(SCR *sp, MARK *mp)
H A Dextern.h86 int v_txt(SCR *, VICMD *, MARK *,
93 void v_eof(SCR *, MARK *);
94 void v_eol(SCR *, MARK *);
96 void v_sof(SCR *, MARK *);
131 int vs_sm_scroll(SCR *, MARK *, recno_t, scroll_t);
137 int vs_sm_position(SCR *, MARK *, u_long, pos_t);
H A Dvi.h120 MARK m_start; /* mark: initial cursor, range start. */
121 MARK m_stop; /* mark: range end. */
122 MARK m_final; /* mark: final cursor position. */
257 MARK sel; /* Select start position. */
/freebsd-13-stable/usr.bin/sed/tests/
H A Dmulti_test.sh67 MARK=0
95 echo "ok $MARK $TESTNAME # $TODO$OCOMMENT"
97 echo "not ok $MARK $TESTNAME # $TODO$OCOMMENT"
104 [ $MARK -gt 0 ] && result
106 MARK=`expr $MARK + 1`
/freebsd-13-stable/contrib/mtree/
H A Dcompare.c73 #define MARK \ macro
89 #define LABEL if (!label++) MARK
98 MARK; \

Completed in 106 milliseconds

12