HomeSort by: relevance | last modified time | path
    Searched defs:searchpath (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/groff/dist/contrib/pdfmark/
pdfroff.sh 42 # provided by function `searchpath'.
44 searchpath(){ function
46 # Usage: searchpath progname path
70 CAT=`searchpath cat "$PATH"`
71 GREP=`searchpath grep "$PATH"`
72 SED=`searchpath sed "$PATH"`
82 GROFF=`searchpath groff "$GROFF_BIN_DIR"`
87 GROFF=`searchpath groff "$GROFF_BIN_PATH"`
91 GROFF=`searchpath groff "$PATH"`
390 AWK=`searchpath $prog "$PATH"
    [all...]
  /src/external/gpl2/groff/dist/src/libs/libgroff/
relocate.cpp 75 // Adapted from search_path::open_file in searchpath.cpp.
76 char *searchpath(const char *name, const char *pathp) function
82 fprintf(stderr, "searchpath: pathp: `%s'\n", pathp);
83 fprintf(stderr, "searchpath: trying `%s'\n", name);
95 fprintf(stderr, "searchpath: found `%s'\n", path);
114 fprintf(stderr, "searchpath: trying `%s'\n", path);
118 fprintf(stderr, "searchpath: found `%s'\n", name);
141 found = searchpath(namex, pathp);
179 curr_prefix = searchpath(program_name, getenv("PATH"));
  /src/external/gpl2/gmake/dist/
vpath.c 27 /* Structure used to represent a selective VPATH searchpath. */
35 char **searchpath; /* Null-terminated list of directories. */ member in struct:vpath
141 /* Construct the VPATH listing for the pattern and searchpath given.
149 If SEARCHPATH is nil, remove all previous listings with the same
151 and readable directories that are not "." given in the searchpath
154 and put in the VPATH searchpath for the given pattern with trailing
200 free ((char *) path->searchpath);
297 path->searchpath = vpath;
326 for (gp = gpaths->searchpath; *gp != NULL; ++gp)
382 register char **vpath = path->searchpath;
    [all...]
  /src/external/mit/lua/dist/src/
loadlib.c 483 static const char *searchpath (lua_State *L, const char *name, function
511 const char *f = searchpath(L, luaL_checkstring(L, 1),
532 return searchpath(L, name, path, ".", dirsep);
695 {"searchpath", ll_searchpath},

Completed in 27 milliseconds