Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/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
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dstreval.h134 #define A_LT 19 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c102 (c=='<'?A_LT:(c=='>'?A_GT:(c=='='?A_ASSIGN: \
424 case A_LT: in arith_exec()
549 case A_LT: case A_GT: in gettok()
835 case A_EQ: case A_NEQ: case A_LT: case A_LE: in expr()