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

  /src/games/battlestar/
globals.c 274 int ate; variable in typeref:typename:int
  /src/lib/libc/regex/
regcomp.c 701 * parsing, return the number of delimiters that we ate.
775 int ate = 0; local in function:p_branch_do
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 15 milliseconds