Home
last modified time | relevance | path

Searched refs:word_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y655 } word_t; typedef
660 word_t wordtab[] = {
872 word_t word; in yylex()
873 register word_t *wptr; in yylex()
881 wptr = (word_t *)bsearch((char *)&word, in yylex()
882 (char *)wordtab, NWORDS, sizeof (word_t), in yylex()
979 ((const word_t *)w1)->w_string, in wordcmp()
980 ((const word_t *)w2)->w_string)); in wordcmp()