Home
last modified time | relevance | path

Searched defs:printers (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/python/lib/gdb/command/
H A Dtype_printers.py66 def set_some(self, name, printers): argument
88 def add_some(self, result, word, printers): argument
/dragonfly/contrib/tcpdump/
H A Dprint.c50 static const struct printer printers[] = { variable
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-objfile.c34 PyObject *printers; member
H A Dpy-progspace.c36 PyObject *printers; member
H A Dpython.c1250 apply_type_printers (void *printers, struct type *type) in apply_type_printers()
1313 PyObject *printers = arg; in free_type_printers() local