Searched refs:template (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkVisual.c105 XVisualInfo template, *visInfoList, *bestPtr;
115 * Parse string and set up a template for use in searching for
124 * use the information about the visual as a template for the
153 template.depth = Tk_Depth(tkwin2);
154 template.class = visual->class;
155 template.red_mask = visual->red_mask;
156 template.green_mask = visual->green_mask;
157 template.blue_mask = visual->blue_mask;
158 template.colormap_size = visual->map_entries;
159 template
104 XVisualInfo template, *visInfoList, *bestPtr; local
[all...]
H A DtkColor.c560 XVisualInfo template, *visInfoPtr;
571 template.visualid = XVisualIDFromVisual(Tk_Visual(tkwin));
573 VisualIDMask, &template, &numFound);
553 XVisualInfo template, *visInfoPtr; local
H A DtkCmds.c1250 XVisualInfo template, *visInfoPtr;
1272 template.screen = Tk_ScreenNumber(window);
1274 &template, &count);
1238 XVisualInfo template, *visInfoPtr; local
/ast/src/cmd/dsslib/netflow/
H A Dflowlib.h77 Netflow_template_t* template;
H A Dnetflow.c165 if (pp->template && vp->index > 0 && vp->index <= NETFLOW_TEMPLATE)
167 fp = &pp->template->field[vp->index - 1];
677 * NOTE: template.field[] order, NETFLOW_* and Netflow_t must all match
680 static const Netflow_template_t template = variable
803 flow->base = (Netflow_template_t*)&template;
H A Dflow-dumpv9.c139 (*disc->errorf)(NiL, disc, 1, "%s%d: undefined template -- flowset ignored", cxlocation(file->dss->cx, record), n);
152 pp->template = tp;
165 sfprintf(sfstderr, "template %d elements %d\n", n, m);
198 sfprintf(sfstderr, "template %2d field %2d type %2d size %2d offset %3d\n", tp->id, n, fp->type, fp->size, fp->offset);
203 sfprintf(sfstderr, "template %d elements %d size %d\n", tp->id, tp->elements, tp->size);
216 sfprintf(sfstderr, "template %d scopes %d options %d\n", n, m, k);
242 sfprintf(sfstderr, "template %2d scope %2d size %2d offset %3d\n", tp->id, n, z, o);
256 sfprintf(sfstderr, "template %2d field %2d type %2d size %2d offset %3d\n", tp->id, n, fp->type, fp->size, fp->offset);
262 sfprintf(sfstderr, "template %d elements %d size %d\n", tp->id, tp->elements, tp->size);
268 (*disc->errorf)(NiL, disc, 1, "%s%d: template inde
[all...]
/ast/src/cmd/ksh93/sh/
H A Dsuid_exec.c472 * create a unique name into the <template>
475 static void maketemp(char *template) argument
477 register char *cp = template;

Completed in 16 milliseconds