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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c1270 XawTextPosition t_pos; local
1277 t_pos = SrcScan( ctx->text.source, pos2,
1279 if (t_pos < (lt + 1)->position)
1280 pos2 = t_pos;
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c1393 XawTextPosition t_pos; local
1400 t_pos = SrcScan( ctx->text.source, pos2,
1402 if (t_pos < (lt + 1)->position)
1403 pos2 = t_pos;

Completed in 25 milliseconds