TwiceAsNice  2019-02-18
Macros | Variables
preflist.h File Reference
#include "key.h"
#include "prefs.h"
Include dependency graph for preflist.h:
This graph shows which files directly or indirectly include this file:

Macros

#define THREADS_PREFMAX   65535
 

Variables

int idummy
 
pkeystruct key []
 
char keylist [sizeof(key)/sizeof(pkeystruct)][32]
 
static const char notokstr [] = {" \t=,;\n\r\""}
 
char * default_prefs []
 

Macro Definition Documentation

◆ THREADS_PREFMAX

#define THREADS_PREFMAX   65535

Variable Documentation

◆ default_prefs

char* default_prefs[]

◆ idummy

int idummy

◆ key

pkeystruct key[]

◆ keylist

char keylist[sizeof(key)/sizeof(pkeystruct)][32]

◆ notokstr

const char notokstr[] = {" \t=,;\n\r\""}
static