Searched defs:char_tabs (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextSinkP.h85 short *char_tabs; /* The tabs stops as character values. */ member in struct:__anon338
H A DXaw3_1TextSink.c188 sink->text_sink.char_tabs = NULL;
226 w->text_sink.char_tabs);
467 sink->text_sink.char_tabs = (short *) XtRealloc(
468 (caddr_t) sink->text_sink.char_tabs,
474 sink->text_sink.char_tabs[i] = tabs[i];
707 short *char_tabs = (short*)XtMalloc( (unsigned)tab_count*sizeof(short) ); local
711 for (i = tab_count, tab = char_tabs; i; i--) *tab++ = (short)*tabs++;
713 (*class->text_sink_class.SetTabs)(w, tab_count, char_tabs);
714 XtFree((XtPointer)char_tabs);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSinkP.h107 short *char_tabs; /* The tabs stops as character values. */ member in struct:__anon406
H A DTextSink.c193 sink->text_sink.char_tabs = NULL;
210 XtFree((char *) sink->text_sink.char_tabs);
748 short *char_tabs = (short*)XtMalloc( (unsigned)tab_count*sizeof(short) ); local
752 for (i = tab_count, tab = char_tabs; i; i--) *tab++ = (short)*tabs++;
754 (*class->text_sink_class.SetTabs)(w, tab_count, char_tabs);
755 XtFree((char *)char_tabs);

Completed in 14 milliseconds