https://github.com/jrincayc/ucblogo-code
Revision e4596682cb02162e7c7c29ab2fb3226ae4286e7a authored by Joshua Cogliati on 09 March 2021, 01:37:06 UTC, committed by GitHub on 09 March 2021, 01:37:06 UTC
ISSUE-96: Flush buffer in CURSOR so position isn't dependent on buffer state
2 parent s c1b1f7f + 2d7a355
Raw File
Tip revision: e4596682cb02162e7c7c29ab2fb3226ae4286e7a authored by Joshua Cogliati on 09 March 2021, 01:37:06 UTC
Merge pull request #100 from dmalec/ISSUE-96
Tip revision: e459668
obj.h
NODE *getInheritedProcWithParent(NODE *name, NODE *obj, NODE **parent);
NODE *getInheritedProcWithParentList(NODE *name,
                                     NODE *parentList, NODE **parent);
NODE *getInheritedProc(NODE *name, NODE *obj);
back to top