Searched defs:lt (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextP.h | 80 /* Line Tables are n+1 long - last position displayed is in last lt entry */ 96 (pos >= ctx->text.lt.info[0].position && \ 97 pos < ctx->text.lt.info[ctx->text.lt.lines].position) 156 XawTextLineTable lt; member in struct:_TextPart
|
H A D | Xaw3_1Text.c | 76 ((ctx)->text.lt.info[(num)].position != 0) ) 119 offset(text.lt.top), XtRImmediate, (caddr_t)0}, 487 ctx->text.lt.lines = 0; 488 ctx->text.lt.info = NULL; 578 _XawTextBuildLineTable(ctx, ctx->text.lt.top, TRUE); 633 if (ctx->text.lt.lines < 1) return; 636 if (line < ctx->text.lt.lines) 637 y += (ctx->text.lt.info[line + 1].y - ctx->text.lt.info[line].y) + 1; 639 y += (ctx->text.lt 870 XawTextLineTableEntry * lt = ctx->text.lt.info + line; local 956 XawTextLineTablePtr lt = &(ctx->text.lt); local 1063 XawTextLineTable * lt = &(ctx->text.lt); local 1251 XawTextLineTableEntry * lt = ctx->text.lt.info + line; local 1331 XawTextLineTable * lt = &(ctx->text.lt); local 2024 XawTextLineTableEntry *lt; local [all...] |
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextP.h | 114 /* Line Tables are n+1 long - last position displayed is in last lt entry */ 130 (pos >= ctx->text.lt.info[0].position && \ 131 pos < ctx->text.lt.info[ctx->text.lt.lines].position) 197 XawTextLineTable lt; member in struct:_TextPart
|
H A D | Text.c | 104 ((ctx)->text.lt.info[(num)].position != 0) ) 146 offset(text.lt.top), XtRImmediate, (XtPointer)0}, 526 ctx->text.lt.lines = 0; 527 ctx->text.lt.info = NULL; 603 _XawTextBuildLineTable(ctx, ctx->text.lt.top, TRUE); 673 if (ctx->text.lt.lines < 1) return; 676 if (line < ctx->text.lt.lines) 677 y += (ctx->text.lt.info[line + 1].y - ctx->text.lt.info[line].y) + 1; 679 y += (ctx->text.lt 961 XawTextLineTableEntry * lt = ctx->text.lt.info + line; local 1048 XawTextLineTablePtr lt = &(ctx->text.lt); local 1175 XawTextLineTable * lt = &(ctx->text.lt); local 1374 XawTextLineTableEntry * lt = ctx->text.lt.info + line; local 1454 XawTextLineTable * lt = &(ctx->text.lt); local 2415 XawTextLineTableEntry *lt; local [all...] |
Completed in 26 milliseconds