HomeSort by: relevance | last modified time | path
    Searched defs:arith_err (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
arithmetic.c 104 arith_err(const char *s) function in typeref:typename:void __dead
126 arith_err("variable not set");
138 arith_err("variable contains non-numeric value");
164 arith_err("token error");
168 arith_err("division by zero");
170 arith_err("divide error");
219 arith_err("expecting ')'");
253 arith_err("incr/decr require var name");
263 arith_err("expecting primary");
369 arith_err("expecting ':'")
    [all...]
arithmetic.c 104 arith_err(const char *s) function in typeref:typename:void __dead
126 arith_err("variable not set");
138 arith_err("variable contains non-numeric value");
164 arith_err("token error");
168 arith_err("division by zero");
170 arith_err("divide error");
219 arith_err("expecting ')'");
253 arith_err("incr/decr require var name");
263 arith_err("expecting primary");
369 arith_err("expecting ':'")
    [all...]

Completed in 24 milliseconds