Searched defs:p_switch (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dtdump.c39 static int p_switch(const struct regnod*);
131 return(p_switch(t->sw.swlst));
242 static int p_switch(register const struct regnod *reg) function
H A Ddeparse.c52 static void p_switch(const struct regnod*);
288 p_switch(t->sw.swlst);
556 static void p_switch(register const struct regnod *reg) function
571 p_switch(reg->regnxt);
H A Dxec.c241 static int p_switch(struct regnod*);
310 return(n+p_switch(t->sw.swlst));
342 static int p_switch(register struct regnod *reg) function

Completed in 31 milliseconds