|
| WORD | GetIfDollarNum (WORD *ifp, WORD *ifstop) |
| |
| int | FindVar (WORD *v, WORD *term) |
| |
| int | DoIfStatement (PHEAD WORD *ifcode, WORD *term) |
| |
| WORD | HowMany (PHEAD WORD *ifcode, WORD *term) |
| |
| void | DoubleIfBuffers (void) |
| |
| int | DoSwitch (PHEAD WORD *term, WORD *lhs) |
| |
| int | DoEndSwitch (PHEAD WORD *term, WORD *lhs) |
| |
| SWITCHTABLE * | FindCase (WORD nswitch, WORD ncase) |
| |
| int | DoubleSwitchBuffers (void) |
| |
| void | SwitchSplitMergeRec (SWITCHTABLE *array, WORD num, SWITCHTABLE *auxarray) |
| |
| void | SwitchSplitMerge (SWITCHTABLE *array, WORD num) |
| |
Routines for the dealing with if statements.
Definition in file if.c.