HomeSort by relevance Sort by last modified time
    Searched full:teof (Results 1 - 10 of 10) sorted by null

  /system/core/sh/
token.h 1 #define TEOF 0
mktokens 41 TEOF 1 end of file
parser.c 140 if (t == TEOF)
202 case TEOF:
487 case TEOF:
835 RETURN(TEOF);
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3tokenstream.c 377 pANTLR3_COMMON_TOKEN teof = &(ts->tokenSource->eofToken); local
379 teof->setStartIndex (teof, ts->istream->index (ts->istream));
380 teof->setStopIndex (teof, ts->istream->index (ts->istream));
381 return teof;
397 pANTLR3_COMMON_TOKEN teof = &(ts->tokenSource->eofToken); local
399 teof->setStartIndex (teof, ts->istream->index(ts->istream));
400 teof->setStopIndex (teof, ts->istream->index(ts->istream))
    [all...]
antlr3lexer.c 261 pANTLR3_COMMON_TOKEN teof = &(toksource->eofToken); local
263 teof->setStartIndex (teof, lexer->getCharIndex(lexer));
264 teof->setStopIndex (teof, lexer->getCharIndex(lexer));
265 teof->setLine (teof, lexer->getLine(lexer));
266 teof->factoryMade = ANTLR3_TRUE; // This isn't really manufactured but it stops things from trying to free it
267 return teof;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]
  /external/mksh/src/
main.c 832 if (t->type == TEOF) {
859 if (t->type != TEOF && interactive && really_exit)
    [all...]
syn.c 95 outtree = newtp(TEOF);
tree.c 1105 OPEN(TEOF)
sh.h     [all...]

Completed in 288 milliseconds