/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/nconf/ |
H A D | nconf.gui.c | 11 attributes_t attributes[ATTR_MAX+1] = {0}; variable 54 /* available attributes: 72 attributes[name] = attr | COLOR_PAIR(name); } while (0) in normal_color_theme() 103 #define mkattrn(name, attr) { attributes[name] = attr; } in no_colors_theme() 146 /* this changes the windows attributes !!! */ 297 set_menu_fore(menu, attributes[DIALOG_MENU_FORE]); in btn_dialog() 298 set_menu_back(menu, attributes[DIALOG_MENU_BACK]); in btn_dialog() 300 (void) wattrset(win, attributes[DIALOG_BOX]); in btn_dialog() 304 (void) wattrset(msg_win, attributes[DIALOG_TEXT]); in btn_dialog() 408 (void) wattrset(form_win, attributes[INPUT_FIELD]); in dialog_inputbox() [all …]
|
H A D | nconf.h | 62 extern attributes_t attributes[]; 78 /* this changes the windows attributes !!! */
|
H A D | nconf.c | 373 (void) wattrset(main_window, attributes[FUNCTION_HIGHLIGHT]); in print_function_line() 377 (void) wattrset(main_window, attributes[FUNCTION_TEXT]); in print_function_line() 384 (void) wattrset(main_window, attributes[NORMAL]); in print_function_line() 959 (void) wattrset(main_window, attributes[NORMAL]); in show_menu() 962 attributes[MAIN_HEADING]); in show_menu() 964 (void) wattrset(main_window, attributes[MAIN_MENU_BOX]); in show_menu() 966 (void) wattrset(main_window, attributes[MAIN_MENU_HEADING]); in show_menu() 968 (void) wattrset(main_window, attributes[NORMAL]); in show_menu() 1534 set_menu_fore(curses_menu, attributes[MAIN_MENU_FORE]); in main() 1535 set_menu_back(curses_menu, attributes[MAIN_MENU_BACK]); in main() [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/ |
H A D | kconfig-language.txt | 39 define attributes for this config option. Attributes can be the type of 45 Menu attributes 48 A menu entry can have a number of attributes. Not all of them are 297 attributes as options. 351 This defines a choice group and accepts any of the above attributes as 388 attributes.
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | index.rst | 92 certain pieces of data, known as *Attributes*, to another device 95 ATT protocol to exchange attributes encapsulated as
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/ |
H A D | dfs_nfs.c | 407 args.attributes.mode.set_it = TRUE; in nfs_mkdir() 408 args.attributes.mode.set_mode3_u.mode = mode; in nfs_mkdir() 409 args.attributes.uid.set_it = FALSE; in nfs_mkdir() 410 args.attributes.gid.set_it = FALSE; in nfs_mkdir() 411 args.attributes.size.set_it = FALSE; in nfs_mkdir() 412 args.attributes.atime.set_it = DONT_CHANGE; in nfs_mkdir() 413 args.attributes.mtime.set_it = DONT_CHANGE; in nfs_mkdir()
|
H A D | nfs.x | 125 fattr3 attributes; variable 138 wcc_attr attributes; variable 406 sattr3 attributes; member
|
H A D | nfs.h | 173 fattr3 attributes; member 188 wcc_attr attributes; member 511 sattr3 attributes; member
|
H A D | nfs_xdr.c | 278 if (!xdr_fattr3(xdrs, &objp->post_op_attr_u.attributes)) in xdr_post_op_attr() 308 if (!xdr_wcc_attr(xdrs, &objp->pre_op_attr_u.attributes)) in xdr_pre_op_attr() 885 if (!xdr_sattr3(xdrs, &objp->attributes)) in xdr_MKDIR3args()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatt_read_test.c | 555 /* Read two seven-byte attributes; one response. */ in TEST_CASE() 569 /* Read two attributes; two responses. */ in TEST_CASE() 689 /* Read two attributes. */ in TEST_CASE() 703 /* Read two attributes (swap order). */ in TEST_CASE() 717 /* Read five attributes. */ in TEST_CASE()
|
H A D | ble_att_svr_test.c | 983 /*** Two attributes. */ in TEST_CASE() 1130 /*** No attributes. */ in TEST_CASE() 1244 /*** No attributes. */ in TEST_CASE() 1279 /*** One entry, two attributes. */ in TEST_CASE() 1296 /*** Entry 1: four attributes; entry 2 (invalid value): one attribute; in TEST_CASE() 1383 /*** No attributes. */ in ble_att_svr_test_misc_read_type() 1531 /*** No attributes. */ in TEST_CASE() 1626 /* Register two writable attributes. */ in TEST_CASE() 1734 /*** Successful two part write to two attributes. */ in TEST_CASE() 1754 /*** Successful out of order write to two attributes. */ in TEST_CASE()
|
H A D | ble_gatt_write_test.c | 513 /*** 2 attributes. */ in TEST_CASE() 527 /*** 3 attributes. */ in TEST_CASE() 545 /*** Long attributes. */ in TEST_CASE()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/example/ |
H A D | flash-interface-example.c | 344 // setup NAND flash attributes. in setup_flash_storage() 356 dev->attr = &g_my_flash_storage; // NAND flash attributes in my_InitDevice() 375 /* setup nand storage attributes */ in my_init_filesystem()
|
H A D | static-mem-allocate.c | 115 /* setup flash storage attributes */ in init_uffs_fs()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/ |
H A D | syscfg.yml | 265 The maximum number of attributes that can be read with a single 270 The maximum number of attributes that can be written with a single
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/win32/ |
H A D | uffs_os.c | 53 NULL, // default security attributes in uffs_SemCreate()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_gatt_priv.h | 172 /** Total number of ATT attributes. */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/ |
H A D | uffs_fs.h | 78 UBOOL attr_loaded; //!< attributes loaded ?
|
/nrf52832-nimble/rt-thread/include/libc/ |
H A D | libc_signal.h | 42 void *sigev_notify_attributes; /* Notification Attributes, really pthread_attr_t */
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/ |
H A D | os_mempool.h | 177 * Initializes an extended memory pool. Extended attributes (e.g., callbacks)
|
/nrf52832-nimble/rt-thread/components/utilities/zmodem/ |
H A D | sz.c | 146 /* get file attributes */ in zsend_files()
|
H A D | rz.c | 298 /* get fullpath && file attributes */ in zget_file_info()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | UPGRADING | 77 or to move buffers to dedicated memory using compiler attributes
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/fileio/ |
H A D | fileio.h | 455 // Functions to set and get attributes of a file, eg FAT attributes
|
/nrf52832-nimble/rt-thread/components/libc/libdl/ |
H A D | dlelf.h | 266 /* specific section attributes */
|