HomeSort by: relevance | last modified time | path
    Searched defs:branch_mode (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
tag.c 51 static bool branch_mode; /* make an automagic "branch" tag */ variable
141 branch_mode = true;
200 if (delete_flag && branch_mode)
250 if (branch_mode)
385 ? '?' : branch_mode ? 'T' : 'N',
822 ? '?' : branch_mode ? 'T' : 'N',
1069 rev = branch_mode ? RCS_magicrev (rcsfile, version) : numtag;
1087 rev = branch_mode ? RCS_magicrev (rcsfile, version) : version;
1097 if (strcmp (version, oversion) == 0 && !branch_mode && !isbranch)
1112 branch_mode ? "branch" : "version", rev)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 2518 machine_mode branch_mode = VOIDmode;
2586 branch_mode = CCmode;
2636 branch_mode, tem,
2511 machine_mode branch_mode = VOIDmode; local
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 2517 machine_mode branch_mode = VOIDmode;
2585 branch_mode = CCmode;
2635 branch_mode, tem,
2510 machine_mode branch_mode = VOIDmode; local

Completed in 83 milliseconds