Lines Matching refs:TBInfo
234 Scr->TBInfo.nright++;
237 Scr->TBInfo.nleft++;
250 if ((!Scr->TBInfo.head) || ((!append) && (!rightside))) { /* 1 */
251 tb->next = Scr->TBInfo.head;
252 Scr->TBInfo.head = tb;
258 for (t = Scr->TBInfo.head; t->next; t = t->next);
265 for (t = Scr->TBInfo.head; t && !t->rightside; t = t->next) {
273 tb->next = Scr->TBInfo.head;
274 Scr->TBInfo.head = tb;
295 Scr->TBInfo.width = (Scr->TitleHeight -
297 Scr->TBInfo.pad = ((Scr->TitlePadding > 1)
299 h = Scr->TBInfo.width - 2 * Scr->TBInfo.border;
323 for (tb = Scr->TBInfo.head; tb; tb = tb->next) {
1107 int nb = Scr->TBInfo.nleft + Scr->TBInfo.nright;