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

/freebsd-9.3-release/bin/sh/
H A Darith_yacc.c93 static arith_t arith_lookupvarint(char *varname) function
183 return noeval ? val->val : arith_lookupvarint(val->name);
318 result = do_binop(op - 11, arith_lookupvarint(val.name), result);

Completed in 98 milliseconds