Searched refs:atomRoot (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xfs/dist/difs/ | ||
| H A D | atom.c | 69 static NodePtr atomRoot = (NodePtr) NULL; variable in typeref:typename:NodePtr 81 np = &atomRoot; 184 if (atomRoot == (NodePtr) NULL) 186 free_atom(atomRoot); 187 atomRoot = (NodePtr) NULL; |
| /xsrc/external/mit/xorg-server.old/dist/dix/ | ||
| H A D | atom.c | 71 static NodePtr atomRoot = NULL; variable in typeref:typename:NodePtr 85 np = &atomRoot; 197 if (atomRoot == NULL) 199 FreeAtom(atomRoot); 200 atomRoot = NULL; |
| /xsrc/external/mit/xorg-server/dist/dix/ | ||
| H A D | atom.c | 69 static NodePtr atomRoot = NULL; variable in typeref:typename:NodePtr 81 np = &atomRoot; 187 if (atomRoot == NULL) 189 FreeAtom(atomRoot); 190 atomRoot = NULL; |
| /xsrc/external/mit/libxkbfile/dist/src/ | ||
| H A D | xkbatom.c | 101 static NodePtr atomRoot = (NodePtr) NULL; variable in typeref:typename:NodePtr 113 np = &atomRoot; |
Completed in 5 milliseconds