Lines Matching defs:working
1095 * Determine the current working directory of the child so that we can
8052 CellData working;
8060 memset(&working, 0, sizeof(working));
8068 saveCellData(screen, &working, 0, ld, NULL, col);
8070 working.attribs &= ld->attribs[col];
8072 if (working.attribs & FG_COLOR
8073 && GetCellColorFG(working.color)
8075 IAttrClr(working.attribs, FG_COLOR);
8077 if (working.attribs & BG_COLOR
8078 && GetCellColorBG(working.color)
8080 IAttrClr(working.attribs, BG_COLOR);
8086 working.attribs,
8087 GetCellColorFG(working.color),
8088 GetCellColorBG(working.color));