Searched refs:values (Results 1 - 8 of 8) 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/lib/libast/comp/
H A Dconf.sh205 values=
252 *) values=$values$sp$1
293 eval CONF_values_${key}='$'values
312 eval values=\"'$'CONF_values_$key\"
316 printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script:+$sp$ob$script$nl$cb}"
528 *) values=
562 eval values='$'CONF_values_$old
575 eval CONF_values_${key}='$'values
[all...]
/ast/src/cmd/ksh93/tests/
H A Darrays2.sh174 unset values
175 float -a values=( [1][3]=90 [1][4]=89 )
179 [[ ${arg[0..5]} == '90 89' ]] || err_exit '${arg[0..5]} not correct where arg is a nameref to values[1]'
181 fx values[1]
/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/tests/sfio/
H A Dtscanf.c23 #include <values.h>
143 terror("Bad return values");
148 terror("Bad return values 2");
153 terror("Bad return values 3");
158 terror("Bad return values 4");
163 terror("Bad return values f=%f d=%f", f, d);
170 terror("Bad return values: f=%.4f d=%.4lf",f,d);
/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 1281 milliseconds