Searched refs:next_line (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TextAction.c | 365 XawTextPosition new, next_line, junk; local 382 next_line = SrcScan(ctx->text.source, new, XawstEOL, XawsdRight, 1, FALSE); 387 if (ctx->text.insertPos > next_line) 388 ctx->text.insertPos = next_line;
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextAction.c | 458 XawTextPosition new, next_line, junk; local 475 next_line = SrcScan(ctx->text.source, new, XawstEOL, XawsdRight, 1, FALSE); 480 if (ctx->text.insertPos > next_line) 481 ctx->text.insertPos = next_line;
|
Completed in 250 milliseconds