| /mirbsd/src/usr.bin/oldroff/nroff/ |
| D | n3.c | 82 extern filep ip; 83 extern filep offset; 84 extern filep nextb; 109 extern filep apptr; 111 extern filep woff; 112 extern filep roff; 178 register filep savoff; in casede() 179 extern filep finds(); in casede() 235 extern filep boff(); 237 if(contab[i].rq & MMASK)ffree(((filep)contab[i].x.mx)<<BLKBITS); [all …]
|
| D | nii.c | 117 filep ip; 139 filep offset; 142 filep woff; 147 filep nextb; 154 filep apptr; 156 filep roff;
|
| D | n5.c | 64 extern filep ip; 65 extern filep offset; 585 register filep p; 586 extern filep alloc(); 587 extern filep incoff(); 588 filep begin; 596 if((offset = begin = alloc()) == (filep)0)return(0); 665 pushi((filep)-1); in caserd()
|
| D | tdef.h | 200 typedef long filep; typedef 204 typedef unsigned filep; typedef
|
| D | n2.c | 67 extern filep ip; 68 extern filep offset; 87 extern filep woff;
|
| D | n1.c | 104 extern filep ip; 105 extern filep offset; 106 extern filep nextb; 209 filep ipl[NSO]; 544 extern filep boff(); 552 return(pushi(((filep)contab[j].x.mx)<<BLKBITS));
|
| D | sdef.h | 50 filep pip;
|
| D | d.h | 47 struct d {filep op; int dnl,dimac,ditrap,ditf,alss,blss,nls,mkline,
|
| /mirbsd/src/lib/libncurses/src/ncurses/base/ |
| D | lib_screen.c | 40 getwin(FILE * filep) in NCURSES_EXPORT() 45 T((T_CALLED("getwin(%p)"), filep)); in NCURSES_EXPORT() 47 clearerr(filep); in NCURSES_EXPORT() 48 (void) fread(&tmp, sizeof(WINDOW), 1, filep); in NCURSES_EXPORT() 49 if (ferror(filep)) in NCURSES_EXPORT() 94 clearerr(filep); in NCURSES_EXPORT() 98 filep); in NCURSES_EXPORT() 99 if (ferror(filep)) { in NCURSES_EXPORT() 110 putwin(WINDOW *win, FILE * filep) in putwin() argument 115 T((T_CALLED("putwin(%p,%p)"), win, filep)); in putwin() [all …]
|
| /mirbsd/src/usr.bin/sdiff/ |
| D | sdiff.c | 1004 struct fileline *filep; in printc() local 1006 filep = SIMPLEQ_FIRST(&delqhead); in printc() 1007 enqueue(filep->line, '<', NULL); in printc() 1009 free(filep); in printc()
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | tekhex.c | 865 void * filep, in tekhex_print_symbol() argument 869 FILE *file = (FILE *) filep; in tekhex_print_symbol()
|
| D | elf64-sparc.c | 734 elf64_sparc_print_symbol_all (bfd *abfd ATTRIBUTE_UNUSED, PTR filep, in elf64_sparc_print_symbol_all() argument 737 FILE *file = (FILE *) filep; in elf64_sparc_print_symbol_all()
|
| D | ecofflink.c | 351 bfd_boolean filep; member 420 && (*tail)->filep 440 n->filep = TRUE; 478 n->filep = FALSE; 1581 if (! l->filep) 2476 if (! l->filep)
|
| D | libcoff-in.h | 338 (bfd *, void * filep, asymbol *, bfd_print_symbol_type);
|
| D | libcoff.h | 342 (bfd *, void * filep, asymbol *, bfd_print_symbol_type);
|
| D | coffgen.c | 1864 void * filep, in coff_print_symbol() argument 1868 FILE * file = (FILE *) filep; in coff_print_symbol()
|
| D | ecoff.c | 1363 void * filep, in _bfd_ecoff_print_symbol() argument 1369 FILE *file = (FILE *)filep; in _bfd_ecoff_print_symbol()
|
| D | elf.c | 1274 void *filep, in bfd_elf_print_symbol() argument 1278 FILE *file = filep; in bfd_elf_print_symbol() 1301 name = (*bed->elf_backend_print_symbol_all) (abfd, filep, symbol); in bfd_elf_print_symbol()
|