Home
last modified time | relevance | path

Searched refs:parsetok (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Parser/
Dparsetok.c17 static node *parsetok(struct tok_state *, grammar *, int, perrdetail *, int *);
66 return parsetok(tok, g, start, err_ret, flags); in PyParser_ParseStringFlagsFilenameEx()
106 return parsetok(tok, g, start, err_ret, flags); in PyParser_ParseFileFlagsEx()
129 parsetok(struct tok_state *tok, grammar *g, int start, perrdetail *err_ret, in parsetok() function
/external/python/cpython2/
DMakefile.pre.in255 Parser/parsetok.c \
268 Parser/parsetok.o \
698 Parser/pgenmain.o: $(srcdir)/Include/parsetok.h
806 Include/parsetok.h \
/external/python/cpython2/RISCOS/
DMakefile178 @.^.Parser.o.parsetok\
/external/python/cpython2/PC/os2emx/
Dpython27.def51 ; From python27_s.lib(parsetok)
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk1063 parsetok.obj: bitset.h pyconfig.h errcode.h grammar.h mymalloc.h myproto.h \
1064 node.h parser.h parsetok.h pgenheaders.h pydebug.h token.h \
1071 parsetok.h pgen.h pgenheaders.h pydebug.h
1229 node.h object.h objimpl.h parsetok.h pydebug.h pyerrors.h pyfpe.h \
Dmakefile1542 parsetok.obj: $(PY_INCLUDE)\bitset.h pyconfig.h $(PY_INCLUDE)\errcode.h \
1544 $(PY_INCLUDE)\node.h $(PY_PARSER)\parser.h $(PY_INCLUDE)\parsetok.h \
1555 $(PY_INCLUDE)\parsetok.h $(PY_PARSER)\pgen.h $(PY_INCLUDE)\pgenheaders.h \
1813 $(PY_INCLUDE)\parsetok.h $(PY_INCLUDE)\pydebug.h $(PY_INCLUDE)\pyerrors.h \
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp626 SOURCE=..\..\Parser\parsetok.c
/external/python/cpython2/Doc/faq/
Dextending.rst296 #include <parsetok.h>
/external/python/cpython2/Misc/
DHISTORY4519 This would have been a four-line change in parsetok.c... Except