Home
last modified time | relevance | path

Searched refs:A_ASSIGNOP (Results 1 – 4 of 4) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/include/
H A Dstreval.h163 #define A_ASSIGNOP 55 macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dstreval.h170 #define A_ASSIGNOP 55 macro
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dstreval.c258 case A_ASSIGNOP: in arith_exec()
802 stakputc(c&1?A_ASSIGNOP:A_STORE); in expr()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c280 case A_ASSIGNOP: in arith_exec()
897 stakputc(c&1?A_ASSIGNOP:A_STORE); in expr()