Searched defs:INSERT (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/rmvolmgr/ |
H A D | vold.h | 39 INSERT, enumerator in enum:__anon1328
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | defs.h | 91 #define INSERT 1 macro
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | regcomp.c | 149 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro 299 INSERT(OCH_, conc); /* offset is wrong */ 432 INSERT(OPLUS_, pos); 434 INSERT(OQUEST_, pos); 438 INSERT(OPLUS_, pos); 443 INSERT(OCH_, pos); /* offset slightly wrong */ 624 INSERT(OPLUS_, pos); 626 INSERT(OQUEST_, pos); 1010 INSERT(OCH_, start); /* offset is wrong... */ 1023 INSERT(OCH [all...] |
/illumos-gate/usr/src/cmd/xargs/ |
H A D | xargs.c | 125 static int INSERT = FALSE; variable 217 INSERT = PER_LINE = LEGAL = EAT_LEAD = TRUE; 239 INSERT = PER_LINE = LEGAL = EAT_LEAD = TRUE; 264 INSERT = EAT_LEAD = FALSE; 282 INSERT = EAT_LEAD = FALSE; 300 INSERT = PER_LINE = LINE_CONT = FALSE; 362 if (INSERT && ! ERR) { 448 if (!ERR && INSERT) {
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb.c | 244 #define INSERT(bp) \ macro 265 INSERT(bp); 303 INSERT(bp);
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 181 #define INSERT -35 /* insert mode */ macro 1387 if( tmp == INSERT ) 2442 return(INSERT);
|
Completed in 71 milliseconds