Searched defs:REPLACE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddefs.h92 #define REPLACE 2 macro
/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h136 REPLACE /* Replace the contents. */ enumerator in enum:e_spflag
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c182 #define REPLACE -40 /* replace chars */ macro
635 * REPLACE, replace char if possible
738 /* return to APPEND/REPLACE mode */
1301 * = REPLACE, allow escape to cntlmode subroutine
1367 if( mode == REPLACE )
1393 if(mode==REPLACE)
1420 if(mode==REPLACE || (last_save>0 && last_virt<=last_save))
1424 else if(mode==REPLACE)
1426 mode = REPLACE;
1505 if( mode == REPLACE )
[all...]

Completed in 61 milliseconds