Searched defs:Cxedit_t (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libdss/
H A Dcx.h194 struct Cxedit_s; typedef struct Cxedit_s Cxedit_t; typedef in typeref:struct:Cxedit_s
337 Cxedit_t* next; /* next in list */
355 Cxedit_t* num2str; /* num=>str edit list */
356 Cxedit_t* str2num; /* str=>num edit list */
357 Cxedit_t* edit; /* str=>str edit list */
538 Cxedit_t* edits; /* edit table */
577 Dt_t* edits; /* Cxedit_t dictionary */
613 Dt_t* edits; /* Cxedit_t dictionary */
654 extern int cxaddedit(Cx_t*, Cxedit_t*, Cxdisc_t*);
664 extern Cxedit_t* cxedi
[all...]

Completed in 11 milliseconds