Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Darith_yacc.h78 #define ARITH_LPAREN 34 macro
H A Darith_yylex.c232 value += ARITH_LPAREN - '('; in yylex()
H A Darith_yacc.c174 case ARITH_LPAREN: in primary()