Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dlmsg.c41 public int size_help_data; variable
163 size_help_data = xbuf->end; in lmsg_line()
181 size_help_data = size_helpdata; in lmsg_init()
H A Dch.c128 extern constant int size_help_data;
633 return (size_help_data); in ch_length()
764 ch_fsize = (ch_flags & CH_HELPFILE) ? size_help_data : filesize(ch_file); in ch_flush()
902 ch_fsize = (flags & CH_HELPFILE) ? size_help_data : filesize(ch_file); in ch_init()