Searched refs:last_t (Results 1 – 2 of 2) sorted by relevance
146 static time_t last_t = 0; in show_time_host_and_name() local155 if (t != last_t) { in show_time_host_and_name()157 last_t = t; in show_time_host_and_name()
4247 tree t, last_t; in delete_handlers() local4253 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()