Home
last modified time | relevance | path

Searched refs:no_default_paths (Results 1 – 7 of 7) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/include/
H A Doptions.h94 qboolean no_default_paths; // no default -I or -L member
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfcc/source/
H A Doptions.c619 options.no_default_paths = 1; in DecodeArgs()
671 if (!options.no_default_paths) { in DecodeArgs()
/dports/audio/csound/csound-6.15.0/Top/
H A Dargdecode.c1587 oparms->noDefaultPaths = p->no_default_paths; in csoundSetParams()
1657 p->no_default_paths = oparms->noDefaultPaths; in csoundGetParams()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h498 int no_default_paths; /* disable relative paths from files, 0 or 1 */ member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h498 int no_default_paths; /* disable relative paths from files, 0 or 1 */ member
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.h498 int no_default_paths; /* disable relative paths from files, 0 or 1 */ member
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/csound-sys-0.1.2/src/
H A Dlib.rs325 pub no_default_paths: c_int, field