8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / lib / krb5 / ss / std_rqs.c
blob0f1c1114963e93b8b2352a36653695254a4dc616
1 #pragma ident "%Z%%M% %I% %E% SMI"
3 /* std_rqs.c - automatically generated from std_rqs.ct */
4 #include <ss/ss.h>
6 #ifndef __STDC__
7 #define const
8 #endif
10 static char const * const ssu00001[] = {
11 ".",
12 (char const *)0
14 extern void ss_self_identify __SS_PROTO;
15 static char const * const ssu00002[] = {
16 "help",
17 (char const *)0
19 extern void ss_help __SS_PROTO;
20 static char const * const ssu00003[] = {
21 "list_help",
22 "lh",
23 (char const *)0
25 extern void ss_unimplemented __SS_PROTO;
26 static char const * const ssu00004[] = {
27 "list_requests",
28 "lr",
29 "?",
30 (char const *)0
32 extern void ss_list_requests __SS_PROTO;
33 static char const * const ssu00005[] = {
34 "quit",
35 "q",
36 (char const *)0
38 extern void ss_quit __SS_PROTO;
39 static char const * const ssu00006[] = {
40 "abbrev",
41 "ab",
42 (char const *)0
44 extern void ss_unimplemented __SS_PROTO;
45 static char const * const ssu00007[] = {
46 "execute",
47 "e",
48 (char const *)0
50 extern void ss_unimplemented __SS_PROTO;
51 static char const * const ssu00008[] = {
52 "?",
53 (char const *)0
55 extern void ss_unimplemented __SS_PROTO;
56 static char const * const ssu00009[] = {
57 "subsystem_name",
58 (char const *)0
60 extern void ss_subsystem_name __SS_PROTO;
61 static char const * const ssu00010[] = {
62 "subsystem_version",
63 (char const *)0
65 extern void ss_subsystem_version __SS_PROTO;
66 static ss_request_entry ssu00011[] = {
67 { ssu00001,
68 ss_self_identify,
69 "Identify the subsystem.",
70 3 },
71 { ssu00002,
72 ss_help,
73 "Display info on command or topic.",
74 0 },
75 { ssu00003,
76 ss_unimplemented,
77 "List topics for which help is available.",
78 3 },
79 { ssu00004,
80 ss_list_requests,
81 "List available commands.",
82 0 },
83 { ssu00005,
84 ss_quit,
85 "Leave the subsystem.",
86 0 },
87 { ssu00006,
88 ss_unimplemented,
89 "Enable/disable abbreviation processing of request lines.",
90 3 },
91 { ssu00007,
92 ss_unimplemented,
93 "Execute a UNIX command line.",
94 3 },
95 { ssu00008,
96 ss_unimplemented,
97 "Produce a list of the most commonly used requests.",
98 3 },
99 { ssu00009,
100 ss_subsystem_name,
101 "Return the name of this subsystem.",
102 1 },
103 { ssu00010,
104 ss_subsystem_version,
105 "Return the version of this subsystem.",
106 1 },
107 { 0, 0, 0, 0 }
110 ss_request_table ss_std_requests = { 2, ssu00011 };