Lines Matching refs:strcopy
213 s = strcopy(s, "CALL");
216 s = strcopy(s, "DEL");
219 s = strcopy(s, "GET");
222 s = strcopy(s, "JMP");
225 s = strcopy(s, "LOG");
228 s = strcopy(s, "RET");
231 s = strcopy(s, code == CX_CAST ? "CAST" : (code & CX_X2) ? "==" : "SET");
234 s = strcopy(s, "END");
237 s = strcopy(s, "NUM");
240 s = strcopy(s, "POP");
243 s = strcopy(s, "STR");
246 s = strcopy(s, "TST");
249 s = strcopy(s, "NOP");