
Data Structures | |
| struct | keysym |
Defines | |
| #define | _GNU_SOURCE 1 |
Functions | |
| static int | cmpkey (const void *va, const void *vb) |
| static void | printkey (const void *node, const VISIT which, const int depth) |
| static int | parse (FILE *in) |
| int | main (void) |
| #define _GNU_SOURCE 1 |
| static int cmpkey | ( | const void * | va, | |
| const void * | vb | |||
| ) | [static] |
References keysym::xsym.
| int main | ( | void | ) |
References parse().
| static int parse | ( | FILE * | in | ) | [static] |
References cmpkey(), getline(), gen_builder::line, printkey(), tdestroy, keysym::uname, keysym::usym, keysym::xname, and keysym::xsym.
Referenced by ThemeLoader::load(), and main().
| static void printkey | ( | const void * | node, | |
| const VISIT | which, | |||
| const int | depth | |||
| ) | [static] |
Referenced by parse().
1.5.6