Searched refs:dump_lex (Results 1 – 5 of 5) sorted by relevance
/dports/japanese/p5-Text-ChaSen/chasen-2.4.5/mkchadic/ |
H A D | dumpdic.c | 75 dump_lex(da_lex_t *lex, FILE *output) in dump_lex() function 119 dump_lex(&lex, lexfile); in dump_compound() 147 lex_index = dump_lex(&lex, tmpfile); in dump_dic() 161 lex_index = dump_lex(&lex, tmpfile); in dump_dic()
|
/dports/japanese/chasen-base/chasen-2.4.5/mkchadic/ |
H A D | dumpdic.c | 75 dump_lex(da_lex_t *lex, FILE *output) in dump_lex() function 119 dump_lex(&lex, lexfile); in dump_compound() 147 lex_index = dump_lex(&lex, tmpfile); in dump_dic() 161 lex_index = dump_lex(&lex, tmpfile); in dump_dic()
|
/dports/mail/milter-greylist/milter-greylist-4.6.4/ |
H A D | dump_yacc.y | 27 int dump_lex(void);
|
H A D | Makefile.in | 73 GENSRC= conf_yacc.c conf_lex.c dump_yacc.c dump_lex.c 104 dump_yacc.o: dump_yacc.c dump_lex.c
|
/dports/devel/spin/Spin-version-6.5.0/Src/ |
H A D | flow.c | 864 dump_lex(Lextok *t, char *s) 878 { dump_lex(t->lft, "\nL"); 881 { dump_lex(t->rgt, "\nR"); 907 dump_lex(z->Slst, "\n:X:"); 909 dump_lex(z->ini, "\n:I:");
|