Searched defs:COPY (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libpp/
H A Dppfsm.c82 #define COPY 1 macro
275 { OP, {QUICK,QUICK+1,MAC0+1}, COPY, },
307 { OP, {MAC0+1,MAC0+2,MACN}, COPY },
319 { OP, {HIT0+1,HIT0+2,HITN}, COPY },
624 case COPY:
/ast/src/cmd/INIT/
H A Dregress.sh75 [+COPY \b\afrom to\a?Copy file \afrom\a to \ato\a. \afrom\a may
245 COPY=""
509 set -- $COPY
510 COPY=""
854 function COPY # from to function
859 COPY="$COPY $@"
1330 typeset ARGS COMMAND COPY DIAGNOSTICS ERROR EXEC FLUSHED=0 GROUP=INIT
H A Dratz.c1596 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator in enum:__anon32
1627 STORED -> COPY -> TYPE
3038 state->mode = COPY;
3039 case COPY:
/ast/src/lib/libz/
H A Dinflate.h35 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator in enum:__anon450
66 STORED -> COPY -> TYPE
/ast/src/cmd/html/
H A Dhtmlrefs.c144 #define COPY 0x004 macro
1085 fp->flags |= COPY;
1097 else if (state->symlink && !(fp->flags & COPY))
1113 else if (state->symlink && !(fp->flags & (COPY|FILTER)))
H A Dtroff2html.c3641 #define COPY 002 macro
3910 if (!quote || (quote == RAW || quote == (COPY|RAW)) && argc == 1)
4006 if (quote & COPY)
4429 quote |= COPY|RAW;
/ast/src/lib/libast/vmalloc/
H A Dmalloc.c1262 #define COPY(t,e,f) while ((*t = *f++) && t < e) t++ macro
1283 COPY(t, v, s);
/ast/src/cmd/mailx/
H A Dmailx.h522 #define COPY (1<<0) macro

Completed in 43 milliseconds