Searched refs:MaxLines (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextSinkP.h | 62 int (*MaxLines)(); member in struct:_TextSinkClassPart
|
H A D | Xaw3_1TextSink.c | 52 static int MaxHeight(), MaxLines(); 112 /* MaxLines */ MaxLines, 157 if (t_src->text_sink_class.MaxLines == XtInheritMaxLines) 158 t_src->text_sink_class.MaxLines = superC->text_sink_class.MaxLines; 389 /* Function Name: MaxLines 399 MaxLines(w, height) function 670 return((*class->text_sink_class.MaxLines)(w, height));
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextSinkP.h | 85 int (*MaxLines)(); member in struct:_TextSinkClassPart
|
H A D | TextSink.c | 57 static int MaxHeight(), MaxLines(); 115 /* MaxLines */ MaxLines, 160 if (t_src->text_sink_class.MaxLines == XtInheritMaxLines) 161 t_src->text_sink_class.MaxLines = superC->text_sink_class.MaxLines; 390 /* Function Name: MaxLines 400 MaxLines(w, height) function 406 * the functions such MaxLines, SetTabs... are bound to the descent. 703 return((*class->text_sink_class.MaxLines)( [all...] |
H A D | AsciiSink.c | 69 static int MaxLines(), MaxHeight(); 132 /* MaxLines */ MaxLines, 596 /* Function Name: MaxLines 606 MaxLines(w, height) function
|
H A D | MultiSink.c | 95 static int MaxLines(), MaxHeight(); 156 /* MaxLines */ MaxLines, 632 /* Function Name: MaxLines 642 MaxLines(w, height) function
|
Completed in 37 milliseconds