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

/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dpath.c734 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)
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dtypeset.c1160 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)
/macosx-10.10/emacs-93/emacs/lib-src/
H A Detags.c3224 make_C_tag (isfun)
3225 bool isfun;
3233 make_tag (token_name.buffer, token_name.len, isfun, token.line,
3237 token_name.len + 17, isfun, token.line,
3226 token_name.len + 17, isfun, token.line, local

Completed in 208 milliseconds