Lines Matching refs:uint
71 uint addr; /* disk address in bytes */
74 uint n; /* number of used runes in block */
82 uint addr; /* length of temp file */
87 Block* disknewblock(Disk*, uint);
89 void diskread(Disk*, Block*, Rune*, uint);
90 void diskwrite(Disk*, Block**, Rune*, uint);
94 uint nc;
96 uint cnc; /* bytes in cache */
97 uint cmax; /* size of allocated cache */
98 uint cq; /* position of cache */
100 uint cbi; /* index of cache Block */
102 uint nbl; /* number of blocks */
104 void bufinsert(Buffer*, uint, Rune*, uint);
105 void bufdelete(Buffer*, uint, uint);
106 uint bufload(Buffer*, uint, int, int*);
107 void bufread(Buffer*, uint, Rune*, uint);
114 uint q0; /* location of change (unused in f) */
115 uint nd; /* number of deleted characters */
116 uint nr; /* # runes in string or file name */
136 uint mtime; /* of file when read */
150 void filedelete(File*, uint, uint);
152 void fileinsert(File*, uint, Rune*, uint);
153 uint fileload(File*, uint, int, int*);
157 void fileundelete(File*, Buffer*, uint, uint);
158 void fileuninsert(File*, Buffer*, uint, uint);
160 void fileundo(File*, int, uint*, uint*);
161 uint fileredoseq(File*);
176 uint org;
177 uint q0;
178 uint q1;
188 uint eq0; /* start of typing for ESC */
189 uint cq0; /* cache position */
196 uint textbacknl(Text*, uint, uint);
197 uint textbsinsert(Text*, uint, Rune*, uint, int, int*);
199 int textclickmatch(Text*, int, int, int, uint*);
203 void textconstrain(Text*, uint, uint, uint*, uint*);
204 void textdelete(Text*, uint, uint, int);
205 void textdoubleclick(Text*, uint*, uint*);
209 void textinsert(Text*, uint, Rune*, uint, int);
210 uint textload(Text*, uint, char*, int);
211 Rune textreadc(Text*, uint);
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);
259 uint ctlfid;
358 uint qid;
359 uint perm;
410 void xfidutfread(Xfid*, Text*, uint, int);
411 int xfidruneread(Xfid*, Text*, uint, uint);
436 uint q0;
437 uint q1;
446 int (*agetc)(void*, uint);
491 uint globalincref;
492 uint seq;
493 uint maxtab; /* size of a tab, in units of the '0' character */