Lines Matching refs:Text

15 void	del(Text *, Text *, int, int, Rune *, int);
16 void delcol(Text *, Text *, int, int, Rune *, int);
17 void cut(Text *, Text *, int, int, Rune *, int);
18 void exit(Text *, Text *, int, int, Rune *, int);
19 void get(Text *, Text *, int, int, Rune *, int);
20 void go(Text *,Text *, int, int, Rune *, int);
21 void google(Text *,Text *, int, int, Rune *, int);
22 void new(Text*, Text *, int, int, Rune *, int);
23 void newcol(Text*, Text *, int, int, Rune *, int);
24 void paste(Text *, Text *, int, int, Rune *, int);
25 void sort(Text *, Text *, int, int, Rune *, int);
26 void stop(Text *, Text *, int, int, Rune *, int);
27 void debug(Text *, Text *, int, int, Rune *, int);
33 void (*fn)(Text *, Text *, int, int, Rune *, int);
84 execute(Text *t, uint aq0, uint aq1, Text *) in execute() argument
120 newcol(Text *et, Text *, int, int, Rune *, int) in newcol() argument
130 delcol(Text *t, Text *, int, int, Rune *, int) in delcol() argument
142 del(Text *et, Text *, int flag1, int, Rune *, int) in del() argument
152 sort(Text *et, Text *, int, int, Rune *, int) in sort() argument
159 exit(Text *, Text *, int, int, Rune *, int) in exit() argument
166 debug(Text *, Text *, int, int, Rune *, int) in debug() argument
181 stop(Text *t, Text *, int, int, Rune *, int) in stop() argument
190 get(Text *t, Text *, int, int, Rune *, int) in get() argument
209 go(Text *et, Text *t, int isnext, int, Rune *, int) in go()
220 cut(Text *, Text *t, int dosnarf, int docut, Rune *, int) in cut() argument
260 paste(Text *, Text *t, int selectall, int, Rune *, int) in paste() argument
295 Text *at;
304 expand(Text *t, uint q0, uint q1, Expand *e) in expand()
328 look3(Text *t, uint q0, uint q1) in look3()
331 Text *ct; in look3()
382 search(Text *ct, Rune *r, uint n) in search()
513 new(Text *et, Text *, int, int, Rune *, int) in new() argument
520 google(Text *, Text *, int, int, Rune *arg, int narg) in google() argument