Searched refs:P_MULT (Results 1 - 2 of 2) sorted by relevance
/third_party/mksh/ | ||
H A D | exprtok.h | 90 FN("*", 1, P_MULT, O_TIMES) 91 FN("/", 1, P_MULT, O_DIV) 92 FN("%", 1, P_MULT, O_MOD) |
H A D | expr.c | 33 #define P_MULT 1 /* * / % */ macro |
Completed in 2 milliseconds