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

  /xsrc/external/mit/libXaw/dist/src/
Text.c 2187 Atom *atomP;
2191 atomP = ctx->text.s.selections;
2192 for (i = 0 ; i < ctx->text.s.atom_count; i++, atomP++)
2193 if ((*selection == *atomP)
2194 || (GetCutBufferNumber(*atomP) != NOT_A_CUT_BUFFER))
2195 *atomP = (Atom)0;
2204 atomP = ctx->text.s.selections;
2205 for (i = 0 ; i < ctx->text.s.atom_count; i++, atomP++)
2206 if (*atomP == (Atom)0) {
2207 *atomP = ctx->text.s.selections[--ctx->text.s.atom_count]
    [all...]
TextAction.c 1154 Atom *atomP;
1160 atomP = salt->s.selections;
1162 for (i = 0 ; i < salt->s.atom_count; i++, atomP++)
1163 if (*selection == *atomP)
1164 *atomP = (Atom)0;
1173 atomP = salt->s.selections;
1174 for (i = 0 ; i < salt->s.atom_count; i++, atomP++)
1175 if (*atomP == (Atom)0) {
1176 *atomP = salt->s.selections[--salt->s.atom_count];
  /xsrc/external/mit/xterm/dist/
button.c 4976 Atom *atomP;
4987 for (i = 0, atomP = screen->selection_atoms;
4988 i < screen->selection_count; i++, atomP++) {
4989 if (*selection == *atomP)
4990 *atomP = (Atom) 0;
4991 if (CutBuffer(*atomP) >= 0) {
4992 *atomP = (Atom) 0;
5002 for (i = 0, atomP = screen->selection_atoms;
5003 i < screen->selection_count; i++, atomP++) {
5004 if (*atomP == (Atom) 0)
    [all...]

Completed in 56 milliseconds