Symbol: gettyflags
libexec/getty/gettytab.h
127
#define HT gettyflags[0].value
libexec/getty/gettytab.h
128
#define NL gettyflags[1].value
libexec/getty/gettytab.h
129
#define EP gettyflags[2].value
libexec/getty/gettytab.h
130
#define EPset gettyflags[2].set
libexec/getty/gettytab.h
131
#define OP gettyflags[3].value
libexec/getty/gettytab.h
132
#define OPset gettyflags[3].set
libexec/getty/gettytab.h
133
#define AP gettyflags[4].value
libexec/getty/gettytab.h
134
#define APset gettyflags[4].set
libexec/getty/gettytab.h
135
#define EC gettyflags[5].value
libexec/getty/gettytab.h
136
#define CO gettyflags[6].value
libexec/getty/gettytab.h
137
#define CB gettyflags[7].value
libexec/getty/gettytab.h
138
#define CK gettyflags[8].value
libexec/getty/gettytab.h
139
#define CE gettyflags[9].value
libexec/getty/gettytab.h
140
#define PE gettyflags[10].value
libexec/getty/gettytab.h
141
#define RW gettyflags[11].value
libexec/getty/gettytab.h
142
#define XC gettyflags[12].value
libexec/getty/gettytab.h
143
#define LC gettyflags[13].value
libexec/getty/gettytab.h
144
#define UC gettyflags[14].value
libexec/getty/gettytab.h
145
#define IG gettyflags[15].value
libexec/getty/gettytab.h
146
#define PS gettyflags[16].value
libexec/getty/gettytab.h
147
#define HC gettyflags[17].value
libexec/getty/gettytab.h
148
#define UB gettyflags[18].value
libexec/getty/gettytab.h
149
#define AB gettyflags[19].value
libexec/getty/gettytab.h
150
#define DX gettyflags[20].value
libexec/getty/gettytab.h
151
#define NP gettyflags[21].value
libexec/getty/gettytab.h
152
#define MB gettyflags[22].value
libexec/getty/gettytab.h
154
extern struct gettyflags gettyflags[];
libexec/getty/init.c
98
struct gettyflags gettyflags[] = {
libexec/getty/subr.c
101
struct gettyflags *fp;
libexec/getty/subr.c
109
for (fp = gettyflags; fp->field; fp++)
libexec/getty/subr.c
121
struct gettyflags *fp;
libexec/getty/subr.c
129
for (fp = gettyflags; fp->field; fp++)
libexec/getty/subr.c
56
struct gettyflags *fp;
libexec/getty/subr.c
75
for (fp = gettyflags; fp->field; fp++) {
libexec/getty/subr.c
89
for (fp = gettyflags; fp->field; fp++)