Lines Matching defs:t

23 textinit(Text *t, File *f, Rectangle r, Reffont *rf, Image *cols[NCOL])  in textinit()
40 textredraw(Text *t, Rectangle r, Font *f, Image *b, int odx) in textredraw()
71 textresize(Text *t, Rectangle r) in textresize()
91 textclose(Text *t) in textclose()
126 textcolumnate(Text *t, Dirlist **dlp, int ndl) in textcolumnate()
181 textload(Text *t, uint q0, char *file, int setqid) in textload()
295 textbsinsert(Text *t, uint q0, Rune *r, uint n, int tofile, int *nrp) in textbsinsert()
340 textinsert(Text *t, uint q0, Rune *r, uint n, int tofile) in textinsert()
387 typecommit(Text *t) in typecommit()
396 textfill(Text *t) in textfill()
432 textdelete(Text *t, uint q0, uint q1, int tofile) in textdelete()
487 textconstrain(Text *t, uint q0, uint q1, uint *p0, uint *p1) in textconstrain()
494 textreadc(Text *t, uint q) in textreadc()
506 textbswidth(Text *t, Rune c) in textbswidth()
537 textfilewidth(Text *t, uint q0, int oneelement) in textfilewidth()
555 textcomplete(Text *t) in textcomplete()
638 texttype(Text *t, Rune r) in texttype()
823 textcommit(Text *t, int tofile) in textcommit()
853 textframescroll(Text *t, int dl) in textframescroll()
881 textselect(Text *t) in textselect()
980 textshow(Text *t, uint q0, uint q1, int doselect) in textshow()
1055 textsetselect(Text *t, uint q0, uint q1) in textsetselect()
1196 textselect23(Text *t, uint *q0, uint *q1, Image *high, int mask) in textselect23()
1214 textselect2(Text *t, uint *q0, uint *q1, Text **tp) in textselect2()
1230 textselect3(Text *t, uint *q0, uint *q1) in textselect3()
1259 textdoubleclick(Text *t, uint *q0, uint *q1) in textdoubleclick()
1305 textclickmatch(Text *t, int cl, int cr, int dir, uint *q) in textclickmatch()
1333 textbacknl(Text *t, uint p, uint n) in textbacknl()
1354 textsetorigin(Text *t, uint org, int exact) in textsetorigin()
1394 textreset(Text *t) in textreset()