Home
last modified time | relevance | path

Searched refs:getmark (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/less/
H A Dmark.c139 getmark(c) in getmark() function
204 return (getmark(c) == NULL);
279 m = getmark(c);
321 m = getmark(c);
/freebsd-13.1/contrib/nvi/vi/
H A Dv_mark.c101 mark(SCR *sp, VICMD *vp, int getmark, enum which cmd) in mark() argument
107 if (getmark && mark_get(sp, vp->character, &vp->m_stop, M_BERR)) in mark()