コード例 #1
0
ファイル: stacking.c プロジェクト: JoeNotCharles/notion
WRegion *stacking_iter_mgr(WStackingIterTmp *tmp)
{
    WStacking *st=stacking_iter_mgr_nodes(tmp);
    return (st!=NULL ? st->reg : NULL);
}
コード例 #2
0
ファイル: group.c プロジェクト: gwash/ion-3plus
WStacking *group_iter_nodes(WGroupIterTmp *tmp)
{
    return stacking_iter_mgr_nodes(tmp);
}