Searched refs:binop (Results 1 – 5 of 5) sorted by relevance
| /third_party/ulib/musl/src/locale/ |
| A D | pleval.c | 68 static int binop(struct st* st, int op, unsigned long left) { in binop() function 159 if (binop(st, op, left)) in evalbinop()
|
| /third_party/uapp/dash/src/ |
| A D | show.c | 76 goto binop; in shtree() 79 goto binop; in shtree() 82 binop: in shtree()
|
| A D | arith_yacc.c | 204 static intmax_t binop(int token, union yystype *val, int op, int noeval) in binop() function 217 intmax_t a = binop(token, val, op, noeval); in and()
|
| A D | jobs.c | 1246 goto binop; in cmdtxt() 1249 goto binop; in cmdtxt() 1252 binop: in cmdtxt()
|
| /third_party/uapp/dash/src/bltin/ |
| A D | test.c | 144 static int binop(void); 335 return binop(); in primary() 342 binop(void) in binop() function
|
Completed in 10 milliseconds