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

  /src/usr.bin/telnet/
commands.c 337 { "synch", "Perform Telnet 'Synch operation'", 1, 0, dosynch, 2, 0 },
368 * whether or not we will be doing a "SYNCH" operation (which
407 printf("('send synch' will throw away most data in the network\n");
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp 6992 bool Synch = false;
7016 EH.Synch = false;
7022 EH.Synch = maybeConsumeDash(EHVal, I);
7023 if (EH.Synch)
7038 EH.Synch = true;
7138 if (!isNVPTX && (EH.Synch || EH.Asynch)) {
7145 if (types::isCXX(InputType) && EH.Synch && EH.NoUnwindC)

Completed in 48 milliseconds