Searched refs:MaxHeight (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextSinkP.h63 int (*MaxHeight)(); member in struct:_TextSinkClassPart
H A DXaw3_1TextSink.c52 static int MaxHeight(), MaxLines();
113 /* MaxHeight */ MaxHeight,
160 if (t_src->text_sink_class.MaxHeight == XtInheritMaxHeight)
161 t_src->text_sink_class.MaxHeight = superC->text_sink_class.MaxHeight;
410 /* Function Name: MaxHeight
420 MaxHeight(w, lines) function
689 return((*class->text_sink_class.MaxHeight)(w, lines));
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSinkP.h86 int (*MaxHeight)(); member in struct:_TextSinkClassPart
H A DTextSink.c57 static int MaxHeight(), MaxLines();
116 /* MaxHeight */ MaxHeight,
163 if (t_src->text_sink_class.MaxHeight == XtInheritMaxHeight)
164 t_src->text_sink_class.MaxHeight = superC->text_sink_class.MaxHeight;
413 /* Function Name: MaxHeight
423 MaxHeight(w, lines) function
726 return((*class->text_sink_class.MaxHeight)(w, lines));
H A DAsciiSink.c69 static int MaxLines(), MaxHeight();
133 /* MaxHeight */ MaxHeight,
617 /* Function Name: MaxHeight
627 MaxHeight(w, lines) function
H A DMultiSink.c95 static int MaxLines(), MaxHeight();
157 /* MaxHeight */ MaxHeight,
654 /* Function Name: MaxHeight
665 MaxHeight( function
669 MaxHeight( w, lines )

Completed in 822 milliseconds