Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcmdbuf.c265 * Then position the cursor just after the char old_cp (a pointer into cmdbuf).
267 public void cmd_repaint(constant char *old_cp) in cmd_repaint() argument
272 if (old_cp == NULL) in cmd_repaint()
274 old_cp = cp; in cmd_repaint()
303 while (cp > old_cp) in cmd_repaint()
H A Dfuncs.h87 public void cmd_repaint(constant char *old_cp);