Searched refs:attributes (Results 1 – 5 of 5) sorted by relevance
92 #define screen_attr attributes[0]93 #define shadow_attr attributes[1]94 #define dialog_attr attributes[2]95 #define title_attr attributes[3]96 #define border_attr attributes[4]97 #define button_active_attr attributes[5]98 #define button_inactive_attr attributes[6]99 #define button_key_active_attr attributes[7]100 #define button_key_inactive_attr attributes[8]101 #define button_label_active_attr attributes[9][all …]
32 chtype attributes[] = { variable168 attributes[i] = C_ATTR(color_table[i][2], i + 1); in color_setup()
39 define attributes for this config option. Attributes can be the type of45 Menu attributes48 A menu entry can have a number of attributes. Not all of them are204 attributes as options.213 This defines a choice group and accepts any of above attributes as
110 uint32_t attributes; member
9047 int attributes; in checkjobs() local9053 attributes = WUNTRACED; in checkjobs()9055 attributes |= WNOHANG; in checkjobs()9091 childpid = waitpid(-1, &status, attributes); in checkjobs()