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

/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c947 int nflag=0,all=0,isfun,jmpval; local
1014 isfun = is_afunction(np);
1031 else if(isfun)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dpath.c755 register int f,isfun; local
767 isfun = (pp->flags&PATH_FPATH);
781 if(!isfun && !sh_isoption(SH_RESTRICTED))
839 f = canexecute(stakptr(PATH_OFFSET),isfun);
840 if(isfun && f>=0)
892 static int canexecute(register char *path, int isfun) argument
897 if(isfun)
931 if(isfun && fd>=0)

Completed in 64 milliseconds