| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | genhooks.cc | 24 struct hook_desc { const char *doc, *type, *name, *param, *init, *docname; }; member 203 printf ("@%s {%s} ", deftype, hook_array[i].docname); in emit_documentation() 232 deftype, hook_array[j].docname, in emit_documentation() 265 emit_init_macros (const char *docname) in emit_init_macros() argument 277 if (strcmp (hook_array[i].docname, docname) != 0) in emit_init_macros()
|
| H A D | ChangeLog-2011 | 31084 * genhooks.c (struct hook_desc): Add docname field. 31086 docname field. 31088 (emit_documentation): Use docname field in output. 31089 (emit_init_macros): Take docname argument. Only emit definitions 31090 for hooks matching docname.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | genhooks.c | 24 struct hook_desc { const char *doc, *type, *name, *param, *init, *docname; }; member 224 printf ("@%s {%s} ", deftype, hook_array[i].docname); in emit_documentation() 253 deftype, hook_array[j].docname, in emit_documentation() 292 emit_init_macros (const char *docname) in emit_init_macros() argument 304 if (strcmp (hook_array[i].docname, docname) != 0) in emit_init_macros()
|
| /netbsd-src/external/bsd/unbound/dist/smallapp/ |
| H A D | unbound-host.c | 288 pretty_output(char* q, int t, int c, struct ub_result* result, int docname) in pretty_output() argument 309 if(docname && result->canonname && in pretty_output() 367 dnslook(struct ub_ctx* ctx, char* q, int t, int c, int docname) in dnslook() argument 377 pretty_output(q, t, c, result, docname); in dnslook()
|
| /netbsd-src/external/mpl/bind/dist/doc/arm/_ext/ |
| H A D | iscconf.py | 314 "docname", 333 obj["docname"], 355 location=(new["docname"], new["lineno"]), 373 "filename": self.env.doc2path(self.env.docname), 379 "docname": self.env.docname, 388 def clear_doc(self, docname): 398 if obj["docname"] != docname 446 location=(desc["docname"], des 390 clear_doc(self, docname) global() argument [all...] |
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | globals.h | 154 const char *docname; // write documentation file to docname member
|
| H A D | dmodule.c | 133 docfile = setOutfile(global.params.docname, global.params.docdir, arg, global.doc_ext); in setDocfile()
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | unbound-host.nagios.patch | 105 pretty_output(q, t, c, result, docname);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | globals.h | 190 DString docname; // write documentation file to docname member
|
| H A D | globals.d | 212 const(char)[] docname; // write documentation file to docname
|
| H A D | dmodule.d | 587 docfile = setOutfilename(global.params.docname, global.params.docdir, arg, doc_ext); in setDocfile()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-lang.cc | 475 global.params.docname = arg; in d_handle_option()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-lang.cc | 491 global.params.docname = arg; in d_handle_option()
|