Home
last modified time | relevance | path

Searched refs:APPEND (Results 1 – 25 of 29) sorted by relevance

12

/titanic_51/usr/src/cmd/sed/
H A Dprocess.c153 cspace(&PS, "\n", 1, APPEND); in process()
154 cspace(&PS, hs, hsl, APPEND); in process()
160 cspace(&HS, "\n", 1, APPEND); in process()
161 cspace(&HS, ps, psl, APPEND); in process()
179 cspace(&PS, "\n", 1, APPEND); in process()
180 if (!mf_fgets(&PS, APPEND)) in process()
393 cspace(&SS, s, re_off, APPEND); in substitute()
406 APPEND); in substitute()
414 cspace(&SS, s, slen, APPEND); in substitute()
432 cspace(&SS, ps, re_off, APPEND); in substitute()
[all...]
H A Ddefs.h135 APPEND, /* Append to the contents. */ enumerator
/titanic_51/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)
/titanic_51/usr/src/lib/libshell/common/edit/
H A Dvi.c174 #define APPEND -10 /* append chars */ macro
590 getline(vp,APPEND); in ed_viread()
592 getline(vp,APPEND); in ed_viread()
645 if( mode==APPEND || (cur_virt==last_virt && last_virt>=0)) in append()
823 append(vp,c,APPEND); in cntlmode()
980 append(vp,'#', APPEND); in cntlmode()
1389 mode = APPEND; in getline()
1515 mode = APPEND; in getline()
2004 append(vp,c, APPEND); in replace()
2140 append(vp,mode, APPEND); in search()
[all …]
H A Demacs.c165 APPEND, /* Append char before cursor to screen */ enumerator
290 draw(ep,APPEND); in ed_emacsread()
370 draw(ep,APPEND); in ed_emacsread()
1017 if(ep->lastdraw==APPEND && ep->prevdirection != -2) in escape()
1214 draw(ep,APPEND); in search()
1221 draw(ep,APPEND); in search()
1341 if ((option == APPEND)&&(ep->scvalid)&&(*logcursor == '\0')&& in draw()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c169 #define APPEND -10 /* append chars */ macro
585 getline(vp,APPEND); in ed_viread()
587 getline(vp,APPEND); in ed_viread()
630 /*{ APPEND( char, mode )
633 * mode = APPEND, shift chars right before appending
644 if( mode==APPEND || (cur_virt==last_virt && last_virt>=0)) in append()
739 /* return to APPEND/REPLACE mode */ in cntlmode()
824 append(vp,c,APPEND); in cntlmode()
1017 append(vp,'#', APPEND); in cntlmode()
1351 * mode = APPEND, allo
[all...]
H A Demacs.c167 APPEND, /* Append char before cursor to screen */ enumerator
293 draw(ep,APPEND); in ed_emacsread()
376 draw(ep,APPEND); in ed_emacsread()
1081 if(ep->lastdraw==APPEND && ep->prevdirection != -2) in escape()
1281 draw(ep,APPEND); in search()
1288 draw(ep,APPEND); in search()
1394 ep->scvalid = 0; /* Screen is out of date, APPEND will not work */ in draw()
1414 else if((option==UPDATE||option==APPEND) && drawbuff[0]=='#' && cur>1 && cur==eol && drawbuff[cur-1]!='*') in draw()
1437 if ((option == APPEND)&&(ep->scvalid)&&(*logcursor == '\0')&& in draw()
/titanic_51/usr/src/lib/libresolv2/common/resolv/
H A Dres_update.c141 APPEND(zgrps, zptr, z_link); in res_nupdate()
144 APPEND(zptr->z_rrlist, rrecp, r_glink); in res_nupdate()
H A Dres_findzonecut.c563 APPEND(*nsrrsp, nsrr, link); in save_ns()
631 APPEND(nsrr->addrs, arr, link); in save_a()
/titanic_51/usr/src/cmd/mailx/hdr/
H A Dusg.local.h84 #define APPEND /* New mail goes to end of mailbox */ macro
/titanic_51/usr/src/cmd/mailx/
H A Dquit.c310 #ifdef APPEND in writeback()
336 #ifndef APPEND in writeback()
352 #ifdef APPEND in writeback()
/titanic_51/usr/src/cmd/awk_xpg4/
H A Dawk.y121 %right BAR PIPE WRITE APPEND
497 | APPEND expr = {
498 $$ = node(APPEND, $2, NNULL);
H A Dawk2.c602 if ((type = np->n_type) == APPEND) in openfile()
631 case APPEND: in openfile()
/titanic_51/usr/src/cmd/awk/
H A Dawk.g.y65 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
91 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|'
301 | print prarg APPEND term { $$ = stat3($1, $2, (Node *) $3, $4); }
H A Dawk.lx.l122 <A>">>" { yylval.i = APPEND; RET(APPEND); }
H A Drun.c1637 a == APPEND && files[i].mode == GT) { in openfile()
1652 } else if (a == APPEND) { in openfile()
/titanic_51/usr/src/boot/sys/sys/
H A Dstat.h303 #define APPEND (UF_APPEND | SF_APPEND) macro
/titanic_51/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c286 APPEND(ctx->tran, new, link); in new_tran()
288 APPEND(ctx->wtran, new, wlink); in new_tran()
H A Dev_connects.c272 APPEND(ctx->accepts, new, link); in evTryAccept()
H A Dctl_srvr.c441 APPEND(ctx->sess, sess, link); in ctl_accept()
/titanic_51/usr/src/cmd/oawk/
H A Dawk.g.y36 %token APPEND
H A Dawk.lx.l97 <A>">>" { yylval = APPEND; RETURN(RELOP); }
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c155 #define APPEND 2 macro
240 int type = (flags&NV_APPEND)?APPEND:ASSIGN; in assign()
285 if (type==APPEND && (bflag= !isblocked(bp,LOOKUPS))) in assign()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvdisc.c164 #define APPEND 2 macro
249 int type = (flags&NV_APPEND)?APPEND:ASSIGN; in assign()
294 if (type==APPEND && (bflag= !isblocked(bp,LOOKUPS))) in assign()
507 /* Handle GET/SET/APPEND/UNSET disc */ in nv_setdisc()
/titanic_51/usr/src/lib/libshell/common/
H A DREADME33 APPEND on Allows var+=val string and array append.

12