Home
last modified time | relevance | path

Searched refs:B_SPACE (Results 1 – 20 of 20) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dcodon.c292 MuskSeqIdWrite(pbsp->id, p_name, B_SPACE, PRINTID_TEXTID_ACCESSION, TRUE, FALSE); in make_cds_paragraph()
296 FALSE, B_SPACE, POS_SPACE); in make_cds_paragraph()
317 cvp->dna_pos, cvp->strand, extra_space, FALSE, B_SPACE, POS_SPACE); in make_cds_paragraph()
321 0, extra_space, FALSE, B_SPACE, POS_SPACE); in make_cds_paragraph()
793 for(; len<B_SPACE; ++len) in print_label()
H A Dcodon.h140 #define B_SPACE 10 macro
H A Dtxalign.c302 return (compress ? (8+5 +1) : B_SPACE+POS_SPACE+STRAND_SPACE +1); in get_num_empty_space()
1122 label_size = B_SPACE; in DrawTextToBuffer()
1124 num_empty = B_SPACE + STRAND_SPACE + POS_SPACE + 2; in DrawTextToBuffer()
3090 max_label_size = B_SPACE; in ShowAlignNodeText2Ex()
/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dsdl_dialogs.h385 B_SPACE enumerator
409 TROUGH_T_SPACE = B_SPACE + 1,
H A Dpreferences_widgets_sdl.h186 …nt16>(shown_items) + get_theme_space(LIST_WIDGET, T_SPACE) + get_theme_space(LIST_WIDGET, B_SPACE); in w_plugins()
H A Dsdl_widgets.h989 …16>(shown_items) + get_theme_space(LIST_WIDGET, T_SPACE) + get_theme_space(LIST_WIDGET, B_SPACE); } in w_games_in_room()
1023 …nt16>(shown_items) + get_theme_space(LIST_WIDGET, T_SPACE) + get_theme_space(LIST_WIDGET, B_SPACE); in w_players_in_room()
1066 …16>(shown_items) + get_theme_space(LIST_WIDGET, T_SPACE) + get_theme_space(LIST_WIDGET, B_SPACE); } in w_colorful_chat()
H A Dsdl_dialogs.cpp245 root.read_attr("bottom", dialog_theme[DIALOG_FRAME].spaces[B_SPACE]); in parse_frame()
419 root.read_attr("bottom", dialog_theme[LIST_WIDGET].spaces[B_SPACE]); in parse_list()
726 dialog_theme[DIALOG_FRAME].spaces[B_SPACE] = 8; in set_theme_defaults()
768 dialog_theme[LIST_WIDGET].spaces[B_SPACE] = 2; in set_theme_defaults()
1751 … = get_theme_space(DIALOG_FRAME, T_SPACE) + placer_rect.h + get_theme_space(DIALOG_FRAME, B_SPACE); in layout()
H A Dsdl_widgets.cpp1933 …nt16>(shown_items) + get_theme_space(LIST_WIDGET, T_SPACE) + get_theme_space(LIST_WIDGET, B_SPACE); in w_list_base()
2050 …| y < get_theme_space(LIST_WIDGET, T_SPACE) || y >= rect.h - get_theme_space(LIST_WIDGET, B_SPACE)) in mouse_move()
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/haiku/
H A Dkey_mapping_haiku.cpp89 { KEY_SPACE, B_SPACE },
/dports/devel/godot2/godot-2.1.6-stable/platform/haiku/
H A Dkey_mapping_haiku.cpp89 { KEY_SPACE, B_SPACE },
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/beos/
H A Dui.h13 B_SPACE = 0x20, enumerator
/dports/games/alephone/alephone-release-20190331/Source_Files/XML/
H A DQuickSave.cpp156 …nt16>(shown_items) + get_theme_space(LIST_WIDGET, T_SPACE) + get_theme_space(LIST_WIDGET, B_SPACE); in w_saves()
206 …| y < get_theme_space(LIST_WIDGET, T_SPACE) || y >= rect.h - get_theme_space(LIST_WIDGET, B_SPACE)) in click()
/dports/games/bzflag-server/bzflag-2.4.22/src/platform/
H A DBeOSWindow2.cxx127 case B_SPACE: in MessageReceived()
H A DBeOSWindow.cxx227 case B_SPACE: in MessageReceived()
/dports/games/bzflag/bzflag-2.4.22/src/platform/
H A DBeOSWindow2.cxx127 case B_SPACE: in MessageReceived()
H A DBeOSWindow.cxx227 case B_SPACE: in MessageReceived()
/dports/audio/sidplayer/SIDPlayer-4.4/src/
H A Dmain_beos.cpp533 case B_SPACE: in KeyDown()
/dports/www/links/links-2.25/
H A Dhaiku.cpp385 case B_SPACE: c = ' '; break; in be_get_event()
/dports/www/netsurf/netsurf-3.10/frontends/beos/
H A Dwindow.cpp781 case B_SPACE: nskey = (uint32_t)' '; break; in nsbeos_window_keypress_event()
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_haiku.cc1339 bytes[0] == B_SPACE || bytes[0] == B_TAB || in KeyDown()