Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dline.c1488 public POSITION forw_raw_line_len(POSITION curr_pos, size_t read_len, constant char **linep, size_t *line_lenp) in pappstr()
1529 if (line_lenp != NULL) in rrshift()
1530 *line_lenp = n; in rrshift()
1534 public POSITION forw_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp) in rrshift()
1536 return forw_raw_line_len(curr_pos, size_t_null, linep, line_lenp); in rrshift()
1543 public POSITION back_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp)
1604 if (line_lenp != NULL)
1605 *line_lenp = size_linebuf - 1 - n;
1613 public int skip_columns(int cols, constant char **linep, size_t *line_lenp)
1616 constant char *eline = line + *line_lenp;
1332 forw_raw_line(POSITION curr_pos,char ** linep,int * line_lenp) forw_raw_line() argument
1377 back_raw_line(POSITION curr_pos,char ** linep,int * line_lenp) back_raw_line() argument
1447 skip_columns(int cols,char ** linep,int * line_lenp) skip_columns() argument
[all...]
H A Dfuncs.h245 public POSITION forw_raw_line_len(POSITION curr_pos, size_t read_len, constant char **linep, size_t *line_lenp);
246 public POSITION forw_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp);
247 public POSITION back_raw_line(POSITION curr_pos, constant char **linep, size_t *line_lenp);
248 public int skip_columns(int cols, constant char **linep, size_t *line_lenp);