Lines Matching full:printer
83 /** Any \c \%printer declared specifically for this symbol.
87 code_props printer;
150 /** Set the \c printer associated with \c sym. */
151 void symbol_printer_set (symbol *sym, code_props const *printer);
153 /** Get the computed \c \%printer for \c sym, which was initialized with
154 \c code_props_none_init if there's no \c \%printer. */
192 /** A semantic type and its associated \c \%destructor and \c \%printer.
202 /** Any \c %printer declared for this semantic type. */
203 code_props printer;
216 /** Set the \c printer associated with \c type. */
218 code_props const *printer);
243 | Default %destructor's and %printer's. |
251 /** Set the default \c \%printer for tagged values. */
252 void default_tagged_printer_set (code_props const *printer);
253 /** Set the default \c \%printer for tagless values. */
254 void default_tagless_printer_set (code_props const *printer);