Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libshell/common/include/
H A Dstreval.h153 #define A_JMPNZ 45 macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dstreval.h160 #define A_JMPNZ 45 macro
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dstreval.c188 case A_JMP: case A_JMPZ: case A_JMPNZ: in arith_exec()
191 if((c==A_JMPZ && num) || (c==A_JMPNZ &&!num)) in arith_exec()
722 op = A_JMPNZ; in expr()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c196 case A_JMP: case A_JMPZ: case A_JMPNZ: in arith_exec()
199 if((c==A_JMPZ && num) || (c==A_JMPNZ &&!num)) in arith_exec()
817 op = A_JMPNZ; in expr()