diff options
author | delphij <delphij@FreeBSD.org> | 2007-06-04 01:42:54 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-06-04 01:42:54 +0000 |
commit | 9b5d103b5b51a6fea5caf2c8b1fc678d65a357c9 (patch) | |
tree | f7d1bd15b558b3590d7bb4d4e31ef8833e0a1171 /contrib/less/funcs.h | |
parent | 05dd7cf6267b7b4d66cfc8e51b6d7e47d0eba220 (diff) | |
parent | 7672cb6e48e2ed472cbd72caaa0eb155608a644d (diff) | |
download | FreeBSD-src-9b5d103b5b51a6fea5caf2c8b1fc678d65a357c9.zip FreeBSD-src-9b5d103b5b51a6fea5caf2c8b1fc678d65a357c9.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r170256,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/less/funcs.h')
-rw-r--r-- | contrib/less/funcs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/less/funcs.h b/contrib/less/funcs.h index b945b85..2010524 100644 --- a/contrib/less/funcs.h +++ b/contrib/less/funcs.h @@ -14,6 +14,7 @@ public void remove_top (); public void win32_scroll_up (); public void lower_left (); + public void line_left (); public void check_winch (); public void goto_line (); public void vbell (); @@ -70,6 +71,7 @@ public int cmd_char (); public LINENUM cmd_int (); public char * get_cmdbuf (); + public char * cmd_lastpattern (); public void init_cmdhist (); public void save_cmdhist (); public int in_mca (); @@ -118,6 +120,7 @@ public char * bad_file (); public POSITION filesize (); public char * shell_coption (); + public void squish_check (); public void forw (); public void back (); public void forward (); @@ -181,6 +184,8 @@ public void opt_o (); public void opt__O (); public void opt_l (); + public void opt_j (); + public void calc_jump_sline (); public void opt_k (); public void opt_t (); public void opt__T (); @@ -201,6 +206,8 @@ public int isoptpending (); public void nopendopt (); public int getnum (); + public long getfraction (); + public int get_quit_at_eof (); public void init_option (); public struct loption * findopt (); public struct loption * findopt_name (); |