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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c2299 XawTextPosition left_pos, right_pos; local
2315 right_pos = SrcScan(ctx->text.source, pos, stype, XawsdRight, 1, FALSE);
2316 right_pos =SrcScan(ctx->text.source, right_pos,stype,XawsdLeft,1, FALSE);
2318 if (pos != right_pos)
2326 pos = Min(left_pos, right_pos);
2328 pos = Max(left_pos, right_pos);

Completed in 31 milliseconds