Lines Matching refs:tbuf
58 struct tbuf { struct
67 } * tbuf; argument
96 static void update(struct tbuf *);
129 if ((tbuf = (struct tbuf *) calloc(a_tsize, in main()
130 sizeof (struct tbuf))) == NULL) { in main()
243 struct tbuf *tp; in loop()
255 for (tp = tbuf; tp <= &tbuf[tsize]; tp++) in loop()
271 update(&tbuf[iline()]); in loop()
318 if (EQN(wb.ut_line, tbuf[i].tline)) in iline()
322 if ((tbuf = (struct tbuf *) realloc(tbuf, a_tsize * in iline()
323 sizeof (struct tbuf))) == NULL) { in iline()
329 CPYN(tbuf[tsize].tline, wb.ut_line); in iline()
330 tbuf[tsize].tdev = lintodev(wb.ut_line); in iline()
337 struct tbuf *tp; in upall()
340 for (tp = tbuf; tp <= &tbuf[tsize]; tp++) in upall()
348 update(struct tbuf *tp) in update()
438 struct tbuf *tp; in printlin()
449 for (tp = tbuf; tp <= &tbuf[tsize]; tp++) { in printlin()