Searched refs:printers (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/python/
H A Dpy-objfile.c34 PyObject *printers; member in struct:__anon531
61 Py_XDECREF (self->printers);
74 self->printers = PyList_New (0);
75 if (!self->printers)
89 Py_INCREF (self->printers);
90 return self->printers;
114 tmp = self->printers;
116 self->printers = value;
170 object->printers = PyList_New (0);
171 if (!object->printers)
[all...]
H A Dpy-progspace.c36 PyObject *printers; member in struct:__anon532
69 Py_XDECREF (ps_self->printers);
82 self->printers = PyList_New (0);
83 if (!self->printers)
97 Py_INCREF (self->printers);
98 return self->printers;
122 tmp = self->printers;
124 self->printers = value;
166 object->printers = PyList_New (0);
167 if (!object->printers)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/python/
H A DMakefile.am32 libstdcxx/v6/printers.py \
/netbsd-6-1-5-RELEASE/usr.sbin/rpc.pcnfsd/
H A Dextern.h4 extern pr_list printers;
H A Dpcnfsd_print.c98 pr_list printers = NULL; variable
132 if (printers == NULL)
135 if (printers == NULL)
141 curr = printers;
378 * build_pr_list: determine which printers are valid.
385 * In SVR4 the command to determine which printers are
514 printers = curr;
523 ** Now add on the virtual printers, if any
526 printers = list_virtual_printers();
562 /* XXX - Should distinguish remote printers
[all...]
H A Dpcnfsd_test.c340 curr = rp->printers;
356 if(rp->printers) {
358 free_pr_list_item(rp->printers);
H A Dpcnfsd_v2.c207 if (printers == NULL)
210 res.printers = printers;
H A Dpcnfsd.x27 /* The maximum number of printers returned by a LIST operation */
355 pr_list printers;
563 ** List all printers known on the server.
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dtcpdump.c154 static struct printer printers[] = { variable in typeref:struct:printer
325 for (p = printers; p->f; ++p)
1611 * Some printers want to check that they're not walking off the

Completed in 86 milliseconds