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