FORM 4.3
index.c File Reference
#include "form3.h"

Go to the source code of this file.

Functions

POSITIONFindBracket (WORD nexp, WORD *bracket)
VOID PutBracketInIndex (PHEAD WORD *term, POSITION *newpos)
void ClearBracketIndex (WORD numexp)
VOID OpenBracketIndex (WORD nexpr)
int PutInside (PHEAD WORD *term, WORD *code)

Detailed Description

The routines that deal with bracket indexing It creates the bracket index and it can find the brackets using the index.

Definition in file index.c.

Function Documentation

◆ FindBracket()

POSITION * FindBracket ( WORD nexp,
WORD * bracket )

Definition at line 65 of file index.c.

◆ PutBracketInIndex()

VOID PutBracketInIndex ( PHEAD WORD * term,
POSITION * newpos )

Definition at line 331 of file index.c.

◆ ClearBracketIndex()

void ClearBracketIndex ( WORD numexp)

Definition at line 546 of file index.c.

◆ OpenBracketIndex()

VOID OpenBracketIndex ( WORD nexpr)

Definition at line 578 of file index.c.

◆ PutInside()

int PutInside ( PHEAD WORD * term,
WORD * code )

Definition at line 609 of file index.c.