Searched defs:APPEND (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dusg.local.h84 #define APPEND /* New mail goes to end of mailbox */ macro
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dlist.h53 #define APPEND(list, elt, link) \ macro
105 APPEND(list, elt, link); \
114 #define ENQUEUE(list, elt, link) APPEND(list, elt, link)
/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h135 APPEND, /* Append to the contents. */ enumerator in enum:e_spflag
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Demacs.c165 APPEND, /* Append char before cursor to screen */ enumerator in enum:__anon3947
290 draw(ep,APPEND);
370 draw(ep,APPEND);
1017 if(ep->lastdraw==APPEND && ep->prevdirection != -2)
1214 draw(ep,APPEND);
1221 draw(ep,APPEND);
1326 ep->scvalid = 0; /* Screen is out of date, APPEND will not work */
1341 if ((option == APPEND)&&(ep->scvalid)&&(*logcursor == '\0')&&
H A Dvi.c174 #define APPEND -10 /* append chars */ macro
590 getline(vp,APPEND);
592 getline(vp,APPEND);
631 /*{ APPEND( char, mode )
634 * mode = APPEND, shift chars right before appending
645 if( mode==APPEND || (cur_virt==last_virt && last_virt>=0))
738 /* return to APPEND/REPLACE mode */
823 append(vp,c,APPEND);
980 append(vp,'#', APPEND);
1299 * mode = APPEND, allo
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c155 #define APPEND 2 macro
240 int type = (flags&NV_APPEND)?APPEND:ASSIGN;
285 if (type==APPEND && (bflag= !isblocked(bp,LOOKUPS)))
488 /* Handle GET/SET/APPEND/UNSET disc */
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h303 #define APPEND (UF_APPEND | SF_APPEND) macro

Completed in 71 milliseconds