Home
last modified time | relevance | path

Searched refs:old_arg (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree-cfgcleanup.c698 tree old_arg = TREE_PURPOSE (var); in remove_forwarder_block_with_phi() local
701 if (def == old_arg) in remove_forwarder_block_with_phi()
/freebsd-12-stable/contrib/ee/
Dnew_curse.c2263 int old_arg; local
2279 old_arg = fcntl(0, F_GETFL, 0);
2280 in_value = fcntl(0, F_SETFL, old_arg | FNDELAY);
2285 fcntl(0, F_SETFL, old_arg);
2822 int old_arg, value; in endwin() local