Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dtest.c252 char *binop; in e3() local
271 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()
/titanic_50/usr/src/cmd/dc/
H A Ddc.h130 void binop(char);
H A Ddc.c149 binop('+'); in commnds()
158 binop('*'); in commnds()
178 binop('/'); in commnds()
186 binop('/'); in commnds()
1472 binop(char c) in binop() function
1973 binop('+'); in subt()
/titanic_50/usr/src/lib/libpp/common/
H A DRELEASE327 93-10-01 add pp:opspace to tokenize <binop><space>= to <binop>=
/titanic_50/usr/src/lib/libshell/common/
H A DRELEASE359 of test '(' binop ')' where binop is a valid binary test operator.