Home
last modified time | relevance | path

Searched refs:filep (Results 1 – 18 of 18) sorted by relevance

/mirbsd/src/usr.bin/oldroff/nroff/
Dn3.c82 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 …]
Dnii.c117 filep ip;
139 filep offset;
142 filep woff;
147 filep nextb;
154 filep apptr;
156 filep roff;
Dn5.c64 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()
Dtdef.h200 typedef long filep; typedef
204 typedef unsigned filep; typedef
Dn2.c67 extern filep ip;
68 extern filep offset;
87 extern filep woff;
Dn1.c104 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));
Dsdef.h50 filep pip;
Dd.h47 struct d {filep op; int dnl,dimac,ditrap,ditf,alss,blss,nls,mkline,
/mirbsd/src/lib/libncurses/src/ncurses/base/
Dlib_screen.c40 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/
Dsdiff.c1004 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/
Dtekhex.c865 void * filep, in tekhex_print_symbol() argument
869 FILE *file = (FILE *) filep; in tekhex_print_symbol()
Delf64-sparc.c734 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()
Decofflink.c351 bfd_boolean filep; member
420 && (*tail)->filep
440 n->filep = TRUE;
478 n->filep = FALSE;
1581 if (! l->filep)
2476 if (! l->filep)
Dlibcoff-in.h338 (bfd *, void * filep, asymbol *, bfd_print_symbol_type);
Dlibcoff.h342 (bfd *, void * filep, asymbol *, bfd_print_symbol_type);
Dcoffgen.c1864 void * filep, in coff_print_symbol() argument
1868 FILE * file = (FILE *) filep; in coff_print_symbol()
Decoff.c1363 void * filep, in _bfd_ecoff_print_symbol() argument
1369 FILE *file = (FILE *)filep; in _bfd_ecoff_print_symbol()
Delf.c1274 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()