Lines Matching defs:Cxedit_t
194 struct Cxedit_s; typedef struct Cxedit_s Cxedit_t;
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* cxedit(Cx_t*, const char*, Cxdisc_t*);
675 extern int cxsub(Cx_t*, Cxedit_t*, Cxoperand_t*);