Lines Matching refs:Text
52 typedef struct Text Text; typedef
143 Text *curtext; /* most recently used associated text */
144 Text **text; /* list of associated texts */
148 File* fileaddtext(File*, Text*);
151 void filedeltext(File*, Text*);
171 struct Text struct
196 uint textbacknl(Text*, uint, uint); argument
197 uint textbsinsert(Text*, uint, Rune*, uint, int, int*);
198 int textbswidth(Text*, Rune);
199 int textclickmatch(Text*, int, int, int, uint*);
200 void textclose(Text*);
201 void textcolumnate(Text*, Dirlist**, int);
202 void textcommit(Text*, int);
203 void textconstrain(Text*, uint, uint, uint*, uint*);
204 void textdelete(Text*, uint, uint, int);
205 void textdoubleclick(Text*, uint*, uint*);
206 void textfill(Text*);
207 void textframescroll(Text*, int);
208 void textinit(Text*, File*, Rectangle, Reffont*, Image**);
209 void textinsert(Text*, uint, Rune*, uint, int);
210 uint textload(Text*, uint, char*, int);
211 Rune textreadc(Text*, uint);
212 void textredraw(Text*, Rectangle, Font*, Image*, int);
213 void textreset(Text*);
214 int textresize(Text*, Rectangle);
215 void textscrdraw(Text*);
216 void textscroll(Text*, int);
217 void textselect(Text*);
218 int textselect2(Text*, uint*, uint*, Text**);
219 int textselect23(Text*, uint*, uint*, Image*, int);
220 int textselect3(Text*, uint*, uint*);
221 void textsetorigin(Text*, uint, int);
222 void textsetselect(Text*, uint, uint);
223 void textshow(Text*, uint, uint, int);
224 void texttype(Text*, Rune);
230 Text tag;
231 Text body;
272 void wintype(Window*, Text*, Rune);
277 void wincommit(Window*, Text*);
292 Text tag;
304 Text* colwhich(Column*, Point);
315 Text tag;
324 Text* rowwhich(Row*, Point);
327 Text* rowtype(Row*, Rune, Point);
410 void xfidutfread(Xfid*, Text*, uint, int);
411 int xfidruneread(Xfid*, Text*, uint, uint);
443 Text *at;
511 Text *seltext;
512 Text *argtext;
513 Text *mousetext; /* global because Text.close needs to clear it */
514 Text *typetext; /* global because Text.close needs to clear it */
515 Text *barttext; /* shared between mousetask and keyboardthread */