Searched refs:macrotable (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | doc.c | 368 DocComment::parseMacros(&m->escapetable, &m->macrotable, (utf8_t *)mbuf.data, mbuf.offset); in gendocfile() 373 dc->pmacrotable = &m->macrotable; in gendocfile() 382 Macro::define(&m->macrotable, (const utf8_t *)"TITLE", 5, (const utf8_t *)p, strlen(p)); in gendocfile() 391 Macro::define(&m->macrotable, (const utf8_t *)"DATETIME", 8, (const utf8_t *)p, strlen(p)); in gendocfile() 392 Macro::define(&m->macrotable, (const utf8_t *)"YEAR", 4, (const utf8_t *)p + 20, 4); in gendocfile() 396 …Macro::define(&m->macrotable, (const utf8_t *)"SRCFILENAME", 11, (const utf8_t *)srcfilename, strl… in gendocfile() 399 …Macro::define(&m->macrotable, (const utf8_t *)"DOCFILENAME", 11, (const utf8_t *)docfilename, strl… in gendocfile() 404 …Macro::define(&m->macrotable, (const utf8_t *)"COPYRIGHT", 9, dc->copyright->body, dc->copyright->… in gendocfile() 431 Macro::define(&m->macrotable, (const utf8_t *)"BODY", 4, (const utf8_t *)buf.data, buf.offset); in gendocfile() 436 m->macrotable->expand(&buf2, 0, &end, NULL, 0); in gendocfile() [all …]
|
| H A D | module.h | 110 Macro *macrotable; // document comment macros variable
|
| H A D | dmodule.c | 85 macrotable = NULL; in Module()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | module.h | 112 MacroTable macrotable; // document comment macros variable
|
| H A D | doc.d | 398 DocComment.parseMacros(m.escapetable, m.macrotable, mbuf[]); in gendocfile() 401 dc.pmacrotable = &m.macrotable; in gendocfile() 408 m.macrotable.define("TITLE", p); in gendocfile() 416 m.macrotable.define("DATETIME", p.toDString()); in gendocfile() 417 m.macrotable.define("YEAR", p[20 .. 20 + 4]); in gendocfile() 420 m.macrotable.define("SRCFILENAME", srcfilename); in gendocfile() 422 m.macrotable.define("DOCFILENAME", docfilename); in gendocfile() 426 m.macrotable.define("COPYRIGHT", dc.copyright.body_); in gendocfile() 455 m.macrotable.define("BODY", buf[]); in gendocfile() 459 m.macrotable.expand(buf2, 0, end, null); in gendocfile() [all …]
|
| H A D | dmodule.d | 436 MacroTable macrotable; // document comment macros variable
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2014 | 1448 macrotable in the compunit.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2014 | 1448 macrotable in the compunit.
|