Searched refs:COPY (Results 1 - 17 of 17) sorted by relevance

/ast/src/cmd/nmake/
H A Dpkg-cobol.mk21 I|COPY % |M$$(.INCLUDE.SUFFIX. cob)|
22 I|\T COPY % |M$$(.INCLUDE.SUFFIX. cob)|
23 I|\T \D COPY % |M$$(.INCLUDE.SUFFIX. cob)|
24 #I|\D *. COPY % |M$$(.INCLUDE.SUFFIX. cob)| # this one is trouble for ^[[:space:]]*COPY sqlca.cbl$
H A DMakerules.mk1345 .DO.COPY : .USE
1826 ":COPY:" : .MAKE .OPERATOR
1827 $(<:V) : .SPECIAL .DO.COPY $(>:V)
/ast/src/lib/libdll/
H A DMakefile15 dlldefs.h :COPY: FEATURE/dll
/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
H A Dinflate.c819 state->mode = COPY;
820 case COPY:
/ast/src/cmd/INIT/
H A DWWW.mk71 $(O) :COPY: $(I)
105 $(D)/$(I) :COPY: $(I)
395 $(X) :COPY: $(J)
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/libcs/
H A DMakefile33 $(HEADERS:N=*_*.h) :COPY: FEATURE/$$(<:B:/.*_//)
/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/mailx/
H A Dnames.c355 dictsearch(&wm->next, (char*)np, INSERT|IGNORECASE|STACK|OBJECT|COPY);
H A Dmailx.h522 #define COPY (1<<0) macro
H A Dvars.c808 if (!(np = object) || (op & COPY)) {
/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/
H A DMakefile260 $(HEADERGEN) :COPY: FEATURE/$$(<:B:/$(ID)_//)
262 ast_namval.h :COPY: namval.h
/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);

Completed in 101 milliseconds