Searched defs:red (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libcoshell/
H A Dcoexec.c161 char* red; local
205 red = (cj->flags & CO_APPEND) ? ">>" : ">";
273 sfprintf(sp, " %s%s", red, out);
275 sfprintf(sp, " %s%s/%s", red, state.pwd, out);
284 sfprintf(sp, " 2%s%s", red, err);
286 sfprintf(sp, " 2%s%s/%s", red, state.pwd, err);
348 sfprintf(sp, " %s%s", red, out);
350 sfprintf(sp, " %s%s/%s", red, state.pwd, out);
359 sfprintf(sp, " 2%s%s", red, err);
361 sfprintf(sp, " 2%s%s/%s", red, stat
[all...]
/ast/src/cmd/ksh93/tests/
H A Dfunctions.sh883 function red function
890 [[ ${ red } != 'red_one 0' ]] && err_exit 'expected red_one 0'
891 [[ ${ red } != 'red_one 1' ]] && err_exit 'expected red_one 1'
/ast/src/cmd/coshell/
H A Dshell.c219 char* red; local
315 red = (flags & CO_APPEND) ? ">>" : ">";
341 sfprintf(state.string, "\n'\n} </dev/null %s", red);
349 sfprintf(state.string, "%s 2%s", out, red);
/ast/src/lib/libast/disc/
H A Dsfkeyprintf.c47 regex_t red[2]; member in struct:__anon259
290 fp->re[x] = &fp->red[x];
/ast/src/lib/libtk/generic/
H A DtkColor.c80 int red, green, blue; /* Values for desired color. */ member in struct:__anon392
137 * indicates the red, blue, and green intensities for the color
253 * Given a desired set of red-green-blue intensities for a color,
259 * indicates the closest red, blue, and green intensities available
293 valueKey.red = colorPtr->red;
311 tkColPtr->color.red = valueKey.red;
366 sprintf(string, "#%04x%04x%04x", colorPtr->red, colorPtr->green,
617 tmp = .30*(((int) desiredColorPtr->red)
[all...]
H A DtkCanvPs.c573 double red, green, blue;
610 tmp = colorPtr->red;
611 red = ((double) (tmp >> 8))/255.0;
617 red, green, blue);
571 double red, green, blue; local

Completed in 6737 milliseconds