Home
last modified time | relevance | path

Searched refs:p_switch (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtdump.c39 static int p_switch(const struct regnod*);
131 return(p_switch(t->sw.swlst)); in p_tree()
244 static int p_switch(register const struct regnod *reg) in p_switch() function
H A Ddeparse.c52 static void p_switch(const struct regnod*);
288 p_switch(t->sw.swlst); in p_tree()
564 static void p_switch(register const struct regnod *reg) in p_switch() function
579 p_switch(reg->regnxt); in p_switch()
H A Dxec.c277 static int p_switch(struct regnod*);
346 return(n+p_switch(t->sw.swlst)); in sh_tclear()
378 static int p_switch(register struct regnod *reg) in p_switch() function