Searched refs:hflg (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.hist.c1054 phist(struct Hist *hp, int hflg) argument
1056 if (hflg & HIST_ONLY) {
1068 if (hflg & HIST_TIME)
1099 dophist(int n, int hflg) argument
1108 if ((hflg & HIST_REV) == 0) {
1122 phist(hp, hflg);
1125 phist(hp, hflg);
1133 int n, hflg = 0; local
1144 hflg |= HIST_CLEAR;
1147 hflg |
[all...]
H A Dsh.c1547 st_save(struct saved_state *st, int unit, int hflg, Char **al, Char **av) argument
1596 if (hflg)
1638 enterhist = hflg;
1707 srcunit(int unit, int onlyown, int hflg, Char **av) argument
1733 st_save(&st, unit, hflg, NULL, av);
2160 int hflg = 0; local
2168 hflg++;
2173 hflg = 2;
2181 if ((!srcfile(file, 0, hflg, t)) && (!hflg)
[all...]
/freebsd-9.3-release/bin/mv/
H A Dmv.c71 static int fflg, hflg, iflg, nflg, vflg; variable
93 hflg = 1;
133 if (hflg) {

Completed in 120 milliseconds