OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INSERT
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/rump/
ldscript.rump
42
INSERT
AFTER .data;
/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/usr.bin/rdist/
lookup.c
120
*
INSERT
-
insert
name with value, error if already defined.
121
* REPLACE -
insert
or replace name with value.
144
if (action !=
INSERT
|| s->s_type != CONST) {
164
s->s_type = action ==
INSERT
? VAR : CONST;
defs.h
98
#define
INSERT
1
164
void
insert
(char *,
gram.y
89
(void) lookup($1,
INSERT
, $3);
92
insert
(NULL, $1, $3, $4);
95
insert
($1, $3, $5, $6);
367
*
Insert
or append ARROW command to list of hosts to be updated.
370
insert
(char *label, struct namelist *files, struct namelist *hosts,
393
*
Insert
new command to update host.
/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
chared.c
96
*
Insert
num characters
296
if (n || el->el_chared.c_vcmd.action != (DELETE|
INSERT
))
347
if (action &
INSERT
)
597
*
Insert
string at cursor
vi.c
85
if (c &
INSERT
)
291
* Delete with
insert
== change: first we delete and then we leave in
292
*
insert
mode.
294
return cv_action(el, DELETE |
INSERT
);
299
* Vi enter
insert
mode at the beginning of line
350
* Vi replace character under the cursor and enter
insert
mode
401
* Vi enter
insert
mode
416
* Vi enter
insert
mode after the cursor
441
* Vi enter
insert
mode at end of line
591
* [^H] in
insert
mode onl
[
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
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
...]
/src/share/examples/puffs/pgfs/
newfs.sql
93
INSERT
INTO file (fileid, type, mode, uid, gid, nlink, rev,
/src/sys/arch/m68k/060sp/dist/
fplsp.s
7555
mov.w %d0,FP_SCR0_EX(%a6) #
insert
new exponent
9194
mov.w %d2,ADJFACT(%a6) #
INSERT
EXPONENT
9289
clr.l -(%sp) #
insert
zero low mantissa
9290
mov.l %d1,-(%sp) #
insert
new high mantissa
9296
mov.l %d1,-(%sp) #
insert
new low mantissa
9297
clr.l -(%sp) #
insert
zero high mantissa
9310
clr.l -(%sp) #
insert
new exponent
9311
mov.l &0x80000000,-(%sp) #
insert
new high mantissa
9312
mov.l %d0,-(%sp) #
insert
new lo mantissa
10192
fmov.l USER_FPCR(%a6),%fpcr #
insert
user's exception
[
all
...]
fpsp.s
1161
# _fpsp_done(). If there is an enabled FP exception, then we
insert
#
1376
bra.w fu_in_exc_ovfl # go
insert
overflow frame
1404
# here, we
insert
the correct fsave status value into the fsave frame for the
1466
or.w %d0,LOCAL_EX(%a0) #
insert
new exponent
1498
or.w %d0,LOCAL_EX(%a0) #
insert
new exponent
1667
# we don't mess with the existing fsave frame. just re-
insert
it and
1982
# here, we
insert
the correct fsave status value into the fsave frame for the
2330
mov.l %d1,FP_SRC_HI(%a6) #
insert
new hi(man)
2332
ori.w &0x3f80,FP_SRC_EX(%a6) #
insert
new "skewed" exponent
2345
mov.w %d0,FP_SRC_EX(%a6) #
insert
exponent with cleared sig
[
all
...]
Completed in 449 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026