Searched refs:IsValidLine (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c75 #define IsValidLine(ctx, num) ( ((num) == 0) || \ macro
1071 if ( IsValidLine(ctx, n) )
1076 y = IsValidLine(ctx, n) ? lt->info[n].y : ctx->core.height;
1105 y = IsValidLine(ctx, n) ? lt->info[n].y : ctx->core.height;
1106 updateTo = IsValidLine(ctx, n) ? lt->info[n].position : ctx->text.lastPos;
1107 if (IsValidLine(ctx, lt->lines - n))
1263 if ( (IsValidLine(ctx, line + 1)) &&
1335 if ( (lt->lines > 0) && (IsValidLine(ctx, lt->lines - 1)) )
1350 new_bot = IsValidLine(ctx, lt->lines-1) ? lt->info[lt->lines-1].position
1735 for ( startPos = pos1, i = line; IsValidLine(ct
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c103 #define IsValidLine(ctx, num) ( ((num) == 0) || \ macro
1183 if ( IsValidLine(ctx, n) )
1188 y = IsValidLine(ctx, n) ? lt->info[n].y : ctx->core.height;
1219 y = IsValidLine(ctx, n) ? lt->info[n].y : ctx->core.height;
1220 updateTo = IsValidLine(ctx, n) ? lt->info[n].position : ctx->text.lastPos;
1221 if (IsValidLine(ctx, lt->lines - n))
1386 if ( (IsValidLine(ctx, line + 1)) &&
1458 if ( (lt->lines > 0) && (IsValidLine(ctx, lt->lines - 1)) )
1473 new_bot = IsValidLine(ctx, lt->lines-1) ? lt->info[lt->lines-1].position
2066 for ( startPos = pos1, i = line; IsValidLine(ct
[all...]

Completed in 874 milliseconds