Symbol: gettystrs
libexec/getty/extern.h
44
extern struct gettystrs gettystrs[];
libexec/getty/gettytab.h
62
#define NX gettystrs[0].value
libexec/getty/gettytab.h
63
#define CL gettystrs[1].value
libexec/getty/gettytab.h
64
#define IM gettystrs[2].value
libexec/getty/gettytab.h
65
#define LM gettystrs[3].value
libexec/getty/gettytab.h
66
#define ER gettystrs[4].value
libexec/getty/gettytab.h
67
#define KL gettystrs[5].value
libexec/getty/gettytab.h
68
#define ET gettystrs[6].value
libexec/getty/gettytab.h
69
#define PC gettystrs[7].value
libexec/getty/gettytab.h
70
#define TT gettystrs[8].value
libexec/getty/gettytab.h
71
#define EV gettystrs[9].value
libexec/getty/gettytab.h
72
#define LO gettystrs[10].value
libexec/getty/gettytab.h
73
#define HN gettystrs[11].value
libexec/getty/gettytab.h
74
#define HE gettystrs[12].value
libexec/getty/gettytab.h
75
#define IN gettystrs[13].value
libexec/getty/gettytab.h
76
#define QU gettystrs[14].value
libexec/getty/gettytab.h
77
#define XN gettystrs[15].value
libexec/getty/gettytab.h
78
#define XF gettystrs[16].value
libexec/getty/gettytab.h
79
#define BK gettystrs[17].value
libexec/getty/gettytab.h
80
#define SU gettystrs[18].value
libexec/getty/gettytab.h
81
#define DS gettystrs[19].value
libexec/getty/gettytab.h
82
#define RP gettystrs[20].value
libexec/getty/gettytab.h
83
#define FL gettystrs[21].value
libexec/getty/gettytab.h
84
#define WE gettystrs[22].value
libexec/getty/gettytab.h
85
#define LN gettystrs[23].value
libexec/getty/gettytab.h
86
#define Lo gettystrs[24].value
libexec/getty/gettytab.h
87
#define PP gettystrs[25].value
libexec/getty/gettytab.h
88
#define IF gettystrs[26].value
libexec/getty/gettytab.h
89
#define IC gettystrs[27].value
libexec/getty/gettytab.h
90
#define AC gettystrs[28].value
libexec/getty/gettytab.h
91
#define AL gettystrs[29].value
libexec/getty/gettytab.h
92
#define DF gettystrs[30].value
libexec/getty/gettytab.h
93
#define IMP gettystrs[31].value
libexec/getty/init.c
53
struct gettystrs gettystrs[] = {
libexec/getty/subr.c
120
for (sp = gettystrs; sp->field; sp++) {
libexec/getty/subr.c
160
struct gettystrs *sp;
libexec/getty/subr.c
164
for (sp = gettystrs; sp->field; sp++)
libexec/getty/subr.c
180
struct gettystrs *sp;
libexec/getty/subr.c
184
for (sp = gettystrs; sp->field; sp++)
libexec/getty/subr.c
60
struct gettystrs *sp;
libexec/getty/subr.c
80
for (sp = gettystrs; sp->field; sp++)
libexec/getty/subr.c
83
if (sp >= &gettystrs[4] && sp <= &gettystrs[6])