Searched refs:out_str_dec (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | gen.c | 132 out_str_dec (get_int32_decl (), "yy_rule_can_match_eol", in geneoltbl() 470 out_str_dec (get_yy_char_decl (), "yy_ec", csize); in genecs() 687 out_str_dec (long_align ? get_int32_decl () : get_int16_decl (), in genftbl() 1089 out_str_dec (long_align ? get_int32_decl () : in gentabs() 1199 out_str_dec (long_align ? get_int32_decl () : get_int16_decl (), in gentabs() 1274 out_str_dec (get_yy_char_decl (), "yy_meta", numecs + 1); in gentabs() 1303 out_str_dec ((tblend >= INT16_MAX || long_align) ? in gentabs() 1360 out_str_dec ((total_states >= INT16_MAX || long_align) ? in gentabs() 1392 out_str_dec ((total_states >= INT16_MAX || long_align) ? in gentabs() 1429 out_str_dec ((total_states >= INT16_MAX || long_align) ? in gentabs() [all …]
|
H A D | misc.c | 584 void out_str_dec (const char *fmt, const char str[], int n) in out_str_dec() function
|
H A D | flexdef.h | 893 extern void out_str_dec(const char *, const char *, int);
|
H A D | dfa.c | 528 out_str_dec in ntod()
|