Lines Matching full:landmark
23 * Each search tries a number of different locations until a ``landmark''
45 * landmark.
48 * checked by looking for a different kind of landmark relative to
49 * argv0_path. For prefix, the landmark's path is derived from the VPATH
51 * not quite, what we need). For exec_prefix, the landmark is
52 * Modules/Setup. If the landmark is found, we're done.
54 * For the remaining steps, the prefix landmark will always be
104 #ifndef LANDMARK
105 #define LANDMARK "os.py" macro
259 joinpath(prefix, LANDMARK); in search_for_prefix()
272 joinpath(prefix, LANDMARK); in search_for_prefix()
282 joinpath(prefix, LANDMARK); in search_for_prefix()
292 joinpath(prefix, LANDMARK); in search_for_prefix()
471 joinpath(argv0_path, LANDMARK); in calculate_path()