HomeSort by: relevance | last modified time | path
    Searched defs:add_lnum (Results 1 - 2 of 2) sorted by relevancy

  /src/distrib/utils/more/
linenum.c 51 * So we use the function add_lnum to cache line numbers.
61 * position in the file. As a side effect, it calls add_lnum
159 add_lnum(line, pos) function
374 add_lnum(lno, cpos);
  /src/external/bsd/less/dist/
linenum.c 22 * So we use the function add_lnum to cache line numbers.
32 * position in the file. As a side effect, it calls add_lnum
125 public void add_lnum(LINENUM linenum, POSITION pos) function
333 add_lnum(linenum, cpos);
364 add_lnum(linenum, cpos);
436 add_lnum(clinenum, cpos);
483 add_lnum(linenum, pos);

Completed in 20 milliseconds