File: zshow_params.h

package info (click to toggle)
fis-gtm 6.2-000-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 30,784 kB
  • ctags: 42,554
  • sloc: ansic: 358,483; asm: 4,847; csh: 4,574; sh: 2,261; awk: 200; makefile: 86; sed: 13
file content (78 lines) | stat: -rw-r--r-- 1,344 bytes parent folder | download | duplicates (3)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
/****************************************************************
 *								*
 *	Copyright 2001, 2014 Fidelity Information Services, Inc	*
 *								*
 *	This source code contains the intellectual property	*
 *	of its copyright holder(s), and is made available	*
 *	under a license.  If you do not know the terms of	*
 *	the license, please stop and do not read further.	*
 *								*
 ****************************************************************/

/* maintained in conjunction with table in deviceparameters */

typedef struct {
	char offset;
	char letter;
}zshow_index;

enum zshow_params
{
zshow_allo,
zshow_bloc,
zshow_command,
zshow_conv,
zshow_ctra,
zshow_dele,
zshow_dest,
zshow_ebcd,
zshow_edit,
zshow_empterm,
zshow_exce,
zshow_exte,
zshow_field,
zshow_fil,
zshow_fixed,
zshow_follow,
zshow_host,
zshow_ichset,
zshow_independent,
zshow_inse,
zshow_lab,
zshow_leng,
zshow_nocene,
zshow_nodest,
zshow_noecho,
zshow_noedit,
zshow_noempterm,
zshow_noesca,
zshow_nofollow,
zshow_nohost,
zshow_noinse,
zshow_nopast,
zshow_noreads,
zshow_nottsy,
zshow_notype,
zshow_nowrap,
zshow_ochset,
zshow_pad,
zshow_parse,
zshow_past,
zshow_prmmbx,
zshow_rchk,
zshow_read,
zshow_reads,
zshow_rec,
zshow_shar,
zshow_shell,
zshow_stderr,
zshow_stream,
zshow_term,
zshow_ttsy,
zshow_type,
zshow_uic,
zshow_wait,
zshow_wchk,
zshow_width,
zshow_write
};