Searched refs:copy_of (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/usr.bin/chat/
H A Dchat.c147 void *copy_of(char *s);
186 copy_of(char *s) function
215 chat_file = copy_of(optarg);
223 report_file = copy_of(optarg);
247 phone_num = copy_of(optarg);
253 phone_num2 = copy_of(optarg);
/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-copy.c352 static prop_value_t *copy_of; variable
406 prop_value_t *val = &copy_of[SSA_NAME_VERSION (var)];
445 tree copy = copy_of[SSA_NAME_VERSION (last)].value;
474 old_first = copy_of[dest_ver].value;
475 copy_of[dest_ver].value = first;
476 copy_of[dest_ver].mem_ref = mem_ref;
522 while (copy_of[SSA_NAME_VERSION (val)].value)
525 val = copy_of[SSA_NAME_VERSION (val)].value;
710 prop_value_t *val = get_value_loaded_by (stmt, copy_of);
885 copy_of
[all...]

Completed in 70 milliseconds