Home
last modified time | relevance | path

Searched refs:undosp (Results 1 – 3 of 3) sorted by relevance

/dports/astro/sunclock/sunclock-3.57/editkit/
H A Dedit.c112 undosp = (void*)undosp+i; in realloc_buffer()
122 undosp = undop = unbuf; in init_undo()
150 if(!undosp) init_undo(); in u_del()
152 if(!undosp->length) undosp->pos = pos - edbuf; in u_del()
156 ( (void*)undosp->str - undosp->length + abs(len) >= unbuf + umax )) { in u_del()
161 if(len) memcpy(undosp->str + abs(undosp->length), pos, len); in u_del()
162 undosp->length = undosp->length - len; in u_del()
172 if(!undosp->length) undosp->pos = pos - edbuf; in u_ins()
176 ( undosp->pos + edbuf + undosp->length != pos ) || in u_ins()
177 ( (void *)undosp->str + undosp->length + abs(len) >= unbuf + umax )) { in u_ins()
[all …]
H A Dedit.h152 U_REC* undosp = NULL; /* top of undo stack pointer */ variable
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcom.c3078 static COMCOMP undosp = {NOKEYWORD, NOTOPLIST, NONEXTLIST, NOPARAMS, variable
3083 {x_("save"), 1,{&undosp,NOKEY,NOKEY,NOKEY,NOKEY}},