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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TemplateP.h36 TemplatePart template;
H A DXaw3_1Template.c9 #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 DTemplateP.h61 TemplatePart template;
H A DTemplate.c35 #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 Dscan.c681 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 DMakefile86 MODULE_CXXFLAGS += -instances=global -template=geninlinefuncs -verbose=template

Completed in 1096 milliseconds