Lines Matching refs:tchild
534 register Shnode_t *tchild = t->fork.forktre; in pipe_exec() local
539 if((tchild->tre.tretyp&COMMSK)!=TCOM || !(np=(Namval_t*)(tchild->com.comnamp))) in pipe_exec()
560 r = sh_exec(tchild,errorflg); in pipe_exec()
2995 register Shnode_t *tchild = t->fork.forktre; in sh_ntfork() local
3001 if((tchild->tre.tretyp&COMMSK)==TCOM) in sh_ntfork()
3003 Namval_t *np = (Namval_t*)(tchild->com.comnamp); in sh_ntfork()
3012 else if(!tchild->com.comarg) in sh_ntfork()
3014 else if(tchild->com.comtyp&COMSCAN) in sh_ntfork()
3016 if(tchild->com.comarg->argflag&ARG_RAW) in sh_ntfork()
3017 path = tchild->com.comarg->argval; in sh_ntfork()
3022 path = ((struct dolnod*)tchild->com.comarg)->dolval[ARG_SPARE]; in sh_ntfork()
3080 sh_exec(tchild,SH_NTFORK); in sh_ntfork()