Home
last modified time | relevance | path

Searched refs:ss_arc (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Parser/
Dpgen.c374 } ss_arc; typedef
379 struct _ss_arc *ss_arc; member
403 ss_arc *zz; in makedfa()
417 yy->ss_arc = NULL; in makedfa()
444 zz = &yy->ss_arc[jarc]; in makedfa()
449 size = sizeof(ss_arc) * (yy->ss_narcs + 1); in makedfa()
450 yy->ss_arc = (ss_arc *)PyObject_REALLOC( in makedfa()
451 yy->ss_arc, size); in makedfa()
452 if (yy->ss_arc == NULL) in makedfa()
454 zz = &yy->ss_arc[yy->ss_narcs++]; in makedfa()
[all …]
/external/python/cpython2/Parser/
Dpgen.c375 } ss_arc; typedef
380 struct _ss_arc *ss_arc; member
404 ss_arc *zz; in makedfa()
419 yy->ss_arc = NULL; in makedfa()
446 zz = &yy->ss_arc[jarc]; in makedfa()
451 size = sizeof(ss_arc) * (yy->ss_narcs + 1); in makedfa()
452 yy->ss_arc = (ss_arc *)PyObject_REALLOC( in makedfa()
453 yy->ss_arc, size); in makedfa()
454 if (yy->ss_arc == NULL) in makedfa()
456 zz = &yy->ss_arc[yy->ss_narcs++]; in makedfa()
[all …]