Lines Matching refs:Key_t
137 } Key_t;
155 static Key_t keys[] =
396 register Key_t* kp;
401 if (!(kp = (Key_t*)dtmatch(state.keys, fp->t_str)))
408 if (!(kp = newof(0, Key_t, 1, strlen(fp->t_str) + 1)))
667 Key_t* kp;
690 keydisc.key = offsetof(Key_t, name);
692 keydisc.link = offsetof(Key_t, hashed);
724 if (!(kp = (Key_t*)dtmatch(state.keys, opt_info.arg)))
728 if (!(kp = newof(0, Key_t, 1, strlen(opt_info.arg) + 1)))