Searched defs:atom (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkAtom.c7 * 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 DtkCmds.c875 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
/ast/src/cmd/mam/
H A Dmamnew.c98 } 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)

Completed in 14 milliseconds