#include "parm.h"
#include <stdio.h>
Go to the source code of this file.
Data Structures | |
struct | VrLine |
Defines | |
#define | NIL 0 |
#define | DEBUG DEBUG |
Typedefs | |
typedef struct VrLine | vrline |
Functions | |
findvl (int vln) | |
char * | getfn () |
getrl () | |
Variables | |
vrline * | vrtable |
static vrline * | vrptr = NIL |
static int | lastvl |
findvl | ( | int | vln | ) |
Definition at line 40 of file vr.c.
References dbgmsg, lastvl, NIL, VrLine::vr_next, and VrLine::vr_vline.
Referenced by accessible(), bld_analyze(), prtr1(), and sigids().
char* getfn | ( | ) |
Definition at line 62 of file vr.c.
References dbgmsg, NIL, and VrLine::vr_fname.
Referenced by bld_analyze(), and prtr1().
getrl | ( | ) |
Definition at line 73 of file vr.c.
References dbgmsg, lastvl, NIL, VrLine::vr_rline, and VrLine::vr_vline.
Referenced by accessible(), bld_analyze(), prtr1(), and sigids().
Definition at line 24 of file extract_sig.c.