Lines Matching defs:ld
65 LineData * /* ld */ );
123 LineData *ld;
126 #define ColorOf(ld,col) (ld->color[col])
135 ld = getLineData(screen, inx);
136 if (ld == NULL)
141 visibleIChars(ld->charData, (unsigned) last)));
144 if ((ld->attribs[last - 1] & CHARDRAWN) == 0)
156 send_CharSet(xw, ld);
161 unsigned ch = ld->charData[col];
165 fg = (ld->attribs[col] & FG_COLOR)
166 ? extract_fg(xw, ColorOf(ld, col), ld->attribs[col])
168 bg = (ld->attribs[col] & BG_COLOR)
169 ? extract_bg(xw, ColorOf(ld, col), ld->attribs[col])
174 if ((((ld->attribs[col] & ATTRIBUTES) != attr)
180 attr = (IAttr) (ld->attribs[col] & ATTRIBUTES);
219 for_each_combData(off, ld) {
220 ch = ld->combData[off][col];
239 if (LineTstWrapped(ld))
346 send_CharSet(XtermWidget xw, LineData *ld)
351 switch (GetLineDblCS(ld)) {
369 (void) ld;