File: paragraph.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 (31 lines) | stat: -rw-r--r-- 940 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
/**************************************************************************
 * 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
	DoJustify proto((LinePtr l1, int c1,
		LinePtr l2, int c2, bool scrunch, int indent)),
	do_rfill proto((bool ulm));

/* Commands: */

extern void
	BackPara proto((void)),
	ForPara proto((void)),
	Justify proto((void)),
	RegJustify proto((void));

/* Variables: */

extern bool
	SpaceSent2;		/* VAR: space-sentence-2 */

extern int
	LMargin,		/* VAR: left margin */
	RMargin;		/* VAR: right margin */

extern char
	ParaDelim[128];	/* VAR: paragraph-delimiter-pattern */