Lines Matching full:term
86 /** @list: The term list the term is a part of. */
89 * @config: The left-hand side of a term assignment, so the term
94 * @val: The right-hand side of a term assignment that can either be a
101 /** @type_val: The union variable in val to be used for the term. */
104 * @type_term: A predefined term type or PARSE_EVENTS__TERM_TYPE_USER
109 * @err_term: The column index of the term from parsing, used during
118 /** @used: Was the term used during parameterized-eval. */
121 * @weak: A term from the sysfs or json encoding of an event that
126 * @no_value: Is there no value. If a numeric term has no value then the
149 /* Holds returned terms for term parsing. */
168 int parse_events__is_hardcoded_term(struct parse_events_term *term);
169 int parse_events_term__num(struct parse_events_term **term,
174 int parse_events_term__str(struct parse_events_term **term,
178 int parse_events_term__term(struct parse_events_term **term,
183 const struct parse_events_term *term);
184 void parse_events_term__delete(struct parse_events_term *term);