| /src/external/bsd/tcpdump/dist/ |
| print.c | 53 static const struct printer printers[] = { variable in typeref:struct:printer 281 for (p = printers; p->f; ++p) 303 for (p = printers; p->f; ++p) 415 * Printers must check that they're not walking off the end of
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/ |
| scm-pretty-print.scm | 17 ;; It tests Scheme pretty printers. 323 (define (install-objfile-pretty-printers! pspace objfile-name) 344 (define (install-progspace-pretty-printers! pspace)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/ |
| scm-pretty-print.scm | 17 ;; It tests Scheme pretty printers. 323 (define (install-objfile-pretty-printers! pspace objfile-name) 344 (define (install-progspace-pretty-printers! pspace)
|
| /src/usr.sbin/rpc.pcnfsd/ |
| pcnfsd_print.c | 98 pr_list printers = NULL; variable 130 if (printers == NULL) 133 if (printers == NULL) 139 curr = printers; 367 * build_pr_list: determine which printers are valid. 374 * In SVR4 the command to determine which printers are 503 printers = curr; 512 ** Now add on the virtual printers, if any 515 printers = list_virtual_printers(); 551 /* XXX - Should distinguish remote printers. * [all...] |
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-objfile.c | 41 PyObject *printers; member in struct:objfile_object 198 Py_XDECREF (self->printers); 218 self->printers = PyList_New (0); 219 if (self->printers == NULL) 260 Py_INCREF (self->printers); 261 return self->printers; 284 gdbpy_ref<> tmp (self->printers); 286 self->printers = value; 762 "Pretty printers.", NULL }, 768 "Type printers.", NULL } [all...] |
| py-progspace.c | 44 PyObject *printers; member in struct:pspace_object 164 Py_XDECREF (ps_self->printers); 185 self->printers = PyList_New (0); 186 if (self->printers == NULL) 217 Py_INCREF (self->printers); 218 return self->printers; 241 gdbpy_ref<> tmp (self->printers); 243 self->printers = value; 774 "Pretty printers.", NULL }, 780 "Type printers.", NULL } [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-objfile.c | 41 PyObject *printers; member in struct:objfile_object 198 Py_XDECREF (self->printers); 218 self->printers = PyList_New (0); 219 if (self->printers == NULL) 260 Py_INCREF (self->printers); 261 return self->printers; 284 gdbpy_ref<> tmp (self->printers); 286 self->printers = value; 766 "Pretty printers.", NULL }, 772 "Type printers.", NULL } [all...] |
| py-progspace.c | 44 PyObject *printers; member in struct:pspace_object 164 Py_XDECREF (ps_self->printers); 185 self->printers = PyList_New (0); 186 if (self->printers == NULL) 217 Py_INCREF (self->printers); 218 return self->printers; 241 gdbpy_ref<> tmp (self->printers); 243 self->printers = value; 775 "Pretty printers.", NULL }, 781 "Type printers.", NULL } [all...] |