Home
last modified time | relevance | path

Searched +defs:ldir +defs:p (Results 1 – 25 of 70) sorted by relevance

123

/dports/science/tfel-edf/tfel-3.2.1/tfel-config/src/
H A Dtfel-config.cxx50 static std::string handleSpace(const std::string& p) { in handleSpace()
174 const string ldir("/bin"); in libDir() local
177 const string ldir("/lib"LIB_SUFFIX); in libDir() local
179 const string ldir("/lib"); in libDir() local
271 static void listLibraries(const char* p) in listLibraries()
429 const auto p = callBacksContainer.find(*p2); in main() local
/dports/science/tfel/tfel-3.4.0/tfel-config/src/
H A Dtfel-config.cxx51 static std::string handleSpace(const std::string& p) { in handleSpace()
174 const string ldir("/bin"); in libDir() local
177 const string ldir("/lib" LIB_SUFFIX); in libDir() local
179 const string ldir("/lib"); in libDir() local
268 static void listLibraries(const char* p) { in listLibraries()
439 const auto p = callBacksContainer.find(*p2); in main() local
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dnls.cxx87 for (lang_def_t* p = ui_langs; p->lang; p++) in get_ui_lang() local
120 const char* ldir; in setup_nls() local
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/auth/secstore/
H A Dsecstored.c217 remoteIP(char *ldir) in remoteIP()
341 char adir[40], ldir[40], *remote; in main() local
342 char *serve = "tcp!*!5356", *p, aserve[128]; in main() local
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/pathfinder/
H A Dparty_path_finder.cpp36 PartyPathFinder::PartyPathFinder(Party *p) { in PartyPathFinder()
49 uint8 ldir = get_member(get_leader()).actor->get_direction(); // leader direciton in is_behind_target() local
59 bool PartyPathFinder::is_at_target(uint32 p) { in is_at_target()
135 bool PartyPathFinder::leader_moved_away(uint32 p) { in leader_moved_away()
149 bool PartyPathFinder::follow_passA(uint32 p) { in follow_passA()
188 bool PartyPathFinder::follow_passB(uint32 p) { in follow_passB()
219 bool PartyPathFinder::try_moving_sideways(uint32 p) { in try_moving_sideways()
247 bool PartyPathFinder::try_moving_forward(uint32 p) { in try_moving_forward()
267 uint8 ldir = get_member(leader).actor->get_direction(); in try_moving_to_target() local
445 void PartyPathFinder::seek_leader(uint32 p) { in seek_leader()
[all …]
/dports/games/gltron/gltron-0.70/src/game/
H A Dcamera.c112 vec2 p, v; in observerCamera() local
124 void playerCamera(PlayerVisual *pV, Player *p) { in playerCamera()
177 int dir, ldir; in playerCamera() local
230 Player *p; in doCameraMovement() local
/dports/ftp/ncftp3/ncftp-3.2.6/win/bmed/
H A Dbookmark.h16 char ldir[160]; member
43 #define BMTINDEX(p) ((int) ((char *) p - (char *) gBookmarkTable) / sizeof(Bookmark)) argument
/dports/ftp/ncftp3/ncftp-3.2.6/ncftp/
H A Dbookmark.h16 char ldir[160]; member
43 #define BMTINDEX(p) ((int) ((char *) p - (char *) gBookmarkTable) / (int) sizeof(Bookmark)) argument
/dports/archivers/deco/deco-1.6.4/
H A Darch.c68 size_t ldir; in create_sandbox() local
135 char *p, *q; in move_lower() local
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/
H A Dtrimhistory.c51 char *p; in validstatus() local
296 DIR *ldir = NULL, *sdir = NULL; in trim_logs() local
373 char *p = strchr(argv[argi], '='); in main() local
377 char *p = strchr(argv[argi], '='); in main() local
393 char *p = strchr(argv[argi], '='); in main() local
404 char *p = strchr(argv[argi], '='); in main() local
408 char *p = strchr(argv[argi], '='); in main() local
456 char *delim, *p, *hname, *tname; in main() local
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/
H A Dtrimhistory.c51 char *p; in validstatus() local
296 DIR *ldir = NULL, *sdir = NULL; in trim_logs() local
373 char *p = strchr(argv[argi], '='); in main() local
377 char *p = strchr(argv[argi], '='); in main() local
393 char *p = strchr(argv[argi], '='); in main() local
404 char *p = strchr(argv[argi], '='); in main() local
408 char *p = strchr(argv[argi], '='); in main() local
456 char *delim, *p, *hname, *tname; in main() local
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwFilesel.c72 static int compar(const void *p, const void *q) in compar()
85 char **ldir = NULL, **lfile = NULL; in getdirent() local
126 freedirent(char **ldir, int ndir, char **lfile, int nfile) in freedirent()
206 char *p = strrchr(f, '('); in get_extension() local
219 char *p, *x, ext[100]; in format_select() local
318 char *p, *b, *item; in make_dirmenu() local
449 char *p = strrchr(files[n], '/'); in fsel_find() local
664 char *p, *q; in add_extra() local
/dports/graphics/yafaray/libYafaRay-3.5.1/src/lights/
H A Dmeshlight.cc88 void meshLight_t::sampleSurface(point3d_t &p, vector3d_t &n, float s1, float s2) const in sampleSurface()
115 point3d_t p; in illumSample() local
118 vector3d_t ldir = p - sp.P; in illumSample() local
H A Dbgportallight.cc98 void bgPortalLight_t::sampleSurface(point3d_t &p, vector3d_t &n, float s1, float s2) const in sampleSurface()
141 point3d_t p; in illumSample() local
144 vector3d_t ldir = p - sp.P; in illumSample() local
H A Darealight.cc78 point3d_t p = corner + s.s1*toX + s.s2*toY; in illumSample() local
79 vector3d_t ldir = p - sp.P; in illumSample() local
/dports/games/openttd/openttd-12.1/src/game/
H A Dgame_text.cpp107 StringList::const_iterator p; ///< The current location of the iteration. member
245 std::string ldir = basename + "lang" PATHSEP; in LoadTranslations() local
330 for (const auto &p : _current_data->string_names) { in RegisterGameTranslation() local
362 for (auto &p : _current_data->compiled_strings) { in ReconsiderGameScriptLanguage() local
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dshadow_pc.cpp92 …*srap, SVECTORPC *local, int32 nVertices, SVECTORPC *p_n, int32 p_d, SVECTORPC *ldir, CVECTOR *lco… in MakeShadowPC()
306 int32 p; in MakeShadowPC() local
/dports/sysutils/xstow/xstow-1.0.2/src/
H A Dcppdir.cpp70 CppDir::File::File( struct dirent d, std::string p) in File()
445 std::string::size_type p = file_name.rfind( '/' ); in split_name() local
605 vec_string ldir; in make_relative() local
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dshadow.cpp36 int ldir = 1, rdir = 1; in extrudeshadowtiles() local
162 vec4 &p = v[i]; in addshadowbox() local
179 const vec4 &p = v[i]; in addshadowbox() local
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dlistdir.c161 char *p = dir; in fl_b2f_slash() local
671 static char ldir[ FL_PATH_MAX ], local
673 char *p = ldir, local
800 struct passwd *p = getpwnam( one + 1 ); local
819 char *p; local
845 const char * p )
900 const char * p )
919 const char * p )
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dtaper.c44 #define moveto(p,x,y) addto(p,x,y) argument
45 #define lineto(p,x,y) addto(p,x,y) argument
47 static void addto (stroke_t* p, double x, double y) in addto()
60 static void arcn (stroke_t* p, double x, double y, double r, double a1, double a2) in arcn()
145 insertArr (vararr_t* arr, pointf p, double l) in insertArr()
233 …ouble x, double y, double lineout, int forward, double dir, double dir2, int linejoin, stroke_t* p) in drawbevel()
281 double lx, ly, ldir; in taper() local
284 stroke_t* p; in taper() local
/dports/graphics/blender/blender-2.91.0/extern/curve_fit_nd/intern/
H A Dcurve_fit_corners_detect.c110 double ldir[dims]; in isect_line_sphere_vn() local
180 const double *p = &points[i * dims]; in point_corner_measure() local
260 const double *p = &points[i * dims]; in point_corner_angle() local
/dports/audio/festival/speech_tools/siod/
H A Dslib_file.cc36 EST_String p = siod_sprint(exp); in pprintf() local
101 static LISP fflush_l(LISP p) in fflush_l()
191 struct user_type_hooks *p; in siod_string_print() local
327 LISP fclose_l(LISP p) in fclose_l()
347 FILE *get_c_file(LISP p,FILE *deflt) in get_c_file()
353 LISP lgetc(LISP p) in lgetc()
358 LISP lputc(LISP c,LISP p) in lputc()
372 LISP lputs(LISP str,LISP p) in lputs()
383 static LISP directory_entries(LISP ldir, LISP lnoflagdir) in directory_entries()
471 struct user_type_hooks *p; in lprin1f() local
[all …]
/dports/devel/git-svn/git-2.34.1/builtin/
H A Ddifftool.c51 static int parse_index_info(char *p, int *mode1, int *mode2, in parse_index_info()
339 struct strbuf *ldir, size_t ldir_len, in write_standin_files()
353 struct strbuf ldir = STRBUF_INIT, rdir = STRBUF_INIT; in run_dir_diff() local
/dports/devel/git-p4/git-2.34.1/builtin/
H A Ddifftool.c51 static int parse_index_info(char *p, int *mode1, int *mode2, in parse_index_info()
339 struct strbuf *ldir, size_t ldir_len, in write_standin_files()
353 struct strbuf ldir = STRBUF_INIT, rdir = STRBUF_INIT; in run_dir_diff() local

123