Home
last modified time | relevance | path

Searched refs:filec (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_nested_structs.c13 el_mode_t filec; member
20 .filec = { .el = 0, .hist = 0, },
/freebsd/usr.bin/patch/
H A Dpatch.c130 static int filec = 0; /* how many file arguments? */ variable
496 filec = 0; in reinitialize_almost_everything()
617 if (++filec == MAXFILEC) in get_some_switches()
619 filearg[filec] = xstrdup(optarg); in get_some_switches()
679 if (++filec == MAXFILEC) in get_some_switches()
681 filearg[filec] = xstrdup(*Argv++); in get_some_switches()
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips.sp.ok23 filec
/freebsd/tools/tools/nanobsd/pcengines/Files/root/
H A D.cshrc25 set filec
/freebsd/tools/tools/nanobsd/rescue/Files/root/
H A D.cshrc30 set filec
/freebsd/share/skel/
H A Ddot.cshrc28 set filec
/freebsd/bin/csh/
H A Ddot.cshrc31 set filec
/freebsd/contrib/tcsh/
H A Ddot.tcshrc26 filec \
H A Dsh.set.c233 filec = 1; in update_vars()
762 filec = 0; in unset()
H A Dsh.file.c83 int filec = 0; variable
H A Dsh.h1260 extern int filec;
H A Dsh.lex.c1670 || filec in bgetc()
H A DFixes574 11. filec compilation issue on hpux (beebe)
649 4. put back csh filec compatible support.
1916 24. Fixed a flushing bug in the filec code in sh.file.c