Home
last modified time | relevance | path

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

/minix/external/bsd/flex/dist/
H A Dgen.c153 out_str_dec (get_int32_decl (), "yy_rule_can_match_eol", in geneoltbl()
490 out_str_dec (get_yy_char_decl (), "yy_ec", csize); in genecs()
706 out_str_dec (long_align ? get_int32_decl () : get_int16_decl (), in genftbl()
1110 out_str_dec (long_align ? get_int32_decl () : in gentabs()
1300 out_str_dec (get_yy_char_decl (), "yy_meta", numecs + 1); in gentabs()
1329 out_str_dec ((tblend >= INT16_MAX || long_align) ? in gentabs()
1388 out_str_dec ((total_states >= INT16_MAX || long_align) ? in gentabs()
1422 out_str_dec ((total_states >= INT16_MAX || long_align) ? in gentabs()
1461 out_str_dec ((total_states >= INT16_MAX || long_align) ? in gentabs()
1724 out_str_dec (get_state_decl (), "yy_NUL_trans", in make_tables()
[all …]
H A Dmisc.c719 void out_str_dec (fmt, str, n) in out_str_dec() function
H A Dflexdef.h954 extern void out_str_dec PROTO ((const char *, const char *, int));
H A Ddfa.c546 out_str_dec in ntod()