Symbol: gettystrs
libexec/getty/gettytab.h
173
extern struct gettystrs gettystrs[];
libexec/getty/gettytab.h
65
#define NX gettystrs[0].value
libexec/getty/gettytab.h
66
#define CL gettystrs[1].value
libexec/getty/gettytab.h
67
#define IM gettystrs[2].value
libexec/getty/gettytab.h
68
#define LM gettystrs[3].value
libexec/getty/gettytab.h
69
#define ER gettystrs[4].value
libexec/getty/gettytab.h
70
#define KL gettystrs[5].value
libexec/getty/gettytab.h
71
#define ET gettystrs[6].value
libexec/getty/gettytab.h
72
#define PC gettystrs[7].value
libexec/getty/gettytab.h
73
#define TT gettystrs[8].value
libexec/getty/gettytab.h
74
#define EV gettystrs[9].value
libexec/getty/gettytab.h
75
#define LO gettystrs[10].value
libexec/getty/gettytab.h
76
#define HN gettystrs[11].value
libexec/getty/gettytab.h
77
#define HE gettystrs[12].value
libexec/getty/gettytab.h
78
#define IN gettystrs[13].value
libexec/getty/gettytab.h
79
#define QU gettystrs[14].value
libexec/getty/gettytab.h
80
#define XN gettystrs[15].value
libexec/getty/gettytab.h
81
#define XF gettystrs[16].value
libexec/getty/gettytab.h
82
#define BK gettystrs[17].value
libexec/getty/gettytab.h
83
#define SU gettystrs[18].value
libexec/getty/gettytab.h
84
#define DS gettystrs[19].value
libexec/getty/gettytab.h
85
#define RP gettystrs[20].value
libexec/getty/gettytab.h
86
#define FL gettystrs[21].value
libexec/getty/gettytab.h
87
#define WE gettystrs[22].value
libexec/getty/gettytab.h
88
#define LN gettystrs[23].value
libexec/getty/gettytab.h
89
#define ST gettystrs[24].value
libexec/getty/gettytab.h
90
#define B2 gettystrs[25].value
libexec/getty/gettytab.h
91
#define PP gettystrs[26].value
libexec/getty/gettytab.h
92
#define IF gettystrs[27].value
libexec/getty/gettytab.h
93
#define AL gettystrs[28].value
libexec/getty/init.c
58
struct gettystrs gettystrs[] = {
libexec/getty/subr.c
100
for (sp = gettystrs; sp->field; sp++)
libexec/getty/subr.c
114
struct gettystrs *sp;
libexec/getty/subr.c
118
for (sp = gettystrs; sp->field; sp++)
libexec/getty/subr.c
134
struct gettystrs *sp;
libexec/getty/subr.c
138
for (sp = gettystrs; sp->field; sp++)
libexec/getty/subr.c
69
struct gettystrs *sp;
libexec/getty/subr.c
80
for (sp = gettystrs; sp->field; sp++)