Searched refs:flex_int32_t (Results 1 - 12 of 12) sorted by last modified time

/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c59 typedef int32_t flex_int32_t; typedef
64 typedef int flex_int32_t; typedef
383 flex_int32_t yy_verify;
384 flex_int32_t yy_nxt;
651 static yyconst flex_int32_t yy_ec[256] =
683 static yyconst flex_int32_t yy_meta[85] =
/freebsd-10.3-release/usr.bin/csup/
H A Drcstokenizer.h50 typedef int32_t flex_int32_t; typedef
55 typedef int flex_int32_t; typedef
H A Dlex.rcs.c47 typedef int32_t flex_int32_t; typedef
52 typedef int flex_int32_t; typedef
357 flex_int32_t yy_verify;
358 flex_int32_t yy_nxt;
373 static yyconst flex_int32_t yy_ec[256] =
405 static yyconst flex_int32_t yy_meta[30] =
/freebsd-10.3-release/crypto/heimdal/lib/sl/
H A Dslc-lex.c47 typedef int32_t flex_int32_t; typedef
52 typedef int flex_int32_t; typedef
368 flex_int32_t yy_verify;
369 flex_int32_t yy_nxt;
377 static yyconst flex_int32_t yy_ec[256] =
409 static yyconst flex_int32_t yy_meta[10] =
/freebsd-10.3-release/crypto/heimdal/lib/com_err/
H A Dlex.c47 typedef int32_t flex_int32_t; typedef
52 typedef int flex_int32_t; typedef
368 flex_int32_t yy_verify;
369 flex_int32_t yy_nxt;
380 static yyconst flex_int32_t yy_ec[256] =
412 static yyconst flex_int32_t yy_meta[23] =
/freebsd-10.3-release/crypto/heimdal/lib/asn1/
H A Dlex.c47 typedef int32_t flex_int32_t; typedef
52 typedef int flex_int32_t; typedef
368 flex_int32_t yy_verify;
369 flex_int32_t yy_nxt;
437 static yyconst flex_int32_t yy_ec[256] =
469 static yyconst flex_int32_t yy_meta[70] =
/freebsd-10.3-release/contrib/flex/
H A Dtables_shared.h98 YYTD_DATA32 = 0x04, /**< data is an array of type flex_int32_t */
134 :sizeof(flex_int32_t)))
140 yyskel_static flex_int32_t yytbl_calc_total_len (const struct yytbl_data *tbl);
H A Dtables_shared.c59 yyskel_static flex_int32_t yytbl_calc_total_len (const struct yytbl_data *tbl)
61 flex_int32_t n;
H A Dtables.c59 int yytbl_writen (struct yytbl_writer *wr, void *v, flex_int32_t len);
60 static flex_int32_t yytbl_data_geti (const struct yytbl_data *tbl, int i);
62 static flex_int32_t yytbl_data_getijk (const struct yytbl_data *tbl, int i,
194 flex_int32_t bwritten = 0;
195 flex_int32_t i, total_len;
223 case sizeof (flex_int32_t):
259 wr->total_written -= sizeof (flex_int32_t);
269 int yytbl_writen (struct yytbl_writer *wr, void *v, flex_int32_t len)
345 static flex_int32_t yytbl_data_getijk (const struct yytbl_data *tbl, int i,
348 flex_int32_t l
[all...]
H A Dgen.c69 ? "static yyconst flex_int32_t %s[%d] =\n { 0,\n"
70 : "static yyconst flex_int32_t * %s = 0;\n";
119 "flex_int32_t");
206 flex_int32_t *tdata = 0, curr = 0;
212 || long_align) ? "flex_int32_t" : "flex_int16_t");
221 (flex_int32_t *) calloc (tbl->td_lolen * 2, sizeof (flex_int32_t));
307 flex_int32_t *tdata = 0;
308 flex_int32_t i;
317 (flex_int32_t *) callo
[all...]
H A Dflexint.h23 typedef int32_t flex_int32_t; typedef
28 typedef int flex_int32_t; typedef
H A Ddfa.c393 flex_int32_t *yynxt_data = 0, yynxt_curr = 0;
532 (flex_int32_t *) calloc (yynxt_tbl->td_lolen *
534 sizeof (flex_int32_t));
539 long_align ? "flex_int32_t" : "flex_int16_t");
547 long_align ? "flex_int32_t" : "flex_int16_t",
552 long_align ? "flex_int32_t" : "flex_int16_t");
716 (flex_int32_t *) realloc (yynxt_data,
719 sizeof (flex_int32_t));

Completed in 215 milliseconds