Searched refs:ifile (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/less/
H A Difile.c14 * It is actually a pointer to an ifile structure,
26 struct ifile { struct
27 struct ifile *h_next; /* Links for command line list */
28 struct ifile *h_prev;
34 char h_opened; /* Has this ifile been opened? */
44 #define int_ifile(h) ((struct ifile *)(h))
50 static struct ifile anchor = { &anchor, &anchor, NULL, NULL, NULL, 0, 0, '\0',
56 struct ifile *p;
64 * Link an ifile into the ifile lis
[all...]
H A Dmark.c20 * A mark is an ifile (input file) plus a position within the file.
27 * because we don't want to create an ifile until the
53 cmark(m, ifile, pos, ln)
55 IFILE ifile;
59 m->m_ifile = ifile;
90 mark_set_ifile(m, ifile)
92 IFILE ifile;
94 m->m_ifile = ifile;
356 * Clear the marks associated with a specified ifile.
359 unmark(ifile)
[all...]
H A Dmain.c75 IFILE ifile; local
190 * to "register" them with the ifile system.
192 ifile = NULL_IFILE;
194 ifile = get_ifile(FAKE_HELPFILE, ifile);
215 (void) get_ifile(qfilename, ifile);
217 ifile = prev_ifile(NULL_IFILE);
221 (void) get_ifile(*argv++, ifile);
222 ifile = prev_ifile(NULL_IFILE);
H A Dedit.c235 * ifile == NULL means just close the current file.
238 edit_ifile(ifile)
239 IFILE ifile;
251 if (ifile == curr_ifile)
277 * Don't keep the help file in the ifile list.
284 if (ifile == NULL_IFILE)
296 filename = save(get_filename(ifile));
301 altpipe = get_altpipe(ifile);
306 * chflags and f are not used by ch_init if ifile has
312 alt_filename = get_altfilename(ifile);
[all...]
H A Dfuncs.h115 public int edit_ifile LESSPARAMS ((IFILE ifile));
157 public IFILE getoff_ifile LESSPARAMS ((IFILE ifile));
160 public char * get_filename LESSPARAMS ((IFILE ifile));
161 public char * get_real_filename LESSPARAMS ((IFILE ifile));
162 public int get_index LESSPARAMS ((IFILE ifile));
163 public void store_pos LESSPARAMS ((IFILE ifile, struct scrpos *scrpos));
164 public void get_pos LESSPARAMS ((IFILE ifile, struct scrpos *scrpos));
165 public void set_open LESSPARAMS ((IFILE ifile));
166 public int opened LESSPARAMS ((IFILE ifile));
167 public void hold_ifile LESSPARAMS ((IFILE ifile, in
[all...]
H A Dfilename.c313 IFILE ifile; local
342 ifile = fchar_ifile(*fr);
343 if (ifile == NULL_IFILE)
346 n += (int) strlen(get_filename(ifile));
376 ifile = fchar_ifile(*fr);
377 if (ifile == NULL_IFILE)
381 strcpy(to, get_filename(ifile));
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_ifile.c62 struct nandfs_node *ifile; local
70 ifile = nmp->nm_ifile_node;
71 vp = NTOV(ifile);
74 /* Allocate new inode in ifile */
76 error = nandfs_find_free_entry(mdt, ifile, &req);
82 error = nandfs_get_entry_block(mdt, ifile, &req, &entry, 1);
114 struct nandfs_node *ifile; local
121 ifile = nmp->nm_ifile_node;
122 vp = NTOV(ifile);
128 error = nandfs_find_entry(mdt, ifile,
158 struct nandfs_node *ifile; local
193 struct nandfs_node *ifile; local
[all...]
H A Dnandfs_segment.c982 struct nandfs_node *dat, *su, *ifile, *cp; local
998 ifile = nmp->nm_ifile_node;
1034 VOP_LOCK(NTOV(ifile), LK_EXCLUSIVE);
1039 VOP_UNLOCK(NTOV(ifile), 0);
1046 VOP_UNLOCK(NTOV(ifile), 0);
1071 &ifile->nn_inode, seginfo->blocks);
1125 struct nandfs_node *dat, *su, *ifile, *cp, *gc; local
1140 ifile = nmp->nm_ifile_node;
1143 VOP_LOCK(NTOV(ifile), LK_EXCLUSIVE);
1149 nandfs_iterate_system_vnode(ifile, seginf
[all...]
H A Dnandfs_vfsops.c1043 /* Get ifile inode */
1047 printf("mount_nandfs: can't read ifile node\n");
1497 struct nandfs_node *ifile; local
1508 ifile = nmp->nm_ifile_node;
1512 VOP_LOCK(NTOV(ifile), LK_SHARED);
1513 error = nandfs_bread(ifile, 0, NOCRED, 0, &bp);
1516 VOP_UNLOCK(NTOV(ifile), 0);
1526 VOP_UNLOCK(NTOV(ifile), 0);
/freebsd-12-stable/contrib/bmake/
H A Dmkdeps.sh160 for ifile in $*
167 [ -f "$dir/$ifile" ] && break
170 if [ ! -f "$dir/$ifile" ]; then
172 iline=`grep -n ".*include.*[\"<]$ifile[\">]" $file | cut -d: -f1`
173 echo "\"$file\", line $iline: cannot find include file \"$ifile\"" >> $EF
178 ifile=$dir/$ifile
181 case `grep "$ifile" $TF` in
182 "") echo "$ifile" >> $TF;;
188 len=`expr "$ifile "
[all...]
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dvmsbuild.com66 $ if f$trnlnm("IFILE$").nes."" then close/noLog ifile$
67 $ open/Read ifile$ dummy.list
68 $iloop: read/End=idone ifile$ iline
72 $idone: close ifile$
/freebsd-12-stable/usr.bin/less/
H A DMakefile5 decode.c edit.c filename.c forwback.c help.c ifile.c input.c \
/freebsd-12-stable/sbin/newfs_nandfs/
H A Dnewfs_nandfs.c89 static struct file_info ifile = variable in typeref:struct:file_info
339 ifile.nblocks = 2 +
341 ifile.blocks = malloc(ifile.nblocks * sizeof(uint32_t));
342 seg_nblocks += ifile.nblocks;
380 for (j = 0; j < ifile.nblocks; j++) {
381 debug("ifile block %d at %#jx", j, (uintmax_t)start_block);
382 ifile.blocks[j] = start_block++;
496 binfo = update_block_info(binfo, &ifile);
746 ifile
[all...]
/freebsd-12-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.c526 FILE *ifile; local
541 if ((ifile = fopen(ifilename, "r")) == NULL) {
614 fgets(buf, sizeof(buf), ifile);
636 fgets(buf, sizeof(buf), ifile);
647 while(fgets(buf, sizeof(buf), ifile) != NULL)
650 fclose(ifile);
/freebsd-12-stable/contrib/binutils/gas/doc/
H A DMakefile.in543 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
545 if test -f $$ifile; then \
546 relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
547 echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
548 $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \
/freebsd-12-stable/contrib/gcclibs/libgomp/
H A DMakefile.in812 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
814 if test -f $$ifile; then \
815 relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
816 echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
817 $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \
/freebsd-12-stable/contrib/binutils/bfd/doc/
H A DMakefile.in556 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
558 if test -f $$ifile; then \
559 relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
560 echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
561 $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \
/freebsd-12-stable/contrib/binutils/binutils/doc/
H A DMakefile.in534 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
536 if test -f $$ifile; then \
537 relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
538 echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
539 $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \
/freebsd-12-stable/usr.bin/m4/
H A Deval.c734 doincl(const char *ifile) argument
738 if (fopen_trypath(infile+ilevel+1, ifile) != NULL) {
/freebsd-12-stable/crypto/heimdal/doc/
H A DMakefile.in781 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
783 if test -f $$ifile; then \
784 echo "$$ifile"; \
/freebsd-12-stable/contrib/binutils/gas/
H A Decoff.c4577 long ifile;
4581 ifile = 0;
4606 ++ifile;
4610 return offset + ifile * external_fdr_size;
4545 long ifile; local
/freebsd-12-stable/contrib/binutils/ld/
H A DMakefile.in1219 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
1221 if test -f $$ifile; then \
1222 relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
1223 echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
1224 $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \

Completed in 316 milliseconds