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

/ast/src/cmd/nmake/
H A DTABLE.mk2 * table ... :TABLE: [class=name] [format={lower,upper}]
7 * define variables in table name of the form [(class|table)_]name=1[value]
18 local table=$(I) class format ignore map name novariables options list state $(~$(I)) $(>)
29 if class == "1"
30 class := $(table)_ macro
31 else if class
32 class := $(class)_ macro
52 : $(.TABLE.SET. $(table) "$(class)" $(format) "$(state)" "$(map)" "$(ignore)" "$(list)")
68 local class
[all...]
/ast/src/lib/libtk/generic/
H A DtkVisual.c21 * to the associated X class symbols.
25 char *name; /* Textual name of class. */
28 int class; /* X symbol for class. */ member in struct:VisualDictionary
154 template.class = visual->class;
191 * Parse the string into a class name (or "best") optionally
201 template.class = -1;
206 template.class = dictPtr->class;
[all...]
H A DtkWindow.c128 * Widget class commands.
146 * Native widget class commands.
624 * will just cause confusion with class names in the option database.
1813 * This procedure is used to give a window a class.
1819 * A new class is stored for tkwin, replacing any existing
1820 * class for it.
1827 Tk_Window tkwin; /* Token for window to assign class. */
1828 char *className; /* New class for tkwin. */
2336 Tcl_DString class;
2370 * Figure out the application's name and class
2310 Tcl_DString class; local
[all...]

Completed in 16 milliseconds