Home
last modified time | relevance | path

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

/minix3/external/bsd/less/dist/
H A Dmark.c71 getmark(c) in getmark() function
140 return (getmark(c) == NULL);
188 m = getmark(c);
235 m = getmark(c);
/minix3/external/bsd/nvi/dist/vi/
H A Dv_mark.c111 mark(SCR *sp, VICMD *vp, int getmark, enum which cmd) in mark() argument
116 if (getmark && mark_get(sp, vp->character, &vp->m_stop, M_BERR)) in mark()