Searched refs:template (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1TemplateP.h | 36 TemplatePart template;
|
H A D | Xaw3_1Template.c | 9 #define offset(field) XtOffset(TemplateWidget, template.field) 22 {"template", TemplateAction}, 26 "<Key>: template() \n\ 64 { /* template fields */
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TemplateP.h | 61 TemplatePart template;
|
H A D | Template.c | 35 #define offset(field) XtOffsetOf(TemplateRec, template.field) 47 {"template", TemplateAction}, 51 "<Key>: template() \n\ 89 { /* template fields */
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | scan.c | 681 DoSubstitution(const char *template, const char *cmdline, const char *projroot, argument 693 if (!template) 703 for (i = 0; template[i]; i++) { 704 if (template[i] != '%') { 705 result[l++] = template[i]; 708 switch (template[++i]) { 819 fprintf(stderr, "invalid escape %%%c found in path template\n", 820 template[i]); 827 fprintf(stderr, "Converted `%s' to `%s'\n", template, result); 881 const char *template; local [all...] |
/solaris-x11-s11/open-src/app/synergy/ |
H A D | Makefile | 86 MODULE_CXXFLAGS += -instances=global -template=geninlinefuncs -verbose=template
|
Completed in 25 milliseconds