Lines Matching refs:tbuf
173 char *tbuf = bp; in checktermcap() local
177 tbuf = tskip(tbuf); in checktermcap()
178 while (*tbuf == '\t' || *tbuf == ' ' || *tbuf == ':') in checktermcap()
179 tbuf++; in checktermcap()
181 if (*tbuf == 0) in checktermcap()
185 if (*tbuf == '.') { in checktermcap()
188 "commented out.\n", tbuf[1], tbuf[2]); in checktermcap()
189 if (!capsearch(boolcodes, oboolcodes, tbuf + 1) && in checktermcap()
190 !capsearch(numcodes, onumcodes, tbuf + 1) && in checktermcap()
191 !capsearch(strcodes, ostrcodes, tbuf + 1)) in checktermcap()
195 tbuf+1); in checktermcap()
201 "'%.2s'.\n", tbuf); in checktermcap()
203 switch (tbuf[2]) { in checktermcap()
212 term_name, tbuf); in checktermcap()
217 (void) fprintf(trace, "type of '%.2s' is %s.\n", tbuf, in checktermcap()
224 if (capsearch(boolcodes, oboolcodes, tbuf)) { in checktermcap()
229 term_name, tbuf); in checktermcap()
234 if (capsearch(numcodes, onumcodes, tbuf)) { in checktermcap()
239 term_name, tbuf); in checktermcap()
244 if (capsearch(strcodes, ostrcodes, tbuf)) { in checktermcap()
249 term_name, tbuf); in checktermcap()
259 (type = tcancel) ? "canceled" : "(unknown type)", tbuf); in checktermcap()