Searched refs:printer (Results 1 - 25 of 93) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libdriver/
H A DMakefile.sub4 printer.$(OBJEXT)
7 $(srcdir)/printer.cpp
H A Dprinter.cpp5 // <groff_src_dir>/src/libs/libdriver/printer.cpp
87 printer::printer() function in class:printer
92 printer::~printer()
105 void printer::load_font(int n, const char *nm)
136 font *printer::find_font(const char *nm)
148 font *printer::make_font(const char *nm)
153 void printer::end_of_line()
157 void printer
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/lib/gdb/
H A Dprinting.py1 # Pretty-printer utilities.
25 """A basic pretty-printer.
35 enabled: A boolean indicating if the printer is enabled.
37 Subprinters are for situations where "one" pretty-printer is actually a
38 collection of several printers. E.g., The libstdc++ pretty-printer has
39 a pretty-printer for each of several different types, based on regexps.
71 def register_pretty_printer(obj, printer):
72 """Register pretty-printer PRINTER with OBJ.
74 The printer is added to the front of the search list, thus one can override
75 an existing printer i
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
H A Dpretty_printers.py1 # Pretty-printer commands.
25 """Internal utility to parse a pretty-printer command argv.
31 printer-name;subprinter-name.
76 def printer_enabled_p(printer):
77 """Internal utility to see if printer (or subprinter) is enabled."""
78 if hasattr(printer, "enabled"):
79 return printer.enabled
87 Usage: info pretty-printer [object-regexp [name-regexp]]
93 NAME-REGEXP matches the name of the pretty-printer.
95 printer
[all...]
/netbsd-6-1-5-RELEASE/x11/Xserver/Xserver/Xprt/
H A DMakefile11 LDADD+= ${LIBDIR.printer}/ddxInit.o ${LIBDIR.printer}/miinitext.o \
12 ${LIBDIR.printer}/dpmsstubs.o \
14 ${LDADD.printer} ${LDADD.printer/raster} ${LDADD.printer/pcl} \
15 ${LDADD.printer/ps} ${LDADD.mfb} ${LDADD.cfb} ${LDADD.cfb32} \
24 DPADD+= ${LIBDIR.printer}/ddxInit.o ${LIBDIR.printer}/miinitext.o \
25 ${LIBDIR.printer}/dpmsstub
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/other/
H A Dunused1.C28 class printer { public: int i; }; class
29 const printer *dotmatrix;
32 return const_cast<printer *>(dotmatrix)->i;
49 /* { dg-final { scan-assembler "(string|ascii?)z?\[\t \]\"printer(\"|\\\\0)" } } */
/netbsd-6-1-5-RELEASE/gnu/usr.bin/groff/src/libs/libdriver/
H A DMakefile10 SRCS= input.cpp printer.cpp
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/common_source/
H A Dcommon_vars.c46 char *printer; /* printer name */ variable
H A Dfatal.c59 if (printer)
60 (void)printf("%s: ", printer);
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpq/
H A Dlpq.c51 * -P used to identify printer as per lpr/lprm
100 case 'P': /* printer name */
101 printer = optarg;
116 if (!aflag && printer == NULL && (printer = getenv("PRINTER")) == NULL)
117 printer = DEFLP;
142 printer = buf;
143 printf("%s:\n", printer);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dprinter.h5 // <groff_src_dir>/src/include/printer.h
34 The class `printer' performs the postprocessing. Each
35 postprocessor only needs to implement a derived class of `printer' and
37 Then the methods of class `printer' are called automatically by
63 class printer { class
65 printer();
66 virtual ~printer();
109 printer *make_printer();
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_test.c28 char *printer; local
34 fprintf(stderr, "usage: %s server host printer user password [transport]\n",
41 printer = argv[3];
66 test_v2_init(host_name, printer);
68 test_v2_start(host_name, printer, user_name, "foo", "foo");
70 test_v2_start(host_name, printer, user_name, "bar", "bar");
72 test_v2_start(host_name, printer, user_name, "bletch", "gack");
74 test_v2_queue(printer, user_name, FALSE);
77 test_v2_cancel(host_name, printer, "nosuchuser", last_id);
79 test_v2_cancel(host_name, printer, user_nam
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lprm/
H A Dlprm.c108 printer = &arg[2];
111 printer = *++argv;
149 if (printer == NULL && (printer = getenv("PRINTER")) == NULL)
150 printer = DEFLP;
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpc/
H A Dcmds.c44 * lpc -- line printer control program -- commands:
97 printf("Usage: abort {all | printer ...}\n");
101 printer = prbuf;
114 printer = *++argv;
129 printf("%s:\n", printer);
220 printf("Usage: clean {all | printer ...}\n");
224 printer = prbuf;
237 printer = *++argv;
292 printf("%s:\n", printer);
350 * Enable queuing to the printer (allo
[all...]
/netbsd-6-1-5-RELEASE/x11/Xserver/Xserver/
H A DMakefile.Xserver3 .for _SL in dix os mi printer printer/pcl printer/ps printer/raster \
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Decp.c103 void (*printer) __P((void *, char *, ...)),
176 ecp_printpkt(p, plen, printer, arg)
179 void (*printer) __P((void *, char *, ...));
H A Dcbcp.c81 void (*printer) __P((void *, char *, ...)),
238 cbcp_printpkt(p, plen, printer, arg)
241 void (*printer) __P((void *, char *, ...));
257 printer(arg, " %s", cbcp_codenames[code-1]);
259 printer(arg, " code=0x%x", code);
261 printer(arg, " id=0x%x", id);
276 printer(arg, " <");
280 printer(arg, " %s", cbcp_optionnames[opt-1]);
282 printer(arg, " option=0x%x", opt);
286 printer(ar
[all...]
H A Dutils.c444 * calling `printer(arg, format, ...)' to output it.
447 format_packet(p, len, printer, arg)
450 void (*printer) __P((void *, char *, ...));
465 printer(arg, "[%s", protp->name);
466 n = (*protp->printpkt)(p, len, printer, arg);
467 printer(arg, "]");
475 printer(arg, "[%s data]", protp->data_name);
477 printer(arg, "%.8B ...", p);
479 printer(arg, "%.*B", len, p);
482 printer(ar
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Ddiagnostic.c95 /* Allocate a basic pretty-printer. Clients will replace this a
96 much more elaborated pretty-printer if they wish. */
97 context->printer = xmalloc (sizeof (pretty_printer));
98 pp_construct (context->printer, NULL, 0);
100 context->printer->buffer->stream = stderr;
102 context->printer->wrapping.rule = DIAGNOSTICS_SHOW_PREFIX_ONCE;
214 pp_verbatim (context->printer,
288 if (pp_needs_newline (context->printer))
290 pp_newline (context->printer);
291 pp_needs_newline (context->printer)
[all...]
H A Ddiagnostic.h64 pretty_printer *printer; member in struct:diagnostic_context
120 #define diagnostic_format_decoder(DC) ((DC)->printer->format_decoder)
123 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
127 #define diagnostic_line_cutoff(DC) ((DC)->printer->wrapping.line_cutoff)
129 #define diagnostic_flush_buffer(DC) pp_base_flush ((DC)->printer)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dlanghooks.c347 const char *old_prefix = context->printer->prefix;
352 pp_set_prefix (context->printer, new_prefix);
355 pp_printf (context->printer, _("At top level:"));
375 (context->printer, _("In member function %qs"),
379 (context->printer, _("In function %qs"),
424 pp_character (context->printer, ',');
425 pp_newline (context->printer);
429 pp_printf (context->printer,
434 pp_printf (context->printer,
441 pp_printf (context->printer,
[all...]
H A Ddiagnostic.c92 /* Allocate a basic pretty-printer. Clients will replace this a
93 much more elaborated pretty-printer if they wish. */
94 context->printer = XNEW (pretty_printer);
95 pp_construct (context->printer, NULL, 0);
97 context->printer->buffer->stream = stderr;
99 context->printer->wrapping.rule = DIAGNOSTICS_SHOW_PREFIX_ONCE;
229 if (pp_needs_newline (context->printer))
231 pp_newline (context->printer);
232 pp_needs_newline (context->printer) = false;
246 pp_verbatim (context->printer,
[all...]
H A Ddiagnostic.h65 pretty_printer *printer; member in struct:diagnostic_context
138 #define diagnostic_format_decoder(DC) ((DC)->printer->format_decoder)
141 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
145 #define diagnostic_line_cutoff(DC) ((DC)->printer->wrapping.line_cutoff)
147 #define diagnostic_flush_buffer(DC) pp_base_flush ((DC)->printer)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dalist.c201 int (*printer)(void *, void *) = private;
204 printer(el->ale_name, el->ale_value);
210 alist_dump(alist_t *alist, int (*printer)(void *, void *))
212 if (!printer)
213 printer = alist_def_print_cb;
215 return (hash_iter(alist->al_elements, alist_dump_cb, (void *)printer));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-prettyprint.c46 printer object if one recognizes VALUE. If no printer is found, it
54 PyObject *function, *printer = NULL; local
79 printer = PyObject_CallFunctionObjArgs (function, value, NULL);
80 if (! printer)
82 else if (printer != Py_None)
83 return printer;
85 Py_DECREF (printer);
92 Look for a pretty-printer to print VALUE in all objfiles.
94 The result is Py_None, suitably inc-ref'd, if no pretty-printer wa
215 pretty_print_one_value(PyObject *printer, struct value **out_value) argument
246 gdbpy_get_display_hint(PyObject *printer) argument
305 print_string_repr(PyObject *printer, const char *hint, struct ui_file *stream, int recurse, const struct value_print_options *options, const struct language_defn *language, struct gdbarch *gdbarch) argument
465 print_children(PyObject *printer, const char *hint, struct ui_file *stream, int recurse, const struct value_print_options *options, const struct language_defn *language, int is_py_none) argument
686 PyObject *printer = NULL; local
[all...]

Completed in 311 milliseconds

1234