Searched defs:values (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkGC.c21 * one based on the values in the graphics context and the other
34 * Hash table to map from a GC's values to a TkGC structure describing
35 * a GC with those values (used by Tk_GetGC).
40 XGCValues values; /* Desired values for GC. */ member in struct:__anon401
72 * Given a desired set of values for a graphics context, find
73 * a read-only graphics context with the desired values.
93 /* 1 bits correspond to values specified
94 * in *valuesPtr; other values are set
124 valueKey.values
[all...]
H A DtkImgPhoto.c48 * An unsigned 32-bit integral type, used for pixel values.
69 * Pixel values allocated for specific colors are valid only for the
70 * colormap in which they were allocated. Sets of pixel values
73 * values match. A hash table is used to locate these sets of pixel
74 * values, using the following data structure as key:
88 * pixel values and other information:
103 pixel redValues[256]; /* Maps 8-bit values of red intensity
107 unsigned long *pixelMap; /* Actual pixel values allocated. */
124 * MAP_COLORS: 1 means pixel values should be mapped
629 * Check the values give
1062 int values[4]; local
[all...]
/ast/src/cmd/ksh93/bltins/
H A Denum.c28 "type \atypename\a that can only store any one of the values in the indexed "
32 "[i:ignorecase?The values are case insensitive.]"
51 "[+?The variable can have one of the following values\fvalues\f. "
52 "The the values are \fcase\fcase sensitive.]"
54 "[+?If no \aname\as are specified then the names and values of all "
94 const char *values[1]; member in struct:Enum
107 sfprintf(out,"\b%s\b%c",ep->values[0],0);
109 sfprintf(out,"\b%s\b",ep->values[0]);
116 else while(v=ep->values[n++])
149 while(v=ep->values[
[all...]
/ast/src/cmd/pzip/
H A Dpop.c61 " fixed values (see the \b--partition\b option).]:[name=value]"
128 unsigned char hit[UCHAR_MAX+1]; /* values seen */
130 unsigned int values; /* # different values */ member in struct:__anon195
176 ip[i].values++;
318 sfprintf(sfstdout, "%33s %3d %6lu %3d\n", xv[map[i]]->name, map[i], ip[i].changes, ip[i].values);
390 sfprintf(sfstdout, "%3d %6lu %3d\n", map[i], ip[i].changes, ip[i].values);
/ast/src/cmd/tw/
H A Dfind.c164 const char* values; member in struct:Args_s
1768 if (ap->values)
1769 sfprintf(state.str, "{%s}", ap->values);

Completed in 16 milliseconds