Lines Matching defs:tw
2050 TextWidget tw = (TextWidget)src->textSrc.text[i];
2051 tw->text.insertPos = XawMin(XawMax(0, pos[i]), tw->text.lastPos);
2459 TextWidget tw = (TextWidget)src->textSrc.text[i];
2461 tw->text.insertPos = XawMin(XawMax(0, pos[i]), tw->text.lastPos);
4004 TextWidget tw = (TextWidget)src->textSrc.text[i];
4006 tw->text.old_insert = tw->text.insertPos = pos[i];
4007 _XawTextBuildLineTable(tw, SrcScan((Widget)src, tw->text.lt.top, XawstEOL,
4009 tw->text.clear_to_eol = True;