Lines Matching full:argument
292 * @arg: The argument to append to the current cmd
295 * Append an argument to a dynevent_cmd. The argument string will be
297 * applicable. Before the argument is added, the @check_arg function,
331 * @arg_pair: The argument pair to append to the current cmd
334 * Append an argument pair to a dynevent_cmd. An argument pair
335 * consists of a left-hand-side argument and a right-hand-side
336 * argument separated by an operator, which can be whitespace, all
340 * The lhs argument string will be appended to the current cmd string,
343 * argument is added, the @check_arg function, if present, will be
460 * represents an object used to append argument pairs such as 'type
462 * argument pair consists of a left-hand-side argument and a
463 * right-hand-side argument separated by an operator, which can be