Home
last modified time | relevance | path

Searched refs:attr_normal (Results 1 – 16 of 16) sorted by relevance

/dports/mail/py-alot/alot-0.9/alot/widgets/
H A Dsearch.py83 def build_tags_part(tags, attr_normal, attr_focus): argument
102 tag_widgets = [TagWidget(t, attr_normal, attr_focus) for t in tags]
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/kconfig/
H A Dnconf.h35 extern int attr_normal;
H A Dnconf.gui.c10 int attr_normal; variable
46 COLOR_ATTR(attr_normal, COLOR_DEFAULT, COLOR_DEFAULT, A_NORMAL),
70 NO_COLOR_ATTR(attr_normal, A_NORMAL),
H A Dnconf.c384 wattrset(main_window, attr_normal); in print_function_line()
964 wattrset(main_window, attr_normal); in show_menu()
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/kconfig/
H A Dnconf.h35 extern int attr_normal;
H A Dnconf.gui.c10 int attr_normal; variable
46 COLOR_ATTR(attr_normal, COLOR_DEFAULT, COLOR_DEFAULT, A_NORMAL),
70 NO_COLOR_ATTR(attr_normal, A_NORMAL),
H A Dnconf.c384 wattrset(main_window, attr_normal); in print_function_line()
964 wattrset(main_window, attr_normal); in show_menu()
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/kconfig/
H A Dnconf.h35 extern int attr_normal;
H A Dnconf.gui.c10 int attr_normal; variable
46 COLOR_ATTR(attr_normal, COLOR_DEFAULT, COLOR_DEFAULT, A_NORMAL),
70 NO_COLOR_ATTR(attr_normal, A_NORMAL),
H A Dnconf.c384 wattrset(main_window, attr_normal); in print_function_line()
964 wattrset(main_window, attr_normal); in show_menu()
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/svm/
H A Dsvm_tex_coord.h278 const AttributeDescriptor attr_normal = find_attribute(kg, sd, ATTR_STD_VERTEX_NORMAL); in svm_node_normal_map() local
281 attr_normal.offset == ATTR_STD_NOT_FOUND) { in svm_node_normal_map()
292 normal = primitive_surface_attribute_float3(kg, sd, attr_normal, NULL, NULL); in svm_node_normal_map()
/dports/audio/moc/moc-2.5.2/
H A Dmenu.c80 wattrset (menu->win, mi->attr_normal); in draw_item()
264 mi->attr_normal = A_NORMAL; in menu_add()
305 new->attr_normal = mi->attr_normal; in menu_add_from_item()
585 mi->attr_normal = attr; in menu_item_set_attr_normal()
H A Dmenu.h45 int attr_normal; member
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSLock.m257 static pthread_mutexattr_t attr_normal;
309 pthread_mutexattr_init(&attr_normal);
310 pthread_mutexattr_settype(&attr_normal, PTHREAD_MUTEX_NORMAL);
321 pthread_mutex_init(&deadlock, &attr_normal);
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_search.vim691 " a0: attr_normal
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_search.vim814 " a0: attr_normal