Home
last modified time | relevance | path

Searched refs:include_pos (Results 1 – 18 of 18) sorted by relevance

/dports/devel/include-what-you-use/include-what-you-use-clang_11/
H A Diwyu_path_util.cc121 const string::size_type include_pos = file_path.find("/include/"); in GetCanonicalName() local
122 if (include_pos != string::npos) in GetCanonicalName()
123 file_path = (file_path.substr(0, include_pos) + "/src/" + in GetCanonicalName()
124 file_path.substr(include_pos + strlen("/include/"))); in GetCanonicalName()
/dports/net/gnu-dico/dico-2.10/grecs/src/
H A Dpreproc.c68 static size_t include_pos; variable
522 if (include_pos < include_glob.gl_pathc) { in pop_source()
523 push_source(include_glob.gl_pathv[include_pos++], include_once); in pop_source()
527 include_pos = include_glob.gl_pathc = 0; in pop_source()
616 include_pos = 0; in parse_include()
639 else if (include_pos < include_glob.gl_pathc) in parse_include()
640 rc = push_source(include_glob.gl_pathv[include_pos++], once); in parse_include()
/dports/sysutils/direvent/direvent-5.2/grecs/src/
H A Dpreproc.c68 static size_t include_pos; variable
522 if (include_pos < include_glob.gl_pathc) { in pop_source()
523 push_source(include_glob.gl_pathv[include_pos++], include_once); in pop_source()
527 include_pos = include_glob.gl_pathc = 0; in pop_source()
616 include_pos = 0; in parse_include()
639 else if (include_pos < include_glob.gl_pathc) in parse_include()
640 rc = push_source(include_glob.gl_pathv[include_pos++], once); in parse_include()
/dports/sysutils/pies/pies-1.5/grecs/src/
H A Dpreproc.c68 static size_t include_pos; variable
522 if (include_pos < include_glob.gl_pathc) { in pop_source()
523 push_source(include_glob.gl_pathv[include_pos++], include_once); in pop_source()
527 include_pos = include_glob.gl_pathc = 0; in pop_source()
616 include_pos = 0; in parse_include()
639 else if (include_pos < include_glob.gl_pathc) in parse_include()
640 rc = push_source(include_glob.gl_pathv[include_pos++], once); in parse_include()
/dports/sysutils/eclat/eclat-2.0/grecs/src/
H A Dpreproc.c68 static size_t include_pos; variable
522 if (include_pos < include_glob.gl_pathc) { in pop_source()
523 push_source(include_glob.gl_pathv[include_pos++], include_once); in pop_source()
527 include_pos = include_glob.gl_pathc = 0; in pop_source()
616 include_pos = 0; in parse_include()
639 else if (include_pos < include_glob.gl_pathc) in parse_include()
640 rc = push_source(include_glob.gl_pathv[include_pos++], once); in parse_include()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/glsl/
H A DReaderWriterGLSL.cpp53 std::string::size_type include_pos = 0; in processIncludes() local
54 …& (((pragma_pos=code.find( "#pragma", pos )) != std::string::npos) || (include_pos=code.find( "#in… in processIncludes()
56 pos = (pragma_pos!= std::string::npos) ? pragma_pos : include_pos; in processIncludes()
/dports/math/eprover/eprover-E-2.0/INOUT/
H A Dcio_scanner.c883 handle->include_pos = NULL; in CreateScanner()
916 if(junk->include_pos) in DestroyScanner()
918 FREE(junk->include_pos); in DestroyScanner()
1238 new_scanner->include_pos = pos_rep; in ScannerParseInclude()
H A Dcio_scanner.h150 char* include_pos; /* If created by "include", by which one? */ member
/dports/math/py-mathics/Mathics3-2.2.0/mathics/builtin/
H A Dstructure.py733 expr, start, stop, heads=heads, callback=callback, include_pos=True
1047 expr, depth = walk_levels(expr, callback=callback, include_pos=True, start=0)
1096 expr, depth = walk_levels(expr, callback=callback, include_pos=True)
H A Dlists.py722 include_pos=False, argument
738 include_pos,
752 include_pos,
760 if include_pos:
2312 walk_levels(expr, start, stop, heads=heads, callback=callback, include_pos=True)
H A Dlists-next.py723 include_pos=False, argument
739 include_pos,
753 include_pos,
761 if include_pos:
2313 walk_levels(expr, start, stop, heads=heads, callback=callback, include_pos=True)
/dports/math/eprover/eprover-E-2.0/CLAUSES/
H A Dccl_formulafunc.c141 if(in->include_pos) in check_all_found()
143 DStrSet(err_str, in->include_pos); in check_all_found()
/dports/math/libmesh/libmesh-1.6.2/include/base/
H A Dgetpot.h1166 std::size_t include_pos = arg.find("include ", 1); in _parse_argument_vector() local
1167 if (include_pos != std::string::npos) in _parse_argument_vector()
1171 _DBE_expand_string(arg.substr(9, arg.length()-9-include_pos)); in _parse_argument_vector()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/contrib/getpot/
H A Dgetpot.h1143 std::size_t include_pos = arg.find("include ", 1); in _parse_argument_vector() local
1144 if (include_pos != std::string::npos) in _parse_argument_vector()
1148 _DBE_expand_string(arg.substr(9, arg.length()-9-include_pos)); in _parse_argument_vector()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dnpc.h963 tripoint good_escape_direction( bool include_pos = true );
H A Dnpcmove.cpp239 tripoint npc::good_escape_direction( bool include_pos ) in good_escape_direction() argument
272 float best_rating = include_pos ? rate_pt( pos(), 0.0f ) : FLT_MAX; in good_escape_direction()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dnpc.h963 tripoint good_escape_direction( bool include_pos = true );
H A Dnpcmove.cpp239 tripoint npc::good_escape_direction( bool include_pos ) in good_escape_direction() argument
272 float best_rating = include_pos ? rate_pt( pos(), 0.0f ) : FLT_MAX; in good_escape_direction()