Searched refs:gettystrs (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/libexec/getty/
H A Dextern.h41 extern struct gettystrs gettystrs[];
H A Dgettytab.h36 struct gettystrs { struct
60 #define NX gettystrs[0].value
61 #define CL gettystrs[1].value
62 #define IM gettystrs[2].value
63 #define LM gettystrs[3].value
64 #define ER gettystrs[4].value
65 #define KL gettystrs[5].value
66 #define ET gettystrs[6].value
67 #define PC gettystrs[7].value
68 #define TT gettystrs[
[all...]
H A Dinit.c53 struct gettystrs gettystrs[] = { variable in typeref:struct:gettystrs
H A Dsubr.c65 struct gettystrs *sp;
84 for (sp = gettystrs; sp->field; sp++)
87 if (sp >= &gettystrs[4] && sp <= &gettystrs[6])
128 for (sp = gettystrs; sp->field; sp++) {
166 for (sp = gettystrs; sp->field; sp++)
179 struct gettystrs *sp;
183 for (sp = gettystrs; sp->field; sp++)
199 struct gettystrs *sp;
203 for (sp = gettystrs; s
[all...]

Completed in 99 milliseconds