Home
last modified time | relevance | path

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

/netbsd-src/bin/sh/
H A Darithmetic.c204 static intmax_t comma_list(int, int);
217 result = comma_list(op, noeval); in primary()
410 comma_list(int token, int noeval) in comma_list() function
454 result = comma_list(arith_token(), 0); in arith()