Searched refs:ss_arc (Results 1 – 2 of 2) sorted by relevance
374 } ss_arc; typedef379 struct _ss_arc *ss_arc; member403 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 …]
375 } ss_arc; typedef380 struct _ss_arc *ss_arc; member404 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 …]