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

/ast/src/cmd/ksh93/sh/
H A Dtdump.c39 static int p_switch(const struct regnod*);
131 return(p_switch(t->sw.swlst));
244 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);
564 static void p_switch(register const struct regnod *reg) function
579 p_switch(reg->regnxt);
H A Dxec.c274 static int p_switch(struct regnod*);
343 return(n+p_switch(t->sw.swlst));
375 static int p_switch(register struct regnod *reg) function

Completed in 21 milliseconds