Searched refs:ARITH_COMMA (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/bin/sh/ | ||
| D | arith_tokens.h | 103 #define ARITH_COMMA 41 macro |
| D | arith_token.c | 252 token = ARITH_COMMA; in arith_token() |
| D | arithmetic.c | 414 while (last_token == ARITH_COMMA) { in comma_list() |