Lines Matching refs:ctx
45 #define GETLASTPOS XawTextSourceScan(ctx->text.source, 0, \
92 #define VMargins(ctx) ( (ctx)->text.margin.top + (ctx)->text.margin.bottom )
93 #define HMargins(ctx) ( (ctx)->text.margin.left + (ctx)->text.margin.right )
95 #define IsPositionVisible(ctx, pos) \
96 (pos >= ctx->text.lt.info[0].position && \
97 pos < ctx->text.lt.info[ctx->text.lt.lines].position)