HomeSort by: relevance | last modified time | path
    Searched refs:ARITH_VAR (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
arith_tokens.h 52 #define ARITH_VAR 6
arith_token.c 117 VTRACE(DBG_ARITH, ("Arith token ARITH_VAR=\"%s\"\n",
119 return ARITH_VAR;
arithmetic.c 225 case ARITH_VAR:
252 if (op != ARITH_VAR)
388 if (var != ARITH_VAR)

Completed in 13 milliseconds