Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Darith_tokens.h103 #define ARITH_COMMA 41 macro
H A Darith_token.c252 token = ARITH_COMMA; in arith_token()
H A Darithmetic.c414 while (last_token == ARITH_COMMA) { in comma_list()