Lines Matching refs:operator
325 * argument separated by an operator, which can be whitespace, all
330 * followed by an operator, if applicable, followed by the rhs string,
335 * The cmd strings, operator, and separator should be set using the
354 arg_pair->operator, arg_pair->rhs,
358 arg_pair->operator, arg_pair->rhs,
445 * @operator: An (optional) operator, appended after adding the first arg
452 * right-hand-side argument separated by an operator, which can be
455 * the optional @operator is appended, followed by the second arg and
460 char operator, char separator)
464 if (!operator)
465 operator = ' ';
466 arg_pair->operator = operator;