Home
last modified time | relevance | path

Searched refs:TCOM (Results 1 – 21 of 21) sorted by relevance

/titanic_50/usr/src/cmd/csh/
H A Dsh.sem.c72 case TCOM:
109 while (t->t_dtyp == TCOM)
146 bifunc = t->t_dtyp == TCOM ? isbfunc(t) : (struct biltins *) 0;
H A Dsh.parse.c640 t->t_dtyp = TCOM; in syn3()
655 case TCOM: in freesyn()
H A Dsh.h306 #define TCOM 1 /* t_dcom <t_dlef >t_drit */ macro
H A Dsh.exp.c481 faket.t_dtyp = TCOM; in exp6()
H A Dsh.glob.c759 faket.t_dtyp = TCOM; in backeval()
H A Dsh.proc.c491 case TCOM: in padd()
/titanic_50/usr/src/ucbcmd/sed/
H A Dsed.h100 #define TCOM 021 macro
H A Dsed1.c569 case TCOM: in command()
H A Dsed0.c357 rep->r1.command = TCOM; in fcomp()
/titanic_50/usr/src/cmd/sh/
H A Dfunc.c71 case TCOM: in freetree()
254 case TCOM: in prf()
H A Ddefs.h63 #define TCOM 0x0000 macro
H A Dxec.c125 case TCOM:
H A Dcmd.c466 t->comtyp = TCOM;
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dshcomp.c149 if(t && ((t->tre.tretyp&COMMSK)==TCOM) && (np=t->com.comnamp) && (cp=nv_name(np))) in main()
H A Dtdump.c78 case TCOM: in p_tree()
H A Dxec.c212 case TCOM: in sh_tclear()
539 if((tchild->tre.tretyp&COMMSK)!=TCOM || !(np=(Namval_t*)(tchild->com.comnamp))) in pipe_exec()
702 case TCOM: in sh_exec()
1331 if((type&COMMSK)!=TCOM) in sh_exec()
1353 if((type&COMMSK)!=TCOM) in sh_exec()
1385 int simple = (t->fork.forktre->tre.tretyp&COMMSK)==TCOM; in sh_exec()
1732 if(type==TWH && tt->tre.tretyp==TCOM && !tt->com.comarg && tt->com.comio) in sh_exec()
3001 if((tchild->tre.tretyp&COMMSK)==TCOM) in sh_ntfork()
H A Dtrestore.c72 case TCOM: in r_tree()
H A Ddeparse.c97 case TCOM: in p_tree()
H A Dparse.c1450 t->comtyp = TCOM; in simple()
H A Dname.c535 …if(!tp->lst.lstlef || !tp->lst.lstlef->tre.tretyp==TCOM || tp->lst.lstlef->com.comarg || tp->lst.l… in nv_setlist()
/titanic_50/usr/src/lib/libshell/common/include/
H A Dshnodes.h53 #define TCOM 0 macro