Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/less/
H A Dmark.c128 static struct mark * getmark(LWCHAR c) in getmark() function
190 return (getmark(c) == NULL); in badmark()
257 m = getmark(c); in gomark()
297 m = getmark(c); in markpos()
/freebsd-14.2/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()