File: move.h

package info (click to toggle)
jove 4.16.0.72-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,012 kB
  • ctags: 2,932
  • sloc: ansic: 27,591; makefile: 472; sh: 46
file content (32 lines) | stat: -rw-r--r-- 970 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/**************************************************************************
 * This program is Copyright (C) 1986-2002 by Jonathan Payne.  JOVE is    *
 * provided by Jonathan and Jovehacks without charge and without          *
 * warranty.  You may copy, modify, and/or distribute JOVE, provided that *
 * this notice is included in all the source files and documentation.     *
 **************************************************************************/

extern void
	b_char proto((int n)),
	f_char proto((int n)),
	f_word proto((int num)),
	line_move proto((int dir, int n, bool line_cmd));

extern int
	how_far proto((LinePtr line,int col));

/* Commands: */

extern void
	BackChar proto((void)),
	BackWord proto((void)),
	Bof proto((void)),
	Bol proto((void)),
	Bos proto((void)),
	Eof proto((void)),
	Eol proto((void)),
	Eos proto((void)),
	ForChar proto((void)),
	ForWord proto((void)),
	ForIdent proto((void)),
	NextLine proto((void)),
	PrevLine proto((void));