HomeSort by: relevance | last modified time | path
    Searched refs:show_tag (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
ls.c 38 static char *show_tag; variable
64 show_tag = NULL;
105 parse_tagdate (&show_tag, &show_date, optarg);
158 if (show_tag)
159 option_with_arg ("-r", show_tag);
363 vers = Version_TS (finfo, NULL, show_tag, show_date, 1, 0);
407 show_tag ? "T" : "", show_tag ? show_tag : "");
509 if (show_tag == NULL && show_date == NULL
    [all...]
  /src/crypto/dist/ipsec-tools/misc/
cvs2cl.pl 1082 for my $show_tag (keys %{$self->{show_tags}}) {
1084 if ! defined $qunk->{tags} or ! grep $_ eq $show_tag, @{$qunk->{tags}};

Completed in 27 milliseconds