Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
HDcmdbuf.c34 static size_t updown_match; /* Prefix length in up/down movement */ variable
649 updown_match = ptr_diff(cp, cmdbuf); in cmd_updown()
666 if (strncmp(cmdbuf, ml->string, updown_match) == 0) in cmd_updown()
699 return (ssize_t) updown_match; in save_updown_match()
704 updown_match = udm; in restore_updown_match()