Home
last modified time | relevance | path

Searched refs:have_path (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/pathfinder/
H A Dpath_finder.cpp58 if (search->have_path()) in find_path()
65 bool PathFinder::have_path() { in have_path() function in Ultima::Nuvie::PathFinder
66 return (search && search->have_path()); in have_path()
71 if (have_path()) in set_goal()
77 if (have_path()) in set_start()
H A Dsched_path_finder.cpp53 if (!search->have_path()) in get_next_move()
61 if (search->have_path()) in find_path()
93 if (search->have_path()) in actor_moved()
H A Dpath.cpp89 bool Path::have_path() { in have_path() function in Ultima::Nuvie::Path
110 if (have_path()) { in remove_first_step()
H A Dactor_path_finder.cpp42 if (have_path()) { in get_next_move()
134 if (have_path()) in actor_moved()
H A Dpath.h59 virtual bool have_path();
H A Dpath_finder.h73 virtual bool have_path(); /* a working path exists */
/dports/net-im/uTox/uTox/src/windows/
H A Dfilesys.c238 bool have_path = false; in native_remove_file() local
239 have_path = SUCCEEDED(SHGetFolderPath(NULL, CSIDL_APPDATA, NULL, 0, path)); in native_remove_file()
241 if (!have_path) { in native_remove_file()
242 have_path = SUCCEEDED(SHGetFolderPath(NULL, CSIDL_LOCAL_APPDATA, NULL, 0, path)); in native_remove_file()
245 if (!have_path) { in native_remove_file()
247 have_path = true; in native_remove_file()
/dports/games/wesnoth/wesnoth-1.14.17/src/desktop/
H A Dpaths.cpp127 bool have_path(const std::vector<path_info>& pathset, const std::string& path) in have_path() function
199 if(path_types & GAME_BIN_DIR && !have_path(res, game_bin_dir)) { in game_paths()
203 if(path_types & GAME_CORE_DATA_DIR && !have_path(res, game_data_dir)) { in game_paths()
207 if(path_types & GAME_USER_DATA_DIR && !have_path(res, game_user_data_dir)) { in game_paths()
211 if(path_types & GAME_USER_PREFS_DIR && !have_path(res, game_user_pref_dir)) { in game_paths()
/dports/devel/arcanist/arcanist-b2e715f/src/upload/
H A DArcanistFileDataRef.php181 $have_path = ($this->path !== null);
183 if (!$have_data && !$have_path) {
190 if ($have_data && $have_path) {
197 if ($have_path) {
/dports/devel/arcanist-lib/arcanist-b2e715f/src/upload/
H A DArcanistFileDataRef.php181 $have_path = ($this->path !== null);
183 if (!$have_data && !$have_path) {
190 if ($have_data && $have_path) {
197 if ($have_path) {
/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dhttp-url.c224 http_url_parse_query(struct http_url_parser *url_parser, bool have_path) in http_url_parse_query() argument
238 else if (url_parser->relative && !have_path) in http_url_parse_query()
244 http_url_parse_fragment(struct http_url_parser *url_parser, bool have_path) in http_url_parse_fragment() argument
264 else if (url_parser->relative && !have_path) in http_url_parse_fragment()
274 have_path = FALSE; in http_url_do_parse() local
395 have_path = (ret > 0); in http_url_do_parse()
398 if (!http_url_parse_query(url_parser, have_path)) in http_url_do_parse()
402 if (!http_url_parse_fragment(url_parser, have_path)) in http_url_do_parse()
/dports/devel/libsigrok/libsigrok-0.5.2/src/
H A Dserial_hid.c861 int have_chip, have_path, have_serno; in ser_hid_chip_search() local
897 have_path = (path && *path) ? 1 : 0; in ser_hid_chip_search()
899 if (have_path && have_serno) { in ser_hid_chip_search()
908 if (have_path && !have_chip) { in ser_hid_chip_search()
939 have_path = 1; in ser_hid_chip_search()
942 if (!have_path) { in ser_hid_chip_search()
981 have_path = 1; in ser_hid_chip_search()
984 if (have_path && !have_chip) { in ser_hid_chip_search()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpdfd.c277 bool have_path; in gdev_pdf_fill_path() local
300 have_path = !gx_path_is_void(ppath); in gdev_pdf_fill_path()
301 if (have_path || pdev->context == PDF_IN_NONE || in gdev_pdf_fill_path()
312 if (have_path) { in gdev_pdf_fill_path()
/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dgfilutl1.cpp248 bool have_path = false; in MakePathname() local
251 have_path = true; in MakePathname()
255 have_path = true; // The root is a directory in MakePathname()
259 if(have_path) { in MakePathname()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpdfd.c277 bool have_path; in gdev_pdf_fill_path() local
300 have_path = !gx_path_is_void(ppath); in gdev_pdf_fill_path()
301 if (have_path || pdev->context == PDF_IN_NONE || in gdev_pdf_fill_path()
312 if (have_path) { in gdev_pdf_fill_path()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdfd.c458 gs_fixed_rect *box, bool have_path, in prepare_fill_with_clip() argument
476 if (have_path || pdev->context == PDF_IN_NONE || new_clip) { in prepare_fill_with_clip()
1022 bool have_path; in gdev_pdf_fill_path() local
1025 have_path = !gx_path_is_void(ppath); in gdev_pdf_fill_path()
1026 if (!have_path && !pdev->vg_initial_set) { in gdev_pdf_fill_path()
1032 if (have_path) { in gdev_pdf_fill_path()
1039 code = prepare_fill_with_clip(pdev, pis, &box, have_path, pdcolor, pcpath); in gdev_pdf_fill_path()
1156 if (have_path) { in gdev_pdf_fill_path()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdfd.c458 gs_fixed_rect *box, bool have_path, in prepare_fill_with_clip() argument
476 if (have_path || pdev->context == PDF_IN_NONE || new_clip) { in prepare_fill_with_clip()
1022 bool have_path; in gdev_pdf_fill_path() local
1025 have_path = !gx_path_is_void(ppath); in gdev_pdf_fill_path()
1026 if (!have_path && !pdev->vg_initial_set) { in gdev_pdf_fill_path()
1032 if (have_path) { in gdev_pdf_fill_path()
1039 code = prepare_fill_with_clip(pdev, pis, &box, have_path, pdcolor, pcpath); in gdev_pdf_fill_path()
1156 if (have_path) { in gdev_pdf_fill_path()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdfd.c819 gs_fixed_rect *box, bool have_path, in prepare_fill_with_clip() argument
841 if (have_path || pdev->context == PDF_IN_NONE || new_clip) { in prepare_fill_with_clip()
1491 bool have_path; in gdev_pdf_fill_path() local
1518 have_path = !gx_path_is_void(ppath); in gdev_pdf_fill_path()
1519 if (!have_path && !pdev->vg_initial_set) { in gdev_pdf_fill_path()
1525 if (have_path) { in gdev_pdf_fill_path()
1542 if (!have_path) in gdev_pdf_fill_path()
1878 bool have_path; in gdev_pdf_fill_stroke_path() local
1880 have_path = !gx_path_is_void(ppath); in gdev_pdf_fill_stroke_path()
1881 if (!have_path) { in gdev_pdf_fill_stroke_path()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdfd.c819 gs_fixed_rect *box, bool have_path, in prepare_fill_with_clip() argument
841 if (have_path || pdev->context == PDF_IN_NONE || new_clip) { in prepare_fill_with_clip()
1491 bool have_path; in gdev_pdf_fill_path() local
1518 have_path = !gx_path_is_void(ppath); in gdev_pdf_fill_path()
1519 if (!have_path && !pdev->vg_initial_set) { in gdev_pdf_fill_path()
1525 if (have_path) { in gdev_pdf_fill_path()
1542 if (!have_path) in gdev_pdf_fill_path()
1878 bool have_path; in gdev_pdf_fill_stroke_path() local
1880 have_path = !gx_path_is_void(ppath); in gdev_pdf_fill_stroke_path()
1881 if (!have_path) { in gdev_pdf_fill_stroke_path()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdfd.c463 gs_fixed_rect *box, bool have_path, in prepare_fill_with_clip() argument
481 if (have_path || pdev->context == PDF_IN_NONE || new_clip) { in prepare_fill_with_clip()
1051 bool have_path; in gdev_pdf_fill_path() local
1054 have_path = !gx_path_is_void(ppath); in gdev_pdf_fill_path()
1055 if (!have_path && !pdev->vg_initial_set) { in gdev_pdf_fill_path()
1061 if (have_path) { in gdev_pdf_fill_path()
1068 code = prepare_fill_with_clip(pdev, pis, &box, have_path, pdcolor, pcpath); in gdev_pdf_fill_path()
1078 if (!have_path) in gdev_pdf_fill_path()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdfd.c463 gs_fixed_rect *box, bool have_path, in prepare_fill_with_clip() argument
481 if (have_path || pdev->context == PDF_IN_NONE || new_clip) { in prepare_fill_with_clip()
1051 bool have_path; in gdev_pdf_fill_path() local
1054 have_path = !gx_path_is_void(ppath); in gdev_pdf_fill_path()
1055 if (!have_path && !pdev->vg_initial_set) { in gdev_pdf_fill_path()
1061 if (have_path) { in gdev_pdf_fill_path()
1068 code = prepare_fill_with_clip(pdev, pis, &box, have_path, pdcolor, pcpath); in gdev_pdf_fill_path()
1078 if (!have_path) in gdev_pdf_fill_path()
/dports/games/gtkballs/gtkballs-3.1.5/src/
H A Dgfx.c41 gboolean have_path(gint source_ball, gint target_ball);
252 } else if(_animation_in_progress && have_path(_jumping_ball, node)) { in pointer_pressed()
386 gboolean have_path(gint source_ball, gint target_ball) { in have_path() function
/dports/net/serveez/serveez-0.2.2/src/http-server/
H A Dhttp-core.c1039 int have_path = 0; in http_absolute_file() local
1047 have_path = 1; in http_absolute_file()
1061 if (!have_path) in http_absolute_file()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/network/public/cpp/
H A Dsimple_url_loader.cc920 bool have_path = !create_temp_file_; in StartWritingOnFileSequence() local
921 if (!have_path) { in StartWritingOnFileSequence()
923 have_path = base::CreateTemporaryFile(&path_); in StartWritingOnFileSequence()
925 if (have_path) in StartWritingOnFileSequence()
929 if (have_path) { in StartWritingOnFileSequence()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/public/cpp/
H A Dsimple_url_loader.cc921 bool have_path = !create_temp_file_; in StartWritingOnFileSequence() local
922 if (!have_path) { in StartWritingOnFileSequence()
924 have_path = base::CreateTemporaryFile(&path_); in StartWritingOnFileSequence()
926 if (have_path) in StartWritingOnFileSequence()
930 if (have_path) { in StartWritingOnFileSequence()

12