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

  /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);
tags.c 452 add_lnum(linenum, pos);
funcs.h 231 public void add_lnum(LINENUM linenum, POSITION pos);
search.c 1306 add_lnum(linenum, pos);
  /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);
extern.h 64 void add_lnum __P((int, off_t));
prim.c 786 add_lnum(linenum, pos);

Completed in 75 milliseconds