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

  /src/games/battlestar/
globals.c 274 int ate; variable
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
ios.cc 62 const ios_base::openmode ios_base::ate; member in class:ios_base
  /src/external/apache2/llvm/dist/libcxx/src/
ios.cpp 102 const ios_base::openmode ios_base::ate; member in class:ios_base
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ios_base.h 446 * - ate
458 static const openmode ate = _S_ate; member in class:io_errc::ios_base
  /src/lib/libc/regex/
regcomp.c 701 * parsing, return the number of delimiters that we ate.
775 int ate = 0; local
777 ate = p_branch_eat_delim(p, bc);
778 if (ate == 0)
780 else if ((ate > 1 || (bc->outer && !MORE())) && !p_branch_empty(p, bc))

Completed in 38 milliseconds