Searched refs:destarg (Results 1 – 1 of 1) sorted by relevance
92 char *oparg, *lenarg, *src1arg, *src2arg, *destarg; in do_binop() local155 destarg = argv[5]; in do_binop()157 if (*destarg == '*') in do_binop()158 write_to_mem(destarg + 1, result, len); /* Skip asterisk */ in do_binop()160 write_to_env_var(destarg, result, len); in do_binop()