Searched refs:edits (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libdss/
H A Ddssopt.c474 if (lib->edits)
477 for (i = 0; lib->edits[i].name; i++)
478 if (optout(sp, lib->edits[i].name, NiL, NiL, NiL, lib->edits[i].description, NiL))
H A Dcx.h538 Cxedit_t* edits; /* edit table */ member in struct:Cxlib_s
577 Dt_t* edits; /* Cxedit_t dictionary */ member in struct:Cxstate_s
613 Dt_t* edits; /* Cxedit_t dictionary */ member in struct:Cx_s
H A Dcxopen.c1015 cx->edits = state.edits;
1071 dtview(top->edits, bot->edits);
1073 top->edits = bot->edits;
1113 dtview(top->edits, NiL);
1152 dtclose(cx->edits);
1765 dict = cx->edits;
1774 dtview(dict, cx->edits);
[all...]
H A Ddssopen.c433 if (lib->edits)
434 for (i = 0; lib->edits[i].name; i++)
435 if (cxaddedit(NiL, &lib->edits[i], disc))

Completed in 36 milliseconds