Searched refs:atom (Results 1 - 8 of 8) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkAtom.c | 7 * doesn't have to provide permanent storage for atom names, 22 * The following are a list of the predefined atom strings. 65 * Given a string, produce the equivalent X atom. This 74 * A new entry may be added to the local atom cache. 81 Tk_Window tkwin; /* Window token; map name to atom 83 char *name; /* Name to turn into atom. */ 97 Atom atom; 99 atom = XInternAtom(dispPtr->display, name, False); 100 Tcl_SetHashValue(hPtr, atom); 101 hPtr2 = Tcl_CreateHashEntry(&dispPtr->atomTable, (char *) atom, 96 Atom atom; local 194 Atom atom; local [all...] |
H A D | tkCmds.c | 875 if ((c == 'a') && (strcmp(argv[1], "atom") == 0)) { 888 argv[0], " atom ?-displayof window? name\"", 895 Atom atom; 912 if (Tcl_GetInt(interp, id, (int *) &atom) != TCL_OK) { 915 name = Tk_GetAtomName(tkwin, atom); 916 if (strcmp(name, "?bad atom?") == 0) { 917 Tcl_AppendResult(interp, "no atom exists with id \"", 1339 "\": must be atom, atomname, cells, children, ", 883 Atom atom; local
|
H A D | tkSend.c | 1309 if ((eventPtr->xproperty.atom != dispPtr->commProperty)
|
H A D | tk.h | 1139 Atom atom));
|
/ast/src/cmd/mam/ |
H A D | mamnew.c | 98 } atom; /* special atoms */ member in struct:__anon157 150 sfsprintf(buf, sizeof(buf), "%s%s", state.atom.source->name, suf); 154 mamprereq(state.mam->main, state.atom.sources, z, NiL); 619 state.atom.source = mamrule(state.mam->main, ".SOURCE"); 620 state.atom.source_a = mamrule(state.mam->main, ".SOURCE.a"); 621 state.atom.source_h = mamrule(state.mam->main, ".SOURCE.h"); 622 state.atom.sources = mamrule(state.mam->main, ".MAM.SOURCES."); 630 for (p = state.atom.sources->prereqs; p; p = p->next)
|
/ast/src/cmd/INIT/ |
H A D | CONVERT.mk | 127 .cvt.atom : .FUNCTION 167 A := $(.cvt.atom copy) 232 A := $(.cvt.atom file)
|
/ast/src/lib/libtk/unix/ |
H A D | tkUnixSelect.c | 251 if ((eventPtr->xproperty.atom != incrPtr->multAtoms[2*i + 1]) 320 eventPtr->xproperty.atom, formatType, 875 if ((eventPtr->xproperty.atom != retrPtr->property) 1057 Tk_Window tkwin; /* Window that governs atom conversion. */ 1073 * atom. 1150 Tk_Window tkwin; /* Window to use for atom conversion. */ 1158 * either the name of an atom (if type is XA_ATOM) or a hexadecimal
|
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 4616 * if the first command line target is not a known atom then 4617 * the function .UNKNOWN translates the atom name to upper
|
Completed in 51 milliseconds