Searched defs:_ffestp_file (Results 1 – 1 of 1) sorted by relevance
375 struct _ffestp_file struct377 bool kw_or_val_present; /* If FALSE, all else is n/a. */378 bool kw_present; /* Indicates whether kw has a token. */379 bool value_present; /* Indicates whether value/expr are valid. */380 bool value_is_label; /* TRUE if expr has no expression, value is382 ffelexToken kw; /* The keyword, iff kw_or_val_present &&384 ffelexToken value; /* The value, iff kw_or_val_present &&387 {393 u;