Home
last modified time | relevance | path

Searched refs:SB_Move (Results 1 – 3 of 3) sorted by relevance

/dports/devel/cc65/cc65-2.19/src/common/
H A Dstrbuf.h388 void SB_Move (StrBuf* Target, StrBuf* Source);
H A Dstrbuf.c353 void SB_Move (StrBuf* Target, StrBuf* Source) in SB_Move() function
/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dpreproc.c223 SB_Move (A, Arg); in ME_AppendActual()