/src/sys/arch/hpc/stand/hpcboot/menu/ |
tabwindow.h | 63 // insert child dialog to me. 64 void insert(int id, TC_ITEM &item) { function in class:TabWindowBase
|
/src/lib/libskey/ |
put.c | 26 static void insert(char *s, int x, int start, int length); 2158 insert (b, v, p, 11); 2233 static void insert (char *s, int x, int start, int length) function in typeref:typename:void
|
/src/sys/arch/ia64/stand/common/ |
interp_parse.c | 29 static int insert(int *argcp, char *buf); 118 PARSE_FAIL(insert(&ac, buf)); 167 PARSE_FAIL(insert(&ac, buf)); 195 insert(int *argcp, char *buf) function in typeref:typename:int
|
/src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
msan_report.cc | 154 int insert(u32 o) { function in class:__msan::OriginSet 231 id = origin_set.insert(o);
|
/src/usr.bin/sort/ |
msort.c | 85 static int insert(struct mfile **, struct mfile *, int, int); 228 if (insert(flist, cfile, nfiles, !DELETE)) 280 c = insert(flist, cfile, nfiles, DELETE); 306 insert(struct mfile **flist, struct mfile *rec, int ttop, int delete) function in typeref:typename:int
|
/src/usr.bin/error/ |
touch.c | 83 static void insert(int); 302 ? "insert %d\n" 425 : "Can't find file \"%s\" to insert error messages into.\n", 468 insert(errorp->error_line); 607 insert(int place) function in typeref:typename:void 609 --place; /* always insert messages before the offending line */
|
/src/bin/ksh/ |
exec.c | 899 int insert = Flag(FTRACKALL); /* insert if not found */ local in function:findcom 904 insert = 0; 954 if (insert && !(flags & FC_DEFPATH)) {
|
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/common/dist/zlib/ |
deflate.h | 168 uInt strstart; /* start of string to insert */ 189 /* Insert new strings in the hash table only if the match length is not 261 uInt insert; /* bytes at end of window left to insert */ member in struct:internal_state
|
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_arm.c | 235 int insert; local in function:add_completion 238 insert = instance->completion_insert; 239 while ((insert - instance->completion_remove) >= MAX_COMPLETIONS) { 260 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; 277 record is written out before the insert point. */ 281 user_service->message_available_pos = insert; 283 instance->completion_insert = ++insert;
|
/src/sys/arch/sun3/sun3x/ |
pmap.c | 1124 * Finally, insert the manager into the A pool, 1158 /* Insert the manager into the B pool */ 1658 bool insert, managed; /* Marks the need for PV insertion.*/ local in function:pmap_enter 1938 insert = false; 1949 insert = true; 1969 insert = true; 2028 if (insert && managed) { 2071 bool was_valid, insert; local in function:pmap_enter_kernel 2082 insert = true; 2084 insert = false [all...] |
/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitNativeTILEGX-encoder.c | 271 tilegx_bundle_bits (*insert) (int op); member in struct:tilegx_operand
|