Searched refs:binop (Results 1 – 5 of 5) sorted by relevance
252 char *binop; in e3() local271 op = strtol(cp,&binop, 10); in e3()272 return(*binop?0:tty_check(op)); in e3()300 op = sh_lookup(binop=cp,shtab_testops); in e3()304 errormsg(SH_DICT,ERROR_exit(2),e_badop,binop); in e3()
130 void binop(char);
149 binop('+'); in commnds()158 binop('*'); in commnds()178 binop('/'); in commnds()186 binop('/'); in commnds()1472 binop(char c) in binop() function1973 binop('+'); in subt()
327 93-10-01 add pp:opspace to tokenize <binop><space>= to <binop>=
359 of test '(' binop ')' where binop is a valid binary test operator.