Lines Matching +defs:num +defs:input +defs:keys
246 char *output, *input = xstrdup(input_p); in hal_rcv() local
505 write_input (char *input, char *user) in write_input()
1372 make_words (char *input, DICTIONARY *words) in make_words()
1580 static DICTIONARY *keys = 0; in make_keywords() local
1629 add_key (MODEL *model, DICTIONARY *keys, STRING word) in add_key()
1656 add_aux (MODEL *model, DICTIONARY *keys, STRING word) in add_aux()
1680 reply (MODEL *model, DICTIONARY *keys) in reply()
1792 evaluate_reply (MODEL *model, DICTIONARY *keys, DICTIONARY *words) in evaluate_reply()
1796 int symbol, count, num = 0; in evaluate_reply() local
1894 babble (MODEL *model, DICTIONARY *keys, DICTIONARY *words) in babble()
1966 seed (MODEL *model, DICTIONARY *keys) in seed()