Home
last modified time | relevance | path

Searched refs:A_PLUS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dstrdata.c80 A_LPAR, A_RPAR, A_TIMES,A_PLUS, A_COMMA,A_MINUS,A_DOT, A_DIV,
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c103 (c=='+'?A_PLUS:(c=='-'?A_MINUS:(c=='*'?A_TIMES: \
337 case A_PLUS: in arith_exec()
562 case A_PLUS: case A_MINUS: in gettok()
595 case A_PLUS: in expr()
834 case A_PLUS: case A_MINUS: case A_TIMES: case A_DIV: in expr()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dstreval.h127 #define A_PLUS 12 macro