Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Darith_yacc.h59 #define ARITH_DIV 22 macro
H A Darith_yacc.c66 ARITH_PRECEDENCE(ARITH_DIV, 0),
127 case ARITH_DIV: in do_binop()
H A Darith_yylex.c239 value += ARITH_DIV - '/'; in yylex()