Searched refs:path_search (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/tepam/
H A D1c_procedure_interactive_aux.demo68 procedure path_search {
98 puts "path_search([string range $Arguments 0 end-2])"
101 path_search -interactive
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dpath.h95 extern int path_search(Shell_t*,const char*,Pathcomp_t**,int);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dwhence.c223 if(path_search(shp,name,&pp,2+(aflag>1)))
H A Dmisc.c244 path_search(shp,script,NIL(Pathcomp_t**),0);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dpath.c655 int path_search(Shell_t *shp,register const char *name,Pathcomp_t **oldpp, int flag) function
H A Dxec.c1268 if(path_search(shp,com0,NIL(Pathcomp_t**),1))
1495 indx = path_search(shp,com0,NIL(Pathcomp_t**),0);

Completed in 198 milliseconds