Searched refs:PAGE_NUM (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dprompt.c259 #undef PAGE_NUM macro
260 #define PAGE_NUM(linenum) ((((linenum) - 1) / (sc_height - 1)) + 1) macro
277 ap_linenum(PAGE_NUM(linenum));
295 ap_linenum(PAGE_NUM(linenum));

Completed in 97 milliseconds