Searched refs:A_ASSIGN (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/data/
H A Dstrdata.c82 A_DIG, A_DIG, A_COLON,A_REG, A_LT, A_ASSIGN,A_GT, A_QUEST
/ast/src/cmd/ksh93/include/
H A Dstreval.h136 #define A_ASSIGN 21 macro
/ast/src/cmd/ksh93/sh/
H A Dstreval.c102 (c=='<'?A_LT:(c=='>'?A_GT:(c=='='?A_ASSIGN: \
554 case A_ASSIGN:
651 if(lvalue.value && (op!=A_ASSIGN))
670 if(invalid && op>A_ASSIGN)
761 case A_ASSIGN:
764 if(op==A_ASSIGN)

Completed in 25 milliseconds