Searched defs:stype (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dpyro.c366 register int nstars, stype; local
371 stype = rp->shelltype;
375 if (stype == DOUBLECLOUD)
379 if (stype == DOUBLECLOUD)
402 if (stype == DOUBLECLOUD) {
414 if (stype == DOUBLECLOUD) {
420 if (stype == DOUBLECLOUD) {
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c2188 XawTextScanType stype; local
2191 stype = XawstWhiteSpace;
2193 stype = XawstParagraph;
2203 newRight = SrcScan(ctx->text.source, pos, stype, XawsdRight, 1, FALSE);
2204 newRight =SrcScan(ctx->text.source, newRight,stype,XawsdLeft,1, FALSE);
2207 newLeft = SrcScan(ctx->text.source, pos, stype, XawsdLeft, 1, FALSE);
2211 newLeft =SrcScan(ctx->text.source, newLeft, stype, XawsdRight,1,FALSE);
2300 XawTextScanType stype; local
2303 stype = XawstWhiteSpace;
2305 stype
[all...]

Completed in 1357 milliseconds