Lines Matching full:argument
279 * @arg: The argument to append to the current cmd
282 * Append an argument to a dynevent_cmd. The argument string will be
284 * applicable. Before the argument is added, the @check_arg function,
318 * @arg_pair: The argument pair to append to the current cmd
321 * Append an argument pair to a dynevent_cmd. An argument pair
322 * consists of a left-hand-side argument and a right-hand-side
323 * argument separated by an operator, which can be whitespace, all
327 * The lhs argument string will be appended to the current cmd string,
330 * argument is added, the @check_arg function, if present, will be
447 * represents an object used to append argument pairs such as 'type
449 * argument pair consists of a left-hand-side argument and a
450 * right-hand-side argument separated by an operator, which can be