Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 65) sorted by relevance

123

/plan9/sys/src/cmd/aux/
H A Dconswdir.c17 } keep[] = { variable
35 for(i = 0; i < nelem(keep); i++){ in save()
36 *keep[i].name = 0; in save()
37 if((fd = open(keep[i].file, OREAD)) != -1){ in save()
38 read(fd, keep[i].name, sizeof(keep[i].name)); in save()
48 for(i = 0; i < nelem(keep); i++) in rest()
49 if((fd = open(keep[i].file, OWRITE)) != -1){ in rest()
50 write(fd, keep[i].name, strlen(keep[i].name)); in rest()
/plan9/sys/src/cmd/gs/src/
H A Distack.c35 private int ref_stack_push_block(ref_stack_t *pstack, uint keep, uint add);
178 uint keep = data_size - margin; in ref_stack_set_margin() local
179 int code = ref_stack_push_block(pstack, keep, used - keep); in ref_stack_set_margin()
446 uint keep = (pstack->top - pstack->bot + 1) / 3; in ref_stack_extend() local
452 if (keep + request > pstack->body_size) in ref_stack_extend()
453 keep = pstack->body_size - request; in ref_stack_extend()
454 if (keep > count) in ref_stack_extend()
455 keep = count; /* required by ref_stack_push_block */ in ref_stack_extend()
456 return ref_stack_push_block(pstack, keep, request); in ref_stack_extend()
499 ref_stack_push_block(ref_stack_t *pstack, uint keep, uint add) in ref_stack_push_block() argument
[all …]
H A Diname.c558 bool keep = !free_empty; in name_scan_sub() local
563 nbase = 1, keep = true; /* don't free name 0 */ in name_scan_sub()
569 keep = true; in name_scan_sub()
577 if (keep) in name_scan_sub()
H A Dgxpcmap.c516 goto keep; in gx_pattern_cache_add_entry()
518 goto keep; in gx_pattern_cache_add_entry()
522 keep:; in gx_pattern_cache_add_entry()
H A Dwccommon.mak38 # Define additional extensions to keep `make' happy
/plan9/sys/lib/tmac/
H A Dtmac.skeep1 . \"KS keep - for keep release features. As in IFM
7 . \"KQ - real keep processor
25 . \"KF - floating keep
31 . \"FQ real floating keep processor
48 . \"KP - keep full page
52 . \"KE release - everything between keep and release is together
/plan9/sys/src/cmd/
H A Dtail.c37 extern void keep(void);
98 keep(); in main()
216 keep(void) in keep() function
/plan9/cron/sys/
H A Dcron3 # keep backup of key info
/plan9/sys/src/cmd/gs/libpng/
H A Dpngwrite.c106 int keep=png_handle_as_unknown(png_ptr, up->name); in png_write_info_before_PLTE() local
107 if (keep != PNG_HANDLE_CHUNK_NEVER && in png_write_info_before_PLTE()
110 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || in png_write_info_before_PLTE()
270 int keep=png_handle_as_unknown(png_ptr, up->name); in png_write_info() local
271 if (keep != PNG_HANDLE_CHUNK_NEVER && in png_write_info()
274 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || in png_write_info()
370 int keep=png_handle_as_unknown(png_ptr, up->name); in png_write_end() local
371 if (keep != PNG_HANDLE_CHUNK_NEVER && in png_write_end()
373 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || in png_write_end()
H A Dpngset.c1057 png_set_keep_unknown_chunks(png_structp png_ptr, int keep, png_bytep in png_set_keep_unknown_chunks() argument
1064 if(keep == PNG_HANDLE_CHUNK_ALWAYS || keep == PNG_HANDLE_CHUNK_IF_SAFE) in png_set_keep_unknown_chunks()
1069 if(keep == PNG_HANDLE_CHUNK_ALWAYS) in png_set_keep_unknown_chunks()
1090 *p=(png_byte)keep; in png_set_keep_unknown_chunks()
/plan9/sys/src/cmd/cfs/
H A Dnotes15 ? how do we keep cfs from swapping?
/plan9/sys/src/cmd/scat/
H A Dscat.c548 cull(char *s, int keep, int dobbox) in cull() argument
640 keepthis = !keep; in cull()
642 keepthis = keep; in cull()
644 keepthis = keep; in cull()
646 keepthis = keep; in cull()
648 keepthis = keep; in cull()
650 keepthis = keep; in cull()
652 keepthis = keep; in cull()
654 keepthis = keep; in cull()
657 keepthis = keep; in cull()
/plan9/sys/src/cmd/cb/
H A Dcb.c706 keep(s_op); in gotop()
719 keep(struct op *o) in keep() function
1016 puttmp(char c, int keep) in puttmp() argument
1021 if(keep){ in puttmp()
H A Dcb.h157 void keep(struct op *);
/plan9/sys/lib/ghostscript/
H A Dxlatmap8 % This file is intended to be customized by users. Please keep the
/plan9/sys/src/cmd/gs/lib/
H A Dxlatmap8 % This file is intended to be customized by users. Please keep the
/plan9/sys/src/9/pcboot/
H A Dwords8 kernel, but we have tried to keep it to a minimum.
47 by intermixing direct I/O and BIOS calls, thus we keep 9load and
/plan9/sys/lib/man/permind/
H A Deign176 keep
/plan9/sys/lib/man/lookman/
H A Djunkwords235 keep
/plan9/sys/src/cmd/ndb/
H A Ddn.c380 if(diff < Reserved || dp->keep) in dnage()
395 #define MARK(dp) { if (dp) (dp)->keep = 1; }
578 if(dp->rr == 0 && dp->refs == 0 && !dp->keep){ in dnageall()
613 dp->keep = 0; in dnagedb()
885 if (0 && rrlistlen(dp->rr) > 50 && !dp->keep) { in rrattach()
H A Ddns.h220 uchar keep; /* flag: never age this name */ member
/plan9/sys/src/cmd/gs/zlib/
H A DFAQ55 Because we would like to keep zlib as a very small and simple
221 and keep an index of those locations, then you can start decompression
329 No. PKWare has apparently decided to keep that format proprietary, since
/plan9/sys/doc/
H A Dbackup.ms99 and related scripts keep track of which BD is current and how many
/plan9/sys/src/cmd/gs/jpeg/
H A Djconfig.doc87 * and pseudo-ANSI compilers get confused. To keep one of these bozos happy,
/plan9/sys/src/9/rb/notes/
H A D9rb.ms107 (and via a fast code path), to keep alive the possibility of running

123