Lines Matching refs:ascii
52 * text widget with an ascii source and ascii sink attached to it
140 /* ascii */
192 /* ascii */
249 /* ascii */
347 AsciiWidget ascii = (AsciiWidget)w;
351 if (w == XtParent(ascii->text.sink))
352 XtDestroyWidget(ascii->text.sink);
355 if (w == XtParent(ascii->text.source))
356 XtDestroyWidget(ascii->text.source);
358 _XawSourceRemoveText(ascii->text.source, w,
359 ascii->text.source &&
360 w == XtParent(ascii->text.source));