Searched defs:Ccmap_s (Results 1 – 6 of 6) sorted by relevance
40 typedef struct Ccmap_s struct42 const char* name; /* code set name */43 const char* match; /* strmatch() pattern */44 const char* desc; /* code set description */45 const char* canon; /* canonical name format */46 const char* index; /* default index */47 int ccode; /* <ccode.h> code index */48 void* data; /* map specific data */
49 typedef struct Ccmap_s struct51 const char* name; /* code set name */52 const char* match; /* strmatch() pattern */53 const char* desc; /* code set description */54 const char* canon; /* canonical name format */55 const char* index; /* default index */56 int ccode; /* <ccode.h> code index */57 __V_* data; /* map specific data */
40 typedef struct Ccmap_s struct 42 nameCcmap_s global() argument 43 matchCcmap_s global() argument 44 descCcmap_s global() argument 45 canonCcmap_s global() argument 46 indexCcmap_s global() argument 47 ccodeCcmap_s global() argument 48 dataCcmap_s global() argument