Home
last modified time | relevance | path

Searched refs:saved_tag (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/cvs/src/
H A Dcommit.c76 static char *saved_tag; variable
383 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 …]
H A DChangeLog4102 Rename global `tag' to `saved_tag' to avoid overshadowing `tag'
/openbsd/sys/dev/ic/
H A Daic7xxx_inline.h356 u_int saved_tag; in ahc_swap_with_next_hscb() local
371 saved_tag = q_hscb->tag; in ahc_swap_with_next_hscb()
378 q_hscb->tag = saved_tag; in ahc_swap_with_next_hscb()