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