This file is indexed.

/usr/include/xview_private/ttyansi.h is in xviewg-dev 3.2p1.4-28.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
/*	@(#)ttyansi.h 20.12 93/06/28 SMI	*/

/*
 *	(c) Copyright 1989 Sun Microsystems, Inc. Sun design patents 
 *	pending in the U.S. and foreign countries. See LEGAL NOTICE 
 *	file for terms of the license.
 */

/* cursor states */
#define NOCURSOR	0
#define UNDERCURSOR	1
#define BLOCKCURSOR	2
#define LIGHTCURSOR	4


/* terminal states */
#define S_ALPHA		0
#define S_SKIPPING	1
#define S_ESCBRKT	2
#define	S_STRING	3

#define S_ESC		0x80	/* OR-ed in if an ESC char seen */

#ifndef CTRL
#define CTRL(c)		(c & 037)
#endif

#define	DEL	0x7f
#define	NUL	0