Home
last modified time | relevance | path

Searched refs:parsetok (Results 1 – 16 of 16) 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/cpython3/Parser/
Dparsetok.c15 static node *parsetok(struct tok_state *, grammar *, int, perrdetail *, int *);
67 return parsetok(tok, g, start, err_ret, flags); in PyParser_ParseStringObject()
134 return parsetok(tok, g, start, err_ret, flags); in PyParser_ParseFileObject()
184 parsetok(struct tok_state *tok, grammar *g, int start, perrdetail *err_ret, in parsetok() function
/external/python/cpython2/Misc/NEWS.d/next/Core and Builtins/
D2018-08-14-03-52-43.bpo-34400.AJD0bz.rst1 Fix undefined behavior in parsetok.c. Patch by Zackery Spytz.
/external/python/cpython2/
DMakefile.pre.in250 Parser/parsetok.c \
263 Parser/parsetok.o \
686 Parser/pgenmain.o: $(srcdir)/Include/parsetok.h
803 Include/parsetok.h \
DAndroid.bp104 "Parser/parsetok.c",
/external/python/cpython2/PC/os2emx/
Dpython27.def51 ; From python27_s.lib(parsetok)
/external/python/cpython2/RISCOS/
DMakefile178 @.^.Parser.o.parsetok\
/external/python/cpython3/
DMakefile.pre.in309 PARSER_OBJS= $(POBJS) Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o
323 $(srcdir)/Include/parsetok.h \
828 Parser/parsetok_pgen.o: $(srcdir)/Parser/parsetok.c
831 Parser/pgenmain.o: $(srcdir)/Include/parsetok.h
/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/cpython3/Doc/faq/
Dextending.rst287 #include <parsetok.h>
/external/python/cpython2/Doc/faq/
Dextending.rst296 #include <parsetok.h>
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp626 SOURCE=..\..\Parser\parsetok.c
/external/python/cpython3/Misc/NEWS.d/
D3.7.1rc1.rst138 Fix undefined behavior in parsetok.c. Patch by Zackery Spytz.
/external/python/cpython2/Misc/
DHISTORY4519 This would have been a four-line change in parsetok.c... Except
/external/python/cpython3/Misc/
DHISTORY21903 This would have been a four-line change in parsetok.c... Except