Home | History | Annotate | Download | only in sourcedr

Lines Matching defs:EOF

235     EOF = 0
357 return Token(TK.EOF, self._line, self._line_pos + 1, '')
591 if token.kind == TK.EOF:
642 self._lexer.lex_match({TK.NEWLINE, TK.EOF})
715 {TK.PIPE, TK.PIPE2, TK.NEWLINE, TK.EOF})
721 implicit_ins = self._parse_path_list({TK.PIPE2, TK.NEWLINE, TK.EOF})
729 prerequisites = self._parse_path_list({TK.NEWLINE, TK.EOF})
733 self._lexer.lex_match({TK.NEWLINE, TK.EOF})
771 self._lexer.lex_match({TK.NEWLINE, TK.EOF})
789 outs = self._parse_path_list({TK.NEWLINE, TK.EOF})
792 self._lexer.lex_match({TK.NEWLINE, TK.EOF})
814 self._lexer.lex_match({TK.NEWLINE, TK.EOF})
835 self._lexer.lex_match({TK.NEWLINE, TK.EOF})