Searched refs:parsetok (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Parser/ |
D | parsetok.c | 17 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/ |
D | Makefile.pre.in | 255 Parser/parsetok.c \ 268 Parser/parsetok.o \ 698 Parser/pgenmain.o: $(srcdir)/Include/parsetok.h 806 Include/parsetok.h \
|
/external/python/cpython2/RISCOS/ |
D | Makefile | 178 @.^.Parser.o.parsetok\
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 51 ; From python27_s.lib(parsetok)
|
/external/python/cpython2/PC/os2vacpp/ |
D | makefile.omk | 1063 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 \
|
D | makefile | 1542 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/ |
D | pythoncore.dsp | 626 SOURCE=..\..\Parser\parsetok.c
|
/external/python/cpython2/Doc/faq/ |
D | extending.rst | 296 #include <parsetok.h>
|
/external/python/cpython2/Misc/ |
D | HISTORY | 4519 This would have been a four-line change in parsetok.c... Except
|