mess822x 1.23
mess822x
Loading...
Searching...
No Matches
Functions
config.c File Reference
#include "open.h"
#include "readwrite.h"
#include "buffer.h"
#include "error.h"
#include "getln.h"
#include "stralloc.h"
#include "config.h"
#include "env.h"
Include dependency graph for config.c:

Go to the source code of this file.

Functions

int config_default (config_str *c, char *s)
 
int config_copy (config_str *c, config_str *d)
 
int config_env (config_str *c, char *s)
 
int config_readline (config_str *c, char *fn)
 
int config_readfile (config_str *c, char *fn)
 

Function Documentation

◆ config_copy()

int config_copy ( config_str c,
config_str d 
)

Definition at line 19 of file config.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ config_default()

int config_default ( config_str c,
char *  s 
)

Definition at line 10 of file config.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ config_env()

int config_env ( config_str c,
char *  s 
)

Definition at line 28 of file config.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ config_readfile()

int config_readfile ( config_str c,
char *  fn 
)

Definition at line 84 of file config.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ config_readline()

int config_readline ( config_str c,
char *  fn 
)

Definition at line 57 of file config.c.

Here is the call graph for this function:
Here is the caller graph for this function: