Searched defs:append (Results 1 - 21 of 21) sorted by relevance

/ast/src/cmd/pax/
H A Dpax-vdb.c175 vdb_putprologue(Pax_t* pax, register Archive_t* ap, int append) argument
185 if (append)
H A Dformat.c67 if (state.append || state.update)
324 putprologue(register Archive_t* ap, int append) argument
336 if ((!ap->format->putprologue || (*ap->format->putprologue)(&state, ap, append) >= 0) && !(ap->format->flags & DELTAINFO) && ap->delta && !(ap->delta->format->flags & PSEUDO))
364 if (state.append || state.update && (ap->io->mode & O_RDWR))
622 if (state.append || state.update)
H A Dpax-cpio.c402 cpio_putprologue(Pax_t* pax, Archive_t* ap, int append) argument
H A Dpax-slt.c601 slt_putprologue(Pax_t* pax, Archive_t* ap, int append) argument
H A Dpax-tar.c753 tar_putprologue(Pax_t* pax, register Archive_t* ap, int append) argument
955 pax_putprologue(Pax_t* pax, register Archive_t* ap, int append) argument
964 if (append)
/ast/src/lib/libtk/generic/
H A DtkTextTag.c203 int append = 0;
212 append = 1;
215 (ClientData) tagPtr, argv[4], argv[5], append);
202 int append = 0; local
H A DtkCmds.c132 int append = 0;
141 append = 1;
144 object, argv[2], argv[3], append);
130 int append = 0; local
H A DtkCanvas.c515 int append = 0;
525 append = 1;
528 object, argv[3], argv[4], append);
513 int append = 0; local
/ast/src/cmd/nmake/
H A Dmisc.c134 * append a list q onto the end of list p
139 append(List_t* p, List_t* q) function
H A Dvariable.c557 * append!=0 if v is from append
561 resetvar(register Var_t* p, char* v, int append) argument
568 if (append)
/ast/src/cmd/paxlib/ico/
H A Dico.c186 ico_putprologue(Pax_t* pax, register Paxarchive_t* ap, int append) argument
/ast/src/cmd/std/
H A Ddf.c350 * append format string to fmt
354 append(Sfio_t* fmt, const char* format) function
740 append(fmt, opt_info.arg);
753 append(fmt, fmt_ino);
771 append(fmt, fmt_opt);
800 append(fmt, state.posix > 0 ? fmt_std : fmt_def);
/ast/src/cmd/jcl/
H A Djcm.c305 parameterize(register Sfio_t* sp, register const char* s, register const char* e, int append, int index) argument
362 if (append)
484 append(Jcmlist_t* list, Jcmevent_t* event) function
517 group->reqs = append(group->reqs, event);
816 reqs = append(reqs, getevent(s, s+20, 0, 0, n));
820 reqs = append(reqs, getevent(s, s+20, 0, 0, 0));
832 state.all->reqs = append(state.all->reqs, appl);
837 appl->reqs = append(appl->reqs, group);
846 appl->reqs = append(appl->reqs, base);
866 deps = append(dep
[all...]
/ast/src/cmd/ksh93/sh/
H A Darray.c1810 void nv_setvec(register Namval_t *np,int append,register int argc,register char *argv[]) argument
1818 errormsg(SH_DICT,ERROR_exit(1),"cannot append index array to associative array %s",nv_name(np));
1820 if(append)
H A Dname.c634 int append = 0; local
640 append = ARG_APPEND;
651 if(append)
661 sh_debug(shp,trap,name,sub,av,append);
1335 int append=0; local
1481 append |= NV_NODISC;
1486 append |= NV_APPEND;
1527 c = msg==e_aliname? 0: (append | (flags&NV_EXPORT));
1530 if(!append && (flags&NV_UNJUST))
1813 int offset,append; local
[all...]
/ast/src/cmd/ie/
H A Dvi.c165 #define APPEND -10 /* append chars */
645 * This routine will append char after cur_virt in the virtual image.
652 append(c, mode) function
844 append(c,APPEND);
990 append('#', APPEND);
1384 append(c, mode);
1433 append(usrerase, mode);
1464 append(usrkill, mode);
1505 append(c, mode);
1960 append(
[all...]
/ast/src/cmd/ksh93/edit/
H A Dvi.c169 #define APPEND -10 /* append chars */
632 * This routine will append char after cur_virt in the virtual image.
638 static void append(Vi_t *vp,int c, int mode) function
824 append(vp,c,APPEND);
1015 append(vp,'#', APPEND);
1395 append(vp,c, mode);
1407 append(vp,c, mode);
1466 append(vp,usrerase, mode);
1511 append(vp,usrkill, mode);
1579 append(v
[all...]
/ast/src/cmd/re/
H A Ded.c978 append(char* (*f)(void), Line_t* a, Line_t** r) function
1035 append(getline, ed.addr2, NiL);
1190 append(getfile, ed.dot, NiL);
1422 a1 = append(getbreak, a1, &ed.addr2);
1460 append(getcopy, ed.dol, NiL);
1558 append(getline, ed.addr1 - 1, NiL);
1583 append(getfile, ed.addr2, NiL);
/ast/src/cmd/INIT/
H A Dmamake.c116 #define add(b,c) (((b)->nxt >= (b)->end) ? append(b, "") : NiL, *(b)->nxt++ = (c))
404 * append str length n to buffer and return the buffer base
428 * append str to buffer and return the buffer base
433 append(Buf_t* buf, char* str) function
795 append(buf, b);
802 append(buf, b);
889 append(buf, b);
935 append(tmp, path);
936 append(tmp, ".exe");
995 append(bu
[all...]
/ast/src/cmd/html/
H A Dtroff2html.c831 * append an extra 0 for easy arg '\n' append by if/ie/el
945 set(Tag_t* mp, char* value, int append) argument
949 if (append && mp->body)
/ast/src/cmd/mailx/
H A Dmailx.h312 #define SYSTEM (1<<6) /* append errno message */
782 char* append; member in struct:__anon136::__anon147

Completed in 394 milliseconds