Home
last modified time | relevance | path

Searched refs:tchild (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/tail/tests/
H A Dtailtests.sh465 tchild=$!
469 kill $tchild
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dxec.c534 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()
[all …]