Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/loadkeys/
H A Dloadkeys.y689 } word_t; typedef
694 word_t wordtab[] = {
897 word_t word; in yylex()
898 register word_t *wptr; in yylex()
906 wptr = (word_t *)bsearch((char *)&word, in yylex()
907 (char *)wordtab, NWORDS, sizeof (word_t), in yylex()
1004 ((const word_t *)w1)->w_string, in wordcmp()
1005 ((const word_t *)w2)->w_string)); in wordcmp()