Searched refs:MaxHeight (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextSinkP.h | 63 int (*MaxHeight)(); member in struct:_TextSinkClassPart
|
H A D | Xaw3_1TextSink.c | 52 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 D | TextSinkP.h | 86 int (*MaxHeight)(); member in struct:_TextSinkClassPart
|
H A D | TextSink.c | 57 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 D | AsciiSink.c | 69 static int MaxLines(), MaxHeight(); 133 /* MaxHeight */ MaxHeight, 617 /* Function Name: MaxHeight 627 MaxHeight(w, lines) function
|
H A D | MultiSink.c | 95 static int MaxLines(), MaxHeight(); 157 /* MaxHeight */ MaxHeight, 654 /* Function Name: MaxHeight 665 MaxHeight( function 669 MaxHeight( w, lines )
|
Completed in 31 milliseconds