FreeBASIC  0.91.0
gosub.c File Reference
#include "fb.h"
#include <setjmp.h>
Include dependency graph for gosub.c:

Go to the source code of this file.

Data Structures

struct  gosubnode
 
struct  GOSUBCTX
 

Typedefs

typedef struct gosubnode GOSUBNODE
 

Functions

FBCALL void * fb_GosubPush (GOSUBCTX *ctx)
 
FBCALL int fb_GosubPop (GOSUBCTX *ctx)
 
FBCALL int fb_GosubReturn (GOSUBCTX *ctx)
 
FBCALL void fb_GosubExit (GOSUBCTX *ctx)
 

Typedef Documentation

typedef struct gosubnode GOSUBNODE

Function Documentation

FBCALL void fb_GosubExit ( GOSUBCTX ctx)

Definition at line 81 of file gosub.c.

FBCALL int fb_GosubPop ( GOSUBCTX ctx)

Definition at line 42 of file gosub.c.

Here is the call graph for this function:

FBCALL void* fb_GosubPush ( GOSUBCTX ctx)

Definition at line 31 of file gosub.c.

FBCALL int fb_GosubReturn ( GOSUBCTX ctx)

Definition at line 59 of file gosub.c.

Here is the call graph for this function: