Searched refs:cpy (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/jcl/ |
H A D | cpy2dss.c | 177 register Cpy_t* cpy; local 185 if (!(vm = vmopen(Vmdcheap, Vmlast, 0)) || !(cpy = vmnewof(vm, 0, Cpy_t, 1, 0)) || !(cpy->dt = dtnew(vm, &dictdisc, Dtset))) 190 (*disc->errorf)(cpy, disc, ERROR_SYSTEM|2, "out of space"); 193 cpy->id = "cpy"; 194 cpy->vm = vm; 195 cpy->disc = disc; 196 cpy->ip = ip; 197 cpy 206 cpyclose(Cpy_t* cpy) argument 215 cpylex(register Cpy_t* cpy) argument 306 cpyfield(register Cpy_t* cpy) argument 631 Cpy_t* cpy; local [all...] |
/ast/src/cmd/dsslib/flat/ |
H A D | Makefile | 12 data/cpy-bin.dat data/cpy-bin.dss data/cpy-str-bin.dss \ 13 data/cpy-str-txt.dss data/cpy-txt.dat data/cpy-txt.dss \
|
/ast/src/cmd/codexlib/lzd/ |
H A D | lzd.c | 50 unsigned int cpy; member in struct:State_s 149 state->bad = state->cpy = state->eof = 0; 166 if (state->cpy) 168 state->cpy = 0; 174 state->cpy = 1; 210 state->cpy = 1;
|
/ast/src/cmd/nmake/ |
H A D | pkg-cobol.mk | 18 .SUFFIX.HEADER.cob = .cpy .CPY
|
/ast/src/cmd/pax/ |
H A D | testpax.sh | 248 mkdir cpy 249 "$@" -rw new cpy || status=1 250 diff -r new cpy/new 256 print -u2 "$TEST copy new cpy$result"
|
/ast/src/cmd/codexlib/lzh/ |
H A D | lzh.c | 70 ui4 cpy; member in struct:State_s 1181 *s++ = state->text[state->loc++] = state->text[state->cpy++]; 1184 if (state->cpy >= state->window) 1185 state->cpy = 0; 1221 state->cpy = i;
|
Completed in 12 milliseconds