Searched refs:tchild (Results 1 – 2 of 2) sorted by relevance
465 tchild=$!469 kill $tchild
534 register Shnode_t *tchild = t->fork.forktre; in pipe_exec() local539 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() local3001 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()[all …]