Searched refs:highlightCode3 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | doc.c | 113 void highlightCode3(Scope *sc, OutBuffer *buf, const utf8_t *p, const utf8_t *pend); 2639 void highlightCode3(Scope *sc, OutBuffer *buf, const utf8_t *p, const utf8_t *pend) in highlightCode3() function 2668 highlightCode3(sc, &res, lastp, tok.ptr); in highlightCode2() 2708 highlightCode3(sc, &res, tok.ptr, lex.p); in highlightCode2() 2714 highlightCode3(sc, &res, tok.ptr, lex.p); in highlightCode2()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | doc.d | 5232 private void highlightCode3(Scope* sc, ref OutBuffer buf, const(char)* p, const(char)* pend) in highlightCode3() function 5260 highlightCode3(sc, res, lastp, tok.ptr); in highlightCode2() 5297 highlightCode3(sc, res, tok.ptr, lex.p); in highlightCode2() 5307 highlightCode3(sc, res, tok.ptr, lex.p); in highlightCode2()
|