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

12

/freebsd-13-stable/contrib/nvi/vi/
H A Dv_mark.c104 MARK m;
157 * stop MARK's so that it's in a forward direction. (There's no
H A Dv_match.c36 MARK *mp;
H A Dvs_smap.c28 static int vs_sm_down(SCR *, MARK *, recno_t, scroll_t, SMAP *);
32 static int vs_sm_up(SCR *, MARK *, recno_t, scroll_t, SMAP *);
511 * PUBLIC: int vs_sm_scroll(SCR *, MARK *, recno_t, scroll_t);
514 vs_sm_scroll(SCR *sp, MARK *rp, recno_t count, scroll_t scmd)
571 vs_sm_up(SCR *sp, MARK *rp, recno_t count, scroll_t scmd, SMAP *smp)
808 vs_sm_down(SCR *sp, MARK *rp, recno_t count, scroll_t scmd, SMAP *smp)
1133 * PUBLIC: int vs_sm_position(SCR *, MARK *, u_long, pos_t);
1136 vs_sm_position(SCR *sp, MARK *rp, u_long cnt, pos_t pos)
H A Dv_search.c455 MARK m;
487 * stop MARK's so that it's in a forward direction. (There's no
H A Dv_txt.c233 * PUBLIC: int v_txt(SCR *, VICMD *, MARK *,
240 MARK *tm, /* To MARK. */
2526 MARK start;
2702 MARK m;
H A Dvi.c63 MARK abs;
196 * Do any required motion; v_motion sets the from MARK and the
208 * to MARK here relative to the cursor/from MARK. This is for
895 * from and to MARK's so that it's in a forward direction.
896 * Motions are from the from MARK to the to MARK (inclusive).
/freebsd-13-stable/contrib/nvi/common/
H A Dexf.c509 MARK m;
720 * PUBLIC: int file_write(SCR *, MARK *, MARK *, char *, int);
723 file_write(SCR *sp, MARK *fm, MARK *tm, char *name, int flags)
730 MARK from, to;
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_global.c65 MARK abs;
H A Dex.c35 static int ex_line(SCR *, EXCMD *, MARK *, int *, int *);
195 MARK cur;
1624 MARK m;
1818 ex_line(SCR *sp, EXCMD *ecp, MARK *mp, int *isaddrp, int *errp)
1825 int (*sf)(SCR *, MARK *, MARK *, CHAR_T *, size_t, CHAR_T **, u_int);
H A Dex_cscope.c1003 MARK m;
H A Dex_subst.c341 MARK from, to;
H A Dex_tag.c905 MARK m;
/freebsd-13-stable/contrib/dialog/
H A Ddlg_keys.c381 CURSES_NAME(MARK),
/freebsd-13-stable/usr.sbin/syslogd/
H A Dsyslogd.c208 #define MARK 0x008 /* this message is a mark */ macro
1619 if (flags & MARK)
1729 if ((flags & MARK) && (now - f->f_time) < MarkInterval / 2)
1736 (flags & MARK) == 0 && savedlen == f->f_prevlen &&
3230 "-- MARK --", MARK);
/freebsd-13-stable/contrib/byacc/
H A Dreader.c541 return (MARK);
1810 case MARK:
2392 case MARK:

Completed in 174 milliseconds

12