Home
last modified time | relevance | path

Searched refs:INSERT (Results 1 – 9 of 9) sorted by relevance

/original-bsd/lib/libedit/
H A Dchared.c82 cv_undo(el, INSERT, num, el->el_line.cursor);
108 cv_undo(el, INSERT, num, el->el_line.cursor - num);
208 if (el->el_chared.c_vcmd.action != (DELETE|INSERT))
239 if (el->el_chared.c_vcmd.action != (DELETE|INSERT))
302 if (el->el_chared.c_vcmd.action & INSERT)
327 case DELETE|INSERT:
328 el->el_chared.c_undo.action = DELETE|INSERT;
331 el->el_chared.c_undo.action = INSERT;
334 case INSERT:
H A Dvi.c45 el->el_chared.c_undo.action = INSERT;
49 if (c & INSERT)
282 return cv_action(el, DELETE|INSERT);
562 un->action = INSERT;
567 case DELETE|INSERT:
603 case INSERT:
661 if (el->el_chared.c_undo.action == (INSERT|DELETE) ||
H A Dchared.h94 #define INSERT 0x02 macro
/original-bsd/usr.bin/rdist/
H A Dlookup.c117 if (action != INSERT || s->s_type != CONST) {
136 s->s_type = action == INSERT ? VAR : CONST;
H A Ddefs.h75 #define INSERT 1 macro
H A Dgram.y59 (void) lookup($1, INSERT, $3);
/original-bsd/lib/libc/regex/
H A Dregcomp.c126 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro
278 INSERT(OCH_, conc); /* offset is wrong */
400 INSERT(OPLUS_, pos);
402 INSERT(OQUEST_, pos);
406 INSERT(OPLUS_, pos);
411 INSERT(OCH_, pos); /* offset slightly wrong */
592 INSERT(OPLUS_, pos);
594 INSERT(OQUEST_, pos);
1005 INSERT(OCH_, start); /* offset is wrong... */
1018 INSERT(OCH_, start);
[all …]
/original-bsd/local/toolchest/ksh/sh/
H A Dvi.c161 #define INSERT -35 /* insert mode */ macro
1331 if( tmp == INSERT )
2228 return(INSERT);
/original-bsd/share/termcap/
H A Dtermcap.src707 # edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,