Searched refs:APPEND (Results 26 - 50 of 66) sorted by relevance

123

/macosx-10.10/mail_cmds-30/mail/
H A Dquit.c122 #ifdef APPEND
354 #ifndef APPEND
368 #ifdef APPEND
/macosx-10.10/libresolv-57/
H A Dres_update.h44 #define APPEND(list, elt, link) \ macro
H A Dres_findzonecut.c542 APPEND(*nsrrsp, nsrr, link);
609 APPEND(nsrr->addrs, arr, link);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/edit/
H A Demacs.c165 APPEND, /* Append char before cursor to screen */ enumerator in enum:__anon9295
291 draw(ep,APPEND);
373 draw(ep,APPEND);
1076 if(ep->lastdraw==APPEND && ep->prevdirection != -2)
1275 draw(ep,APPEND);
1282 draw(ep,APPEND);
1388 ep->scvalid = 0; /* Screen is out of date, APPEND will not work */
1408 else if((option==UPDATE||option==APPEND) && drawbuff[0]=='#' && cur>1 && cur==eol && drawbuff[cur-1]!='*')
1431 if ((option == APPEND)&&(ep->scvalid)&&(*logcursor == '\0')&&
/macosx-10.10/ruby-106/ruby/lib/
H A Dlogger.rb110 # file = File.open('foo.log', File::WRONLY | File::APPEND)
112 # # file = File.open('foo.log', File::WRONLY | File::APPEND | File::CREAT)
594 open(filename, (File::WRONLY | File::APPEND))
601 logdev = open(filename, (File::WRONLY | File::APPEND | File::CREAT))
/macosx-10.10/awk-20/src/
H A Dawkgram.y54 %token <i> AND BOR APPEND EQ GE GT LE LT NE IN
81 %nonassoc APPEND EQ GE GT LE LT NE MATCHOP IN '|'
298 | print prarg APPEND term {
H A Dlex.c259 input(); yylval.i = APPEND; RET(APPEND);
H A Dytab.c94 APPEND = 283, enumerator in enum:yytokentype
191 #define APPEND 283 macro
730 "QUEST", "PLUS", "EMPTYRE", "IGNORE_PRIOR_ATOM", "AND", "BOR", "APPEND",
/macosx-10.10/OpenSSL098-52/src/apps/
H A DCA.com104 $ APPEND/NEW NL: 'CATOP']index.txt
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dutil.h198 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link) macro
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dutil.h193 #define APPEND(list, elt, link) ISC_LIST_APPEND(list, elt, link) macro
/macosx-10.10/nano-12/src/
H A Dfiles.c1271 * append is APPEND, it means we are appending instead of overwriting.
1548 fd = open(realname, O_WRONLY | O_CREAT | ((append == APPEND) ?
1566 f = fdopen(fd, (append == APPEND) ? "ab" : "wb");
1805 _("Prepend Selection to File") : (append == APPEND) ?
1811 (append == APPEND) ? _("File Name to Append to") :
1873 append = (append == APPEND) ? OVERWRITE : APPEND;
H A Dnano.h157 OVERWRITE, APPEND, PREPEND enumerator in enum:__anon11186
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dpersonal.tcl110 set code [catch { set outC [open $outF { WRONLY CREAT APPEND }] } result]
231 { WRONLY CREAT APPEND }] }])} {
H A Dimpersonal.tcl26 { WRONLY CREAT APPEND }] }])} {
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dsymtab.c216 APPEND(newtable[hv % newsize], elt, link);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dpluginmgr.tcl483 if {[regexp {[wa+]|(WRONLY)|(RDWR)|(APPEND)|(CREAT)|(TRUNC)} $acc]} {
/macosx-10.10/OpenSSL098-52/src/
H A Dmakevms.com186 $ OPEN /APPEND H_FILE 'OSCH_NAME'
381 $ OPEN /APPEND H_FILE 'bih_name'
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dstat.h502 #define APPEND (UF_APPEND | SF_APPEND) macro
/macosx-10.10/vim-55/runtime/syntax/
H A Dabap.vim63 syn keyword abapStatement CASTING APPEND RAISING VALUE COLOR
H A Dclipper.vim24 syn keyword clipperStatement ACCEPT APPEND BLANK FROM AVERAGE CALL CANCEL
H A Dfgl.vim24 syn keyword fglKeyword ALLOCATE ALTER AND ANSI ANY APPEND ARG_VAL ARRAY ARR_COUNT
H A Dfreebasic.vim68 syn keyword freebasicFiles ACCESS APPEND BINARY BLOAD BSAVE CLOSE EOF FREEFILE INPUT LOC
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dnvdisc.c164 #define APPEND 2 macro
249 int type = (flags&NV_APPEND)?APPEND:ASSIGN;
294 if (type==APPEND && (bflag= !isblocked(bp,LOOKUPS)))
507 /* Handle GET/SET/APPEND/UNSET disc */
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSoundEngine.c1318 INPUT, APPEND, DEVICE, FILEFORMAT enumerator in enum:subOptions
1375 case APPEND:

Completed in 387 milliseconds

123