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

/freebsd-9.3-release/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;
33 char h_opened; /* Has this ifile been opened? */
41 #define int_ifile(h) ((struct ifile *)(h))
47 static struct ifile anchor = { &anchor, &anchor, NULL, NULL, 0, 0, '\0',
53 register struct ifile *p;
61 * Link an ifile into the ifile lis
[all...]
H A Dmain.c73 IFILE ifile; local
188 * to "register" them with the ifile system.
190 ifile = NULL_IFILE;
192 ifile = get_ifile(FAKE_HELPFILE, ifile);
211 (void) get_ifile(filename, ifile);
212 ifile = prev_ifile(NULL_IFILE);
220 (void) get_ifile(filename, ifile);
221 ifile = prev_ifile(NULL_IFILE);
H A Dmark.c18 * A mark is an ifile (input file) plus a position within the file.
246 * Clear the marks associated with a specified ifile.
249 unmark(ifile)
250 IFILE ifile;
255 if (marks[i].m_ifile == ifile)
H A Dedit.c209 * ifile == NULL means just close the current file.
212 edit_ifile(ifile)
213 IFILE ifile;
227 if (ifile == curr_ifile)
253 * Don't keep the help file in the ifile list.
260 if (ifile == NULL_IFILE)
272 filename = save(get_filename(ifile));
333 del_ifile(ifile);
339 if (was_curr_ifile == ifile)
342 * Whoops. The "current" ifile i
[all...]
H A Dfilename.c320 IFILE ifile; local
349 ifile = fchar_ifile(*fr);
350 if (ifile == NULL_IFILE)
353 n += strlen(get_filename(ifile));
383 ifile = fchar_ifile(*fr);
384 if (ifile == NULL_IFILE)
388 strcpy(to, get_filename(ifile));
/freebsd-9.3-release/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-9.3-release/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-9.3-release/usr.bin/less/
H A DMakefile5 decode.c edit.c filename.c forwback.c help.c ifile.c input.c \
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm.c524 FILE *ifile; local
539 if ((ifile = fopen(ifilename, "r")) == NULL) {
612 fgets(buf, sizeof(buf), ifile);
634 fgets(buf, sizeof(buf), ifile);
645 while(fgets(buf, sizeof(buf), ifile) != NULL)
648 fclose(ifile);
/freebsd-9.3-release/usr.bin/make/
H A Dparse.c386 struct IFile *ifile; /* the state on the top of the includes stack */ local
390 ifile = TAILQ_FIRST(&includes);
391 TAILQ_REMOVE(&includes, ifile, link);
393 free(ifile->fname);
394 if (ifile->F != NULL) {
395 fclose(ifile->F);
398 if (ifile->str != NULL) {
399 free(ifile->str);
401 free(ifile);
/freebsd-9.3-release/usr.bin/m4/
H A Deval.c709 doincl(const char *ifile) argument
713 if (fopen_trypath(infile+ilevel+1, ifile) != NULL) {
/freebsd-9.3-release/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

Completed in 86 milliseconds