HomeSort by: relevance | last modified time | path
    Searched refs:salt2 (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
TextP.h 247 XawTextSelectionSalt *salt2; /* salted away selections */ member in struct:_TextPart
  /xsrc/external/mit/libXaw/dist/src/
TextAction.c 996 for (salt = ctx->text.salt2; salt; salt = salt->next)
1159 for (salt = ctx->text.salt2; salt; salt = nextSalt) {
1217 ctx->text.salt2 = nextSalt;
1252 old_from = ctx->text.salt2->s.left;
1327 salt->next = ctx->text.salt2;
1328 ctx->text.salt2 = salt;
Text.c 932 ctx->text.salt2 = NULL;

Completed in 9 milliseconds