Searched refs:isfun (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dpath.c757 register int f,isfun; local
768 isfun = (pp->flags&PATH_FPATH);
782 if(!isfun && !sh_isoption(SH_RESTRICTED))
845 f = canexecute(shp,stakptr(PATH_OFFSET),isfun);
846 if(isfun && f>=0)
898 static int canexecute(Shell_t *shp,register char *path, int isfun) argument
903 if(isfun)
937 if(isfun && fd>=0)
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c1080 int nflag=0,all=0,isfun,jmpval; local
1154 isfun = is_afunction(np);
1175 else if(isfun)

Completed in 26 milliseconds