#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Functions | |
| char * | ano_getline (FILE *f) |
| char * | anopeStrDup (const char *src) |
| int | fput32 (int val, FILE *f) |
| int | main (int ac, char **av) |
| int | read_index_file () |
| int | stringnum (const char *name) |
Variables | |
| int | linenum = 0 |
| int | numstrings = 0 |
| char ** | stringnames |
| char ** | strings |
| char* ano_getline | ( | FILE * | f | ) |
| char * anopeStrDup | ( | const char * | src | ) |
| int fput32 | ( | int | val, | |
| FILE * | f | |||
| ) |
| int main | ( | int | ac, | |
| char ** | av | |||
| ) |
Definition at line 166 of file langcomp.c.
References ano_getline(), fput32(), linenum, numstrings, read_index_file(), snprintf(), stringnames, stringnum(), and strings.
| int read_index_file | ( | ) |
Definition at line 67 of file langcomp.c.
References anopeStrDup(), numstrings, stringnames, and strings.
Referenced by main().
| int stringnum | ( | const char * | name | ) |
Definition at line 105 of file langcomp.c.
References numstrings, and stringnames.
Referenced by main().
| int linenum = 0 |
Definition at line 54 of file langcomp.c.
Referenced by ano_getline(), main(), moduleGetConfigDirective(), and read_config().
| int numstrings = 0 |
| char** stringnames |
| char** strings |
Definition at line 52 of file langcomp.c.
Referenced by do_backtrace(), main(), and read_index_file().
1.5.1-20070107