Lines Matching defs:ops
170 // static char *ops = " ; , [ ] ( ) { } $ ++ -- ^ ! * / % + - "
328 // These (ops, keywords, builtins) must align with enum tokens
329 static char *ops = " ; , [ ] ( ) { } $ ++ -- ^ ! * / % + - .. "
366 // This MUST ? be changed if ops string or tk... assignments change!
367 memmove(op, ops + 3 * (tk - tksemi) + 1, 2);
824 p = strstr(ops, s);
826 return tksemi + (p - ops) / 3;
1316 // ternary (?:), assignment, power ops are right associative
1609 // $ + expression_up_to_exponentiation (also -, ! prefix ops)
1908 // primary() has eaten subscripts, function args, postfix ops.
2618 // Used by the match/not match ops (~ !~) and implicit $0 match (/regex/)
2847 // Called by gsub() and assignment ops.