HomeSort by: relevance | last modified time | path
    Searched refs:UNDO_DEPTH (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/src/
TextSrc.c 49 #define UNDO_DEPTH 16384
954 if (src->textSrc.undo->num_list >= UNDO_DEPTH)
976 if (++src->textSrc.undo->num_list >= UNDO_DEPTH)
1282 if (++src->textSrc.undo->num_list >= UNDO_DEPTH)
  /xsrc/external/mit/xedit/dist/
ispell.c 63 #define UNDO_DEPTH 16
115 int undo_depth; member in struct:_ispell
408 ++ispell.undo_depth;
413 else if (ispell.undo_depth > UNDO_DEPTH) {
422 ispell.undo_depth = UNDO_DEPTH;
1464 ispell.undo_depth = 0;
1773 --ispell.undo_depth;

Completed in 9 milliseconds