Home
last modified time | relevance | path

Searched refs:start_location (Results 1 – 25 of 766) sorted by relevance

12345678910>>...31

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dstart_location.cpp39 const start_location &string_id<start_location>::obj() const in obj()
46 int_id<start_location> string_id<start_location>::id() const in id()
53 bool string_id<start_location>::is_valid() const in is_valid()
58 std::string start_location::name() const in name()
63 int start_location::targets_count() const in targets_count()
73 const std::set<std::string> &start_location::flags() const in flags()
96 void start_location::check() const in check()
100 void start_location::finalize() in finalize()
193 void start_location::prepare_map( tinymap &m ) const in prepare_map()
298 void start_location::place_player( player &u ) const in place_player()
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dstart_location.cpp39 const start_location &string_id<start_location>::obj() const in obj()
46 int_id<start_location> string_id<start_location>::id() const in id()
53 bool string_id<start_location>::is_valid() const in is_valid()
58 std::string start_location::name() const in name()
63 int start_location::targets_count() const in targets_count()
73 const std::set<std::string> &start_location::flags() const in flags()
96 void start_location::check() const in check()
100 void start_location::finalize() in finalize()
193 void start_location::prepare_map( tinymap &m ) const in prepare_map()
298 void start_location::place_player( player &u ) const in place_player()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/css/
H A Dgtkcsssection.c29 GtkCssLocation start_location; member
63 result->start_location = *start; in G_DEFINE_BOXED_TYPE()
168 return &section->start_location; in gtk_css_section_get_start_location()
224 section->start_location.lines + 1, in gtk_css_section_print()
225 section->start_location.line_chars + 1); in gtk_css_section_print()
226 if (section->start_location.lines != section->end_location.lines || in gtk_css_section_print()
227 section->start_location.line_chars != section->end_location.line_chars) in gtk_css_section_print()
230 if (section->start_location.lines != section->end_location.lines) in gtk_css_section_print()
/dports/lang/sdcc/sdcc-4.0.0/support/cpp/libcpp/
H A Dline-map.c92 source_location start_location = set->highest_location + 1; in linemap_add() local
94 if (set->used && start_location < set->maps[set->used - 1].start_location) in linemap_add()
154 to_line = SOURCE_LINE (from, from[1].start_location); in linemap_add()
161 map->start_location = start_location; in linemap_add()
166 set->highest_location = start_location; in linemap_add()
167 set->highest_line = start_location; in linemap_add()
234 r = map->start_location + ((to_line - map->to_line) << column_bits); in linemap_line_start()
285 if (line >= cached->start_location) in linemap_lookup()
287 if (mn + 1 == mx || line < cached[1].start_location) in linemap_lookup()
299 if (set->maps[md].start_location > line) in linemap_lookup()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libcpp/
H A Dline-map.c92 source_location start_location = set->highest_location + 1; in linemap_add() local
94 if (set->used && start_location < set->maps[set->used - 1].start_location) in linemap_add()
144 to_line = SOURCE_LINE (from, from[1].start_location); in linemap_add()
151 map->start_location = start_location; in linemap_add()
156 set->highest_location = start_location; in linemap_add()
157 set->highest_line = start_location; in linemap_add()
224 r = map->start_location + ((to_line - map->to_line) << column_bits); in linemap_line_start()
275 if (line >= cached->start_location) in linemap_lookup()
277 if (mn + 1 == mx || line < cached[1].start_location) in linemap_lookup()
289 if (set->maps[md].start_location > line) in linemap_lookup()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/splitview/
H A Dsplit_view_drag_indicators_unittest.cc230 const float y = start_location.y(); in TEST_F()
231 overview_session_->InitiateDrag(item, start_location, in TEST_F()
247 overview_session_->Drag(item, start_location); in TEST_F()
248 overview_session_->CompleteDrag(item, start_location); in TEST_F()
262 overview_session_->InitiateDrag(item, start_location, in TEST_F()
289 overview_session_->InitiateDrag(item, start_location, in TEST_F()
301 const float y_position = start_location.y(); in TEST_F()
302 overview_session_->InitiateDrag(item, start_location, in TEST_F()
321 start_location = item->target_bounds().CenterPoint(); in TEST_F()
322 overview_session_->InitiateDrag(item, start_location, in TEST_F()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/crossterm-0.13.3/src/terminal/sys/
H A Dwindows.rs181 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
186 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
198 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
204 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
212 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
215 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
224 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
230 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
241 let start_location = Coord::new(x, y); in clear_until_line() localVariable
247 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libcpp/include/
H A Dline-map.h54 source_location start_location; member
141 ((((LINE) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
144 (((LINE) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
151 ((((MAP)[1].start_location - 1 - (MAP)->start_location) \
153 + (MAP)->start_location)
/dports/lang/sdcc/sdcc-4.0.0/support/cpp/libcpp/include/
H A Dline-map.h62 source_location start_location; member
151 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
154 (((LOC) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
163 ((((MAP)[1].start_location - 1 - (MAP)->start_location) \
165 + (MAP)->start_location)
/dports/misc/broot/broot-1.7.0/cargo-crates/crossterm-0.21.0/src/terminal/sys/
H A Dwindows.rs236 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
241 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
253 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
259 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
267 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
270 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
279 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
285 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
296 let start_location = Coord::new(x, y); in clear_until_line() localVariable
302 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/crossterm-0.19.0/src/terminal/sys/
H A Dwindows.rs214 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
219 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
231 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
237 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
245 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
248 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
257 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
263 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
274 let start_location = Coord::new(x, y); in clear_until_line() localVariable
280 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]
/dports/shells/nsh/nsh-0.4.2/cargo-crates/crossterm-0.18.2/src/terminal/sys/
H A Dwindows.rs214 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
219 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
231 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
237 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
245 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
248 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
257 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
263 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
274 let start_location = Coord::new(x, y); in clear_until_line() localVariable
280 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/crossterm-0.22.1/src/terminal/sys/
H A Dwindows.rs236 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
241 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
253 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
259 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
267 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
270 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
279 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
285 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
296 let start_location = Coord::new(x, y); in clear_until_line() localVariable
302 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]
/dports/devel/desed/desed-1.2.0/cargo-crates/crossterm-0.17.6/src/terminal/sys/
H A Dwindows.rs214 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
219 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
231 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
237 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
245 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
248 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
257 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
263 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
274 let start_location = Coord::new(x, y); in clear_until_line() localVariable
280 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/crossterm-0.21.0/src/terminal/sys/
H A Dwindows.rs236 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
241 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
253 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
259 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
267 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
270 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
279 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
285 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
296 let start_location = Coord::new(x, y); in clear_until_line() localVariable
302 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/crossterm-0.20.0/src/terminal/sys/
H A Dwindows.rs221 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
226 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
238 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
244 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
252 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
255 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
264 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
270 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
281 let start_location = Coord::new(x, y); in clear_until_line() localVariable
287 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]
/dports/graphics/viu/viu-1.1/cargo-crates/crossterm-0.17.7/src/terminal/sys/
H A Dwindows.rs214 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
219 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
231 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
237 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
245 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
248 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
257 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
263 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
274 let start_location = Coord::new(x, y); in clear_until_line() localVariable
280 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/crossterm-0.19.0/src/terminal/sys/
H A Dwindows.rs214 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
219 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
231 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
237 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
245 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
248 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
257 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
263 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
274 let start_location = Coord::new(x, y); in clear_until_line() localVariable
280 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/crossterm-0.20.0/src/terminal/sys/
H A Dwindows.rs221 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
226 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
238 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
244 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
252 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
255 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
264 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
270 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
281 let start_location = Coord::new(x, y); in clear_until_line() localVariable
287 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/crossterm-0.22.1/src/terminal/sys/
H A Dwindows.rs236 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
241 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
253 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
259 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
267 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
270 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
279 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
285 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
296 let start_location = Coord::new(x, y); in clear_until_line() localVariable
302 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/crossterm-0.17.7/src/terminal/sys/
H A Dwindows.rs214 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
219 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
231 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
237 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
245 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
248 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
257 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
263 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
274 let start_location = Coord::new(x, y); in clear_until_line() localVariable
280 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]
/dports/net/oha/oha-0.4.7/cargo-crates/crossterm-0.20.0/src/terminal/sys/
H A Dwindows.rs221 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
226 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
238 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
244 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
252 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
255 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
264 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
270 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
281 let start_location = Coord::new(x, y); in clear_until_line() localVariable
287 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]
/dports/net/oha/oha-0.4.7/cargo-crates/crossterm-0.21.0/src/terminal/sys/
H A Dwindows.rs236 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
241 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
253 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
259 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
267 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
270 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
279 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
285 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
296 let start_location = Coord::new(x, y); in clear_until_line() localVariable
302 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/crossterm-0.20.0/src/terminal/sys/
H A Dwindows.rs221 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
226 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
238 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
244 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
252 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
255 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
264 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
270 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
281 let start_location = Coord::new(x, y); in clear_until_line() localVariable
287 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/crossterm-0.17.7/src/terminal/sys/
H A Dwindows.rs214 let start_location = Coord::new(x, y); in clear_after_cursor() localVariable
219 clear_winapi(start_location, cells_to_write, current_attribute) in clear_after_cursor()
231 let start_location = Coord::new(x, y); in clear_before_cursor() localVariable
237 clear_winapi(start_location, cells_to_write, current_attribute) in clear_before_cursor()
245 let start_location = Coord::new(0, 0); in clear_entire_screen() localVariable
248 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_entire_screen()
257 let start_location = Coord::new(0, location.y); in clear_current_line() localVariable
263 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_current_line()
274 let start_location = Coord::new(x, y); in clear_until_line() localVariable
280 clear_winapi(start_location, cells_to_write, current_attribute)?; in clear_until_line()
[all …]

12345678910>>...31