Lines Matching defs:new
365 XawTextPosition new, next_line, junk;
373 new = SrcScan(ctx->text.source, ctx->text.insertPos,
376 FindDist(ctx->text.sink, new, ctx->text.margin.left, ctx->text.insertPos,
379 new = SrcScan(ctx->text.source, ctx->text.insertPos, XawstEOL, dir,
382 next_line = SrcScan(ctx->text.source, new, XawstEOL, XawsdRight, 1, FALSE);
384 FindPos(ctx->text.sink, new, ctx->text.margin.left, from_left, FALSE,
1140 * Returns: the new ending location (we may add some caracters).
1213 * Description: Inserts the new Carrige Returns.
1371 * Store new text is source.
1451 /* new line stuff */