Searched refs:COMMSK (Results 1 – 11 of 11) sorted by relevance
140 …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()
73 switch(t->tre.tretyp&COMMSK) in p_tree()
207 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()
65 switch(type&COMMSK) in r_tree()
85 switch(t->tre.tretyp&COMMSK) in p_tree()
305 if((type&COMMSK) == TTST) in makelist()567 switch(tt->tre.tretyp&COMMSK) in term()1251 if((tok=t->tre.tretyp&COMMSK) != TFORK) in item()
437 if((tp->tre.tretyp&COMMSK)==TFUN) in nv_setlist()
55 #define COMMSK ((1<<COMBITS)-1) macro
55 type = t->tretyp & COMMSK; in freetree()237 type = t->tretyp & COMMSK; in prf()
60 #define COMMSK 0x00F0 macro
74 type = treeflgs & COMMSK;