#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <kom.h>
Go to the source code of this file.
Compounds | |
struct | k_buf |
Defines | |
#define | MAXCRD 1024 |
#define | MAXBUF 4 |
Functions | |
int | k_open (char *name) |
int | k_close (void) |
char * | k_get (void) |
void | k_dump (void) |
int | k_err (void) |
int | k_int (void) |
int | k_its (char *c) |
long | k_long (void) |
int | k_put (char *crd) |
int | k_rd (void) |
char * | k_com (void) |
char * | k_str (void) |
double | k_val (void) |
Variables | |
k_buf | com = {0L, 0, 0, 0, 0, "Virgin", "Virgin"} |
k_buf | Kbuf [MAXBUF] |
int | Nbuf = 0 |
|
Definition at line 51 of file kom.c. Referenced by k_open(). |
|
|
|
Definition at line 82 of file kom.c. References com, k_buf::fid, Kbuf, and Nbuf. Referenced by GetUtil_LoadTable(), site_load(), and wave_client_config(). |
|
Definition at line 262 of file kom.c. References com, and k_buf::csav. |
|
Definition at line 108 of file kom.c. References com, and k_buf::crd. |
|
Definition at line 116 of file kom.c. References com, and k_buf::ierr. Referenced by GetUtil_LoadTable(), StringToAmp(), StringToAmpLine(), StringToLoc(), StringToPhaseLine(), StringToPick(), and wave_client_config(). |
|
Definition at line 100 of file kom.c. References com, and k_buf::crd. |
|
Definition at line 128 of file kom.c. References com, k_buf::ierr, and k_str(). Referenced by GetUtil_LoadTable(), site_com(), and wave_client_config(). |
|
Definition at line 149 of file kom.c. References com, k_buf::crd, and k_buf::istr. Referenced by GetUtil_LoadTable(), site_com(), t_com(), and wave_client_config(). |
|
Definition at line 166 of file kom.c. References com, k_buf::ierr, and k_str(). Referenced by GetUtil_LoadTable(), StringToAmp(), StringToAmpLine(), StringToLoc(), StringToPhaseLine(), and StringToPick(). |
|
Definition at line 62 of file kom.c. References com, k_buf::fid, Kbuf, MAXBUF, and Nbuf. Referenced by GetUtil_LoadTable(), site_load(), and wave_client_config(). |
|
Definition at line 187 of file kom.c. References com, k_buf::crd, k_buf::csav, k_buf::icrd, k_buf::ierr, k_buf::istr, and k_buf::ncrd. Referenced by StringToAmp(), StringToAmpLine(), StringToLoc(), StringToPhaseLine(), and StringToPick(). |
|
Definition at line 219 of file kom.c. References com, k_buf::crd, k_buf::csav, k_buf::fid, k_buf::icrd, k_buf::ierr, k_buf::istr, and k_buf::ncrd. Referenced by GetUtil_LoadTable(), site_load(), and wave_client_config(). |
|
Definition at line 270 of file kom.c. References com, k_buf::crd, k_buf::icrd, k_buf::ierr, k_buf::istr, and k_buf::ncrd. Referenced by GetUtil_LoadTable(), k_int(), k_long(), k_val(), site_com(), site_load(), StringToAmp(), StringToAmpLine(), StringToLoc(), StringToPhaseLine(), StringToPick(), and wave_client_config(). |
|
Definition at line 317 of file kom.c. References com, k_buf::ierr, and k_str(). Referenced by site_com(), StringToAmp(), StringToAmpLine(), StringToLoc(), StringToPhaseLine(), StringToPick(), and t_com(). |
|
Definition at line 52 of file kom.c. Referenced by GetUtil_LoadTable(), k_close(), k_com(), k_dump(), k_err(), k_get(), k_int(), k_its(), k_long(), k_open(), k_put(), k_rd(), k_str(), k_val(), site_load(), and wave_client_config(). |
|
|
|
|