Symbol: gettyflags
libexec/getty/extern.h
39
extern struct gettyflags gettyflags[];
libexec/getty/gettytab.h
144
#define HT gettyflags[0].value
libexec/getty/gettytab.h
145
#define NL gettyflags[1].value
libexec/getty/gettytab.h
146
#define EP gettyflags[2].value
libexec/getty/gettytab.h
147
#define EPset gettyflags[2].set
libexec/getty/gettytab.h
148
#define OP gettyflags[3].value
libexec/getty/gettytab.h
149
#define OPset gettyflags[3].set
libexec/getty/gettytab.h
150
#define AP gettyflags[4].value
libexec/getty/gettytab.h
151
#define APset gettyflags[4].set
libexec/getty/gettytab.h
152
#define EC gettyflags[5].value
libexec/getty/gettytab.h
153
#define CO gettyflags[6].value
libexec/getty/gettytab.h
154
#define CB gettyflags[7].value
libexec/getty/gettytab.h
155
#define CK gettyflags[8].value
libexec/getty/gettytab.h
156
#define CE gettyflags[9].value
libexec/getty/gettytab.h
157
#define PE gettyflags[10].value
libexec/getty/gettytab.h
158
#define RW gettyflags[11].value
libexec/getty/gettytab.h
159
#define XC gettyflags[12].value
libexec/getty/gettytab.h
160
#define LC gettyflags[13].value
libexec/getty/gettytab.h
161
#define UC gettyflags[14].value
libexec/getty/gettytab.h
162
#define IG gettyflags[15].value
libexec/getty/gettytab.h
163
#define PS gettyflags[16].value
libexec/getty/gettytab.h
164
#define HC gettyflags[17].value
libexec/getty/gettytab.h
165
#define UB gettyflags[18].value
libexec/getty/gettytab.h
166
#define AB gettyflags[19].value
libexec/getty/gettytab.h
167
#define DX gettyflags[20].value
libexec/getty/gettytab.h
168
#define NP gettyflags[21].value
libexec/getty/gettytab.h
169
#define NPset gettyflags[21].set
libexec/getty/gettytab.h
170
#define MB gettyflags[22].value
libexec/getty/gettytab.h
171
#define HW gettyflags[23].value
libexec/getty/gettytab.h
172
#define NC gettyflags[24].value
libexec/getty/gettytab.h
173
#define PL gettyflags[25].value
libexec/getty/init.c
120
struct gettyflags gettyflags[] = {
libexec/getty/subr.c
143
for (fp = gettyflags; fp->field; fp++) {
libexec/getty/subr.c
159
struct gettyflags *fp;
libexec/getty/subr.c
167
for (fp = gettyflags; fp->field; fp++)
libexec/getty/subr.c
179
struct gettyflags *fp;
libexec/getty/subr.c
188
for (fp = gettyflags; fp->field; fp++)
libexec/getty/subr.c
60
struct gettyflags *fp;