FORM  4.2.1
Functions
if.c File Reference
#include "form3.h"

Go to the source code of this file.

Functions

WORD GetIfDollarNum (WORD *ifp, WORD *ifstop)
 
int FindVar (WORD *v, WORD *term)
 
WORD DoIfStatement (PHEAD WORD *ifcode, WORD *term)
 
WORD HowMany (PHEAD WORD *ifcode, WORD *term)
 
VOID DoubleIfBuffers ()
 
int DoSwitch (PHEAD WORD *term, WORD *lhs)
 
int DoEndSwitch (PHEAD WORD *term, WORD *lhs)
 
SWITCHTABLEFindCase (WORD nswitch, WORD ncase)
 
int DoubleSwitchBuffers ()
 
VOID SwitchSplitMergeRec (SWITCHTABLE *array, WORD num, SWITCHTABLE *auxarray)
 
VOID SwitchSplitMerge (SWITCHTABLE *array, WORD num)
 

Detailed Description

Routines for the dealing with if statements.

Definition in file if.c.