Lines Matching refs:tbuf
175 char *tbuf = bp; in checktermcap() local
179 tbuf = tskip(tbuf); in checktermcap()
180 while (*tbuf == '\t' || *tbuf == ' ' || *tbuf == ':') in checktermcap()
181 tbuf++; in checktermcap()
183 if (*tbuf == 0) in checktermcap()
187 if (*tbuf == '.') { in checktermcap()
190 "commented out.\n", tbuf[1], tbuf[2]); in checktermcap()
191 if (!capsearch(boolcodes, oboolcodes, tbuf + 1) && in checktermcap()
192 !capsearch(numcodes, onumcodes, tbuf + 1) && in checktermcap()
193 !capsearch(strcodes, ostrcodes, tbuf + 1)) in checktermcap()
197 tbuf+1); in checktermcap()
203 "'%.2s'.\n", tbuf); in checktermcap()
205 switch (tbuf[2]) { in checktermcap()
214 term_name, tbuf); in checktermcap()
219 (void) fprintf(trace, "type of '%.2s' is %s.\n", tbuf, in checktermcap()
226 if (capsearch(boolcodes, oboolcodes, tbuf)) { in checktermcap()
231 term_name, tbuf); in checktermcap()
236 if (capsearch(numcodes, onumcodes, tbuf)) { in checktermcap()
241 term_name, tbuf); in checktermcap()
246 if (capsearch(strcodes, ostrcodes, tbuf)) { in checktermcap()
251 term_name, tbuf); in checktermcap()
261 (type = tcancel) ? "canceled" : "(unknown type)", tbuf); in checktermcap()