File: misc.h

package info (click to toggle)
jove 4.16.0.73-5
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,024 kB
  • sloc: ansic: 27,589; makefile: 454; sh: 49
file content (29 lines) | stat: -rw-r--r-- 929 bytes parent folder | download | duplicates (12)
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
/**************************************************************************
 * 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
	skip_wht_space proto((void));

/* Commands: */

extern void
	ChrToOct proto((void)),
	GoLine proto((void)),
	KillBos proto((void)),
	KillEOL proto((void)),
	KillEos proto((void)),
	KillExpr proto((void)),
	Leave proto((void)),
	NotModified proto((void)),
	SetLMargin proto((void)),
	SetRMargin proto((void)),
	StrLength proto((void)),
	ToIndent proto((void)),
	TransChar proto((void)),
	TransLines proto((void)),
	Yank proto((void)),
	prCTIME proto((void));