Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c155 cspace(&PS, "\n", 1, APPEND); in process()
156 cspace(&PS, hs, hsl, APPEND); in process()
162 cspace(&HS, "\n", 1, APPEND); in process()
163 cspace(&HS, ps, psl, APPEND); in process()
181 cspace(&PS, "\n", 1, APPEND); in process()
182 if (!mf_fgets(&PS, APPEND)) in process()
420 APPEND); in substitute()
428 cspace(&SS, s, slen, APPEND); in substitute()
452 cspace(&SS, s, slen, APPEND); in substitute()
510 cspace(&YS, &c, 1, APPEND); in do_tr()
[all …]
H A Ddefs.h135 APPEND, /* Append to the contents. */ enumerator
/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/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c585 getline(vp,APPEND); in ed_viread()
1444 mode = APPEND; in getline()
1581 mode = APPEND; in getline()
2439 return(APPEND); in textmod()
2458 return(APPEND); in textmod()
2502 return(APPEND); in textmod()
2523 return(APPEND); in textmod()
2558 return(APPEND); in textmod()
2571 return(APPEND); in textmod()
2623 mode = APPEND; in textmod()
[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()
1414 …else if((option==UPDATE||option==APPEND) && drawbuff[0]=='#' && cur>1 && cur==eol && drawbuff[cur-… in draw()
1437 if ((option == APPEND)&&(ep->scvalid)&&(*logcursor == '\0')&& in draw()
/illumos-gate/usr/src/cmd/mailx/
H A Dquit.c310 #ifdef APPEND in writeback()
336 #ifndef APPEND in writeback()
352 #ifdef APPEND in writeback()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_update.c137 APPEND(zgrps, zptr, z_link); in res_nupdate()
140 APPEND(zptr->z_rrlist, rrecp, r_glink); in res_nupdate()
H A Dres_findzonecut.c559 APPEND(*nsrrsp, nsrr, link); in save_ns()
627 APPEND(nsrr->addrs, arr, link); in save_a()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dusg.local.h82 #define APPEND /* New mail goes to end of mailbox */ macro
/illumos-gate/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.c600 if ((type = np->n_type) == APPEND) in openfile()
629 case APPEND: in openfile()
H A Dawk1.c507 c = APPEND; in yylex()
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y87 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
114 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|'
331 | print prarg APPEND term {
H A Dlex.c282 yylval.i = APPEND; in yylex()
283 RET(APPEND); in yylex()
H A Drun.c1918 (a == APPEND && files[i].mode == GT)) { in openfile()
1946 } else if (a == APPEND) { in openfile()
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h303 #define APPEND (UF_APPEND | SF_APPEND) macro
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c280 APPEND(ctx->tran, new, link); in new_tran()
282 APPEND(ctx->wtran, new, wlink); in new_tran()
H A Dev_connects.c266 APPEND(ctx->accepts, new, link); in evTryAccept()
H A Dctl_srvr.c435 APPEND(ctx->sess, sess, link); in ctl_accept()
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.g.y36 %token APPEND
H A Dawk.lx.l94 <A>">>" { yylval = APPEND; RETURN(RELOP); }
H A Drun.c1193 else if (a == APPEND) in redirprint()
/illumos-gate/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()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DREADME33 APPEND on Allows var+=val string and array append.
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news128 8.*if showmode set, it will display APPEND/INSERT/REPLACE(etc.) mode