Searched refs:saved_tag (Results 1 – 3 of 3) sorted by relevance
76 static char *saved_tag; variable383 if (saved_tag)384 free (saved_tag);415 if (saved_tag && isdigit ((unsigned char) *saved_tag))419 while (saved_tag[strlen (saved_tag) - 1] == '.')420 saved_tag[strlen (saved_tag) - 1] = '\0';614 if (saved_tag != NULL)619 write_dirtag = saved_tag;706 if (saved_tag && isdigit ((unsigned char) *saved_tag))709 if (numdots (saved_tag) < 2)[all …]
4102 Rename global `tag' to `saved_tag' to avoid overshadowing `tag'
356 u_int saved_tag; in ahc_swap_with_next_hscb() local371 saved_tag = q_hscb->tag; in ahc_swap_with_next_hscb()378 q_hscb->tag = saved_tag; in ahc_swap_with_next_hscb()