Lines Matching full:term
87 /** @list: The term list the term is a part of. */
90 * @config: The left-hand side of a term assignment, so the term
95 * @val: The right-hand side of a term assignment that can either be a
102 /** @type_val: The union variable in val to be used for the term. */
105 * @type_term: A predefined term type or PARSE_EVENTS__TERM_TYPE_USER
110 * @err_term: The column index of the term from parsing, used during
119 /** @used: Was the term used during parameterized-eval. */
122 * @weak: A term from the sysfs or json encoding of an event that
127 * @no_value: Is there no value. If a numeric term has no value then the
150 /* Holds returned terms for term parsing. */
167 int parse_events__is_hardcoded_term(struct parse_events_term *term);
168 int parse_events_term__num(struct parse_events_term **term,
173 int parse_events_term__str(struct parse_events_term **term,
177 int parse_events_term__term(struct parse_events_term **term,
182 struct parse_events_term *term);
183 void parse_events_term__delete(struct parse_events_term *term);