Home
last modified time | relevance | path

Searched refs:COMMSK (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/sh/
H A Dshcomp.c140 …if((t->tre.tretyp&(COMMSK|COMSCAN))==0 && t->com.comnamp && strcmp(nv_name((Namval_t*)t->com.comna… in main()
149 if(t && ((t->tre.tretyp&COMMSK)==TCOM) && (np=t->com.comnamp) && (cp=nv_name(np))) in main()
H A Dtdump.c73 switch(t->tre.tretyp&COMMSK) in p_tree()
H A Dxec.c207 switch(t->tre.tretyp&COMMSK) in sh_tclear()
539 if((tchild->tre.tretyp&COMMSK)!=TCOM || !(np=(Namval_t*)(tchild->com.comnamp))) in pipe_exec()
700 switch(type&COMMSK) in sh_exec()
710 type &= (COMMSK|COMSCAN); 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()
3001 if((tchild->tre.tretyp&COMMSK)==TCOM) in sh_ntfork()
H A Dtrestore.c65 switch(type&COMMSK) in r_tree()
H A Ddeparse.c85 switch(t->tre.tretyp&COMMSK) in p_tree()
H A Dparse.c305 if((type&COMMSK) == TTST) in makelist()
567 switch(tt->tre.tretyp&COMMSK) in term()
1251 if((tok=t->tre.tretyp&COMMSK) != TFORK) in item()
H A Dname.c437 if((tp->tre.tretyp&COMMSK)==TFUN) in nv_setlist()
/titanic_50/usr/src/lib/libshell/common/include/
H A Dargnod.h55 #define COMMSK ((1<<COMBITS)-1) macro
/titanic_50/usr/src/cmd/sh/
H A Dfunc.c55 type = t->tretyp & COMMSK; in freetree()
237 type = t->tretyp & COMMSK; in prf()
H A Ddefs.h60 #define COMMSK 0x00F0 macro
H A Dxec.c74 type = treeflgs & COMMSK;