Lines Matching refs:TextBuffer_THIS
39 #define TextBuffer_THIS TextBuffer * pThis macro
53 void TextBuffer_CTOR( TextBuffer_THIS,
55 void TextBuffer_DTOR( TextBuffer_THIS );
56 void TB_Resize( TextBuffer_THIS,
59 Bool TB_oin( TextBuffer_THIS, /** operator>>(char *) */
61 Bool TB_oinChar( TextBuffer_THIS, /** operator>>(char) */
63 Bool TB_oinFile( TextBuffer_THIS, /** operator>>(TextFile*) */
65 void TB_opp( TextBuffer_THIS ); /** operator++ */
67 intt TB_Goto( TextBuffer_THIS,
72 char * TB_Text( TextBuffer_THIS );
73 char TB_CurChar( TextBuffer_THIS );
74 char * TB_CurCharPtr( TextBuffer_THIS );
75 intt TB_Size( TextBuffer_THIS );
76 intt TB_Position( TextBuffer_THIS );
77 Bool TB_EndOfBuffer( TextBuffer_THIS );