Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/amd/amd/
Dxutil.c146 static time_t last_t = 0; in show_time_host_and_name() local
155 if (t != last_t) { in show_time_host_and_name()
157 last_t = t; in show_time_host_and_name()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dfunction.c4247 tree t, last_t; in delete_handlers() local
4253 for (t = nonlocal_labels, last_t = 0; t; in delete_handlers()
4254 last_t = t, t = TREE_CHAIN (t)) in delete_handlers()
4259 if (! last_t) in delete_handlers()
4262 TREE_CHAIN (last_t) = TREE_CHAIN (t); in delete_handlers()