Lines Matching refs:Text
13 Text **text; /* pointer to Text associated with file */
72 Text *t=(Text *)which->user1; in menu2hit()
128 Text *t; in menu3hit()
158 t=(Text *)l->user1; in menu3hit()
176 outTs(Twrite, ((Text *)l->user1)->tag); in menu3hit()
202 Text *
206 Text *t; in sweeptext()
208 if(getr(&r) && (t = malloc(sizeof(Text)))){ in sweeptext()
209 memset((void*)t, 0, sizeof(Text)); in sweeptext()
239 menuins(int n, uchar *s, Text *t, int m, int tg) in menuins()
305 Text *t=(Text *)which->user1; in genmenu2()
317 Text *t=(Text *)which->user1; in genmenu2c()
332 Text *t; in genmenu3()
368 if(work && t==(Text *)work->user1) { in genmenu3()