Searched refs:isfun (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/ksh93/sh/ |
H A D | path.c | 734 register int f,isfun; local 759 isfun = (oldpp->flags&PATH_FPATH); 760 if(!isfun && !sh_isoption(SH_RESTRICTED)) 867 f = canexecute(shp,stakptr(PATH_OFFSET),isfun); 868 if(isfun && f>=0 && (cp = strrchr(name,'.'))) 875 if(isfun && f>=0) 927 static int canexecute(Shell_t *shp,register char *path, int isfun) argument 932 if(isfun) 966 if(isfun && fd>=0)
|
/ast/src/cmd/ksh93/bltins/ |
H A D | typeset.c | 1160 int nflag=0,all=0,isfun,jmpval; local 1234 isfun = is_afunction(np); 1255 else if(isfun && !(np->nvalue.rp && np->nvalue.rp->running)) 1280 int indent=tp->indent, outname=0, isfun; local 1297 isfun = is_afunction(np); 1301 if(indent && (isfun || outname || *tp->prefix!='t')) 1306 if(!isfun) 1314 if(isfun)
|
Completed in 17 milliseconds