Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dprompt.c175 static POSITION curr_byte(int where) in cond()
202 return (curr_byte(where) != NULL_POSITION); in cond()
231 return (curr_byte(where) != NULL_POSITION && ch_length() > 0);
272 pos = curr_byte(where); in protochar()
362 pos = curr_byte(where); in protochar()
150 static POSITION curr_byte(int where) curr_byte() function