Searched defs:template (Results 1 - 5 of 5) sorted by relevance
| /ast/src/lib/libtk/generic/ |
| H A D | tkVisual.c | 105 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 D | tkColor.c | 560 XVisualInfo template, *visInfoPtr; 571 template.visualid = XVisualIDFromVisual(Tk_Visual(tkwin)); 573 VisualIDMask, &template, &numFound); 553 XVisualInfo template, *visInfoPtr; local
|
| H A D | tkCmds.c | 1250 XVisualInfo template, *visInfoPtr; 1272 template.screen = Tk_ScreenNumber(window); 1274 &template, &count); 1238 XVisualInfo template, *visInfoPtr; local
|
| /ast/src/cmd/dsslib/netflow/ |
| H A D | netflow.c | 165 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;
|
| /ast/src/cmd/ksh93/sh/ |
| H A D | suid_exec.c | 472 * create a unique name into the <template> 475 static void maketemp(char *template) argument 477 register char *cp = template;
|
Completed in 27 milliseconds