HomeSort by: relevance | last modified time | path
    Searched defs:INSERT (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libedit/
chared.h 45 * like real vi: i.e. the transition from command<->insert modes moves
66 wchar_t *buf; /* redo insert key sequence */
117 #define INSERT 0x02
  /src/usr.bin/rdist/
defs.h 98 #define INSERT 1
164 void insert(char *,
  /src/sys/dev/raidframe/
rf_pq.c 655 #define INSERT(a,i) (a << (5L*i))
664 new = INSERT(a2, 1) | a1;
669 new = new | INSERT(a1, 2) | INSERT(a2, 3);
674 new = new | INSERT(a1, 4) | INSERT(a2, 5);
679 new = new | INSERT(a1, 5) | INSERT(a2, 6);
685 new = new | INSERT(a1, 7) | INSERT(a2, 8)
    [all...]
  /src/bin/ksh/
vi.c 133 #define INSERT 1
136 #define VNORMAL 0 /* command, insert or replace mode */
161 static int first_insert; /* set when starting in insert mode */
162 static int saved_inslen; /* saved inslen for first insert */
173 static int insert; /* non-zero in insert mode */ variable in typeref:typename:int
270 if (insert != 0) {
285 refresh(insert != 0);
480 if (insert != 0)
482 refresh(insert != 0)
    [all...]
  /src/lib/libc/regex/
regcomp.c 215 #define INSERT(op, pos) doinsert(p, (op), HERE()-(pos)+1, pos)
639 INSERT(OPLUS_, pos);
641 INSERT(OQUEST_, pos);
645 INSERT(OPLUS_, pos);
650 INSERT(OCH_, pos); /* offset slightly wrong */
716 * Insert necessary branch book-keeping operations. This emits a
724 INSERT(OCH_, bc->start); /* offset is wrong */
1040 INSERT(OPLUS_, pos);
1042 INSERT(OQUEST_, pos);
1046 INSERT(OQUEST_, pos)
    [all...]

Completed in 13 milliseconds