Home
last modified time | relevance | path

Searched refs:CDELETE (Results 1 – 17 of 17) sorted by relevance

/dports/editors/jed/jed-0.99-19/src/
H A Dundo.c88 || ((LAST_UNDO->type & CDELETE) in record_deletion()
101 LAST_UNDO->type |= CDELETE; in record_deletion()
181 case CDELETE: (void) jed_insert_nbytes (CURRENT_UNDO->buf, CURRENT_UNDO->misc); in undo()
184 case CDELETE: (void) jed_insert_nbytes (LAST_UNDO->buf, LAST_UNDO->misc); in undo()
H A Dins.h9 #define CDELETE 0x1 macro
H A Dins.c148 case CDELETE: in jed_update_marks()
336 jed_update_marks(CDELETE,1); in jed_del_newline()
364 jed_update_marks(CDELETE, nn); in jed_del_nbytes()
H A Dbuffer.c1454 jed_update_marks(CDELETE, CLine->len); in erase_buffer()
H A Dscreen.c1923 if (((n == CINSERT) || (n == CDELETE)) && (JWindow->next == JWindow)) in register_change()
/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dundo.c88 || ((LAST_UNDO->type & CDELETE) in record_deletion()
107 LAST_UNDO->type |= CDELETE; in record_deletion()
177 case CDELETE: ins_chars(CURRENT_UNDO->buf, CURRENT_UNDO->misc); in undo()
180 case CDELETE: ins_chars(LAST_UNDO->buf, LAST_UNDO->misc); in undo()
H A Dins.h9 #define CDELETE 0x1 macro
H A Dins.c148 case CDELETE: in jed_update_marks()
278 jed_update_marks(CDELETE,1); in del_newline()
303 jed_update_marks(CDELETE, nn); in deln()
H A Dbuffer.c1166 jed_update_marks(CDELETE, CLine->len); in erase_buffer()
H A Dscreen.c1632 if (((n == CINSERT) || (n == CDELETE)) && (JWindow->next == JWindow)) in register_change()
/dports/math/form/form-4.2.1/sources/
H A Dnames.c641 if ( n->type != CDELETE ) { in CompactifyTree()
700 if ( n->type != CDELETE ) { in CopyTree()
2779 AC.varnames->namenode[symbols[i].node].type = CDELETE; in ResetVariables()
2782 AC.varnames->namenode[vectors[i].node].type = CDELETE; in ResetVariables()
2785 AC.varnames->namenode[indices[i].node].type = CDELETE; in ResetVariables()
2823 AC.varnames->namenode[Sets[i].node].type = CDELETE; in ResetVariables()
2827 AC.varnames->namenode[Dubious[i].node].type = CDELETE; in ResetVariables()
2888 AC.varnames->namenode[symbols[i].node].type = CDELETE; in ResetVariables()
2891 AC.varnames->namenode[vectors[i].node].type = CDELETE; in ResetVariables()
2998 AC.varnames->namenode[Sets[i].node].type = CDELETE; in ResetVariables()
[all …]
H A Dftypes.h216 #define CDELETE -1 macro
H A Dmodule.c319 AC.exprnames->namenode[Expressions[j].node].type = CDELETE; in FullCleanUp()
H A Dexecute.c77 AC.exprnames->namenode[e_in->node].type = CDELETE; in CleanExpr()
179 AC.exprnames->namenode[e_in->node].type = CDELETE; in CleanExpr()
516 AC.exprnames->namenode[e->node].type = CDELETE; in TestDrop()
H A Dstore.c777 node->type = CDELETE; in DeleteStore()
/dports/editors/the/THE-3.3RC4/
H A DTODO78 - add string targets to CLOCATE and CDELETE.
H A DHISTORY1183 o Fixed bug with CDELETE command, positioning cursor incorrectly
1436 o Added CLOCATE and CDELETE commands, but with no string targets.