Searched refs:SH_NOIO (Results 1 – 2 of 2) sorted by relevance
126 #define SH_NOIO 010 macro
791 t->funct.functargs = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*)); in funct()830 t->funct.functtre = item(lexp,SH_NOIO); in funct()973 ac = (struct comnod*)simple(lexp,SH_NOIO|SH_ASSIGN|array,NIL(struct ionod*)); in assign()1029 if(!(flag&SH_NOIO) && (tok=='<' || tok=='>' || lexp->token==IOVNAME)) in item()1085 (tok==ELIFSYM?(lexp->token=IFSYM, tt=item(lexp,SH_NOIO)):0)); in item()1140 t->for_.forlst=(struct comnod*)simple(lexp,SH_NOIO,NIL(struct ionod*)); in item()1290 int key_on = (!(flag&SH_NOIO) && sh_isoption(SH_KEYWORD)); in simple()1379 if(!(lexp->assignok=key_on) && !(flag&SH_NOIO) && sh_isoption(SH_NOEXEC)) in simple()1435 if(!(flag&SH_NOIO)) in simple()1452 if(lexp->kiafile && !(flag&SH_NOIO)) in simple()