Searched refs:backto (Results 1 – 2 of 2) sorted by relevance
258 static char *backto; variable430 backto = xstrdup (""); in history()471 if (*since_rev || *since_tag || *backto) in history()474 *since_rev = *since_tag = *backto = '\0'; in history()487 free (backto); in history()488 backto = xstrdup (optarg); in history()503 if (since_date || *since_tag || *backto) in history()506 *since_tag = *backto = '\0'; in history()515 if (since_date || *since_rev || *backto) in history()518 *since_rev = *backto = '\0'; in history()[all …]
2721 * history.c: Likewise (since_rev, since_tag, backto, rec_types).