Searched defs:operator (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtksh/tcl/
H A DtclExpr.c93 * associating a precedence with each operator. The order of types
139 * Precedence table. The values for non-operator token types are ignored.
161 * Mapping from operator numbers to strings; used for error messages.
423 * operator, or other syntactic element from an expression string.
468 * or "-". If we do, we might treat a binary operator as unary by
723 int prec; /* Treat any un-parenthesized operator
732 * operator. */
733 int operator; /* Current operator (either unary
738 * operator (whil
730 int operator; /* Current operator (either unary local
[all...]

Completed in 13 milliseconds