Home
last modified time | relevance | path

Searched refs:SH_READEVAL (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Ddefs.h352 #define SH_READEVAL 0x4000 /* for sh_eval */ macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dxec.c488 if(mode&SH_READEVAL) in sh_eval()
494 t = (Shnode_t*)sh_parse(shp,iop,(mode&(SH_READEVAL|SH_FUNEVAL))?mode&SH_FUNEVAL:SH_NL); in sh_eval()
497 if(!(mode&SH_READEVAL)) in sh_eval()
502 mode &= ~SH_READEVAL; in sh_eval()
H A Dnvtree.c65 c=sh_eval(iop,SH_READEVAL); in read_tree()