Searched refs:word_t (Results 1 – 1 of 1) sorted by relevance
655 } word_t; typedef660 word_t wordtab[] = {874 word_t word; in yylex()875 register word_t *wptr; in yylex()883 wptr = (word_t *)bsearch((char *)&word, in yylex()884 (char *)wordtab, NWORDS, sizeof (word_t), in yylex()985 ((const word_t *)w1)->w_string, in wordcmp()986 ((const word_t *)w2)->w_string)); in wordcmp()