Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libshell/common/include/
H A Dstreval.h144 #define A_PUSHV 36 macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dstreval.h151 #define A_PUSHV 36 macro
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dstreval.c227 case A_PUSHV: in arith_exec()
576 stakputc(A_PUSHV); in expr()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c238 case A_PUSHV: in arith_exec()
663 stakputc(assignop.value?A_ASSIGNOP1:A_PUSHV); in expr()