Home
last modified time | relevance | path

Searched refs:mark_get (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dv_mark.c107 if (getmark && mark_get(sp, vp->character, &vp->m_stop, M_BERR)) in mark()
/freebsd/contrib/nvi/common/
H A Dmark.c106 mark_get(SCR *sp, ARG_CHAR_T key, MARK *mp, mtype_t mtype) in mark_get() function
/freebsd/usr.bin/vi/
H A Dextern.h371 int mark_get(SCR *, ARG_CHAR_T, MARK *, mtype_t);
/freebsd/contrib/nvi/ex/
H A Dex.c1890 if (mark_get(sp, ecp->cp[1], mp, M_ERR)) { in ex_line()