tag | line | file | source code |
attributes | 651 | fs/ncpfs/dir.c | i->attributes = aDIR; |
attributes | 76 | fs/ncpfs/inode.c | if (NCP_ISTRUCT(inode)->attributes & aDIR) |
attributes | 338 | fs/ncpfs/ncplib_kernel.c | DPRINTK("ncp_lookup_volume: attribs = %X\n", target->attributes); |
attributes | 60 | fs/ncpfs/ncplib_kernel.h | int attributes, const char *path, |
attributes | 163 | include/linux/ncp.h | __u32 attributes __attribute__ ((packed)); |
attributes | 207 | include/linux/ncp.h | __u32 attributes __attribute__ ((packed)); |
attributes | 73 | scripts/lxdialog/dialog.h | #define screen_attr attributes[0] |
attributes | 74 | scripts/lxdialog/dialog.h | #define shadow_attr attributes[1] |
attributes | 75 | scripts/lxdialog/dialog.h | #define dialog_attr attributes[2] |
attributes | 76 | scripts/lxdialog/dialog.h | #define title_attr attributes[3] |
attributes | 77 | scripts/lxdialog/dialog.h | #define border_attr attributes[4] |
attributes | 78 | scripts/lxdialog/dialog.h | #define button_active_attr attributes[5] |
attributes | 79 | scripts/lxdialog/dialog.h | #define button_inactive_attr attributes[6] |
attributes | 80 | scripts/lxdialog/dialog.h | #define button_key_active_attr attributes[7] |
attributes | 81 | scripts/lxdialog/dialog.h | #define button_key_inactive_attr attributes[8] |
attributes | 82 | scripts/lxdialog/dialog.h | #define button_label_active_attr attributes[9] |
attributes | 83 | scripts/lxdialog/dialog.h | #define button_label_inactive_attr attributes[10] |
attributes | 84 | scripts/lxdialog/dialog.h | #define inputbox_attr attributes[11] |
attributes | 85 | scripts/lxdialog/dialog.h | #define inputbox_border_attr attributes[12] |
attributes | 86 | scripts/lxdialog/dialog.h | #define searchbox_attr attributes[13] |
attributes | 87 | scripts/lxdialog/dialog.h | #define searchbox_title_attr attributes[14] |
attributes | 88 | scripts/lxdialog/dialog.h | #define searchbox_border_attr attributes[15] |
attributes | 89 | scripts/lxdialog/dialog.h | #define position_indicator_attr attributes[16] |
attributes | 90 | scripts/lxdialog/dialog.h | #define menubox_attr attributes[17] |
attributes | 91 | scripts/lxdialog/dialog.h | #define menubox_border_attr attributes[18] |
attributes | 92 | scripts/lxdialog/dialog.h | #define item_attr attributes[19] |
attributes | 93 | scripts/lxdialog/dialog.h | #define item_selected_attr attributes[20] |
attributes | 94 | scripts/lxdialog/dialog.h | #define tag_attr attributes[21] |
attributes | 95 | scripts/lxdialog/dialog.h | #define tag_selected_attr attributes[22] |
attributes | 96 | scripts/lxdialog/dialog.h | #define tag_key_attr attributes[23] |
attributes | 97 | scripts/lxdialog/dialog.h | #define tag_key_selected_attr attributes[24] |
attributes | 98 | scripts/lxdialog/dialog.h | #define check_attr attributes[25] |
attributes | 99 | scripts/lxdialog/dialog.h | #define check_selected_attr attributes[26] |
attributes | 100 | scripts/lxdialog/dialog.h | #define uarrow_attr attributes[27] |
attributes | 101 | scripts/lxdialog/dialog.h | #define darrow_attr attributes[28] |
attributes | 112 | scripts/lxdialog/dialog.h | extern chtype attributes[]; |
attributes | 35 | scripts/lxdialog/util.c | chtype attributes[] = |
attributes | 177 | scripts/lxdialog/util.c | attributes[i] = C_ATTR (color_table[i][2], i + 1); |