Home
last modified time | relevance | path

Searched defs:print_item (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/scripts/qemugdb/
H A Dmtree.py50 def print_item(self, ptr, offset = gdb.Value(0), level = 0): member in MtreeCommand
/openbmc/linux/scripts/kconfig/lxdialog/
H A Dchecklist.c18 static void print_item(WINDOW * win, int choice, int selected) in print_item() function
H A Dmenubox.c81 #define print_item(index, choice, selected) \ macro
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dchecklist.c18 static void print_item(WINDOW * win, int choice, int selected) in print_item() function
H A Dmenubox.c89 #define print_item(index, choice, selected) \ macro
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dquery.py162 def print_item(f, pn, ver, layer, ispref): function
/openbmc/linux/fs/reiserfs/
H A Dreiserfs.h2630 void (*print_item) (struct item_head *, char *item); member