Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.hist.c1050 phist(struct Hist *hp, int hflg) in phist() argument
1054 if (hflg & HIST_ONLY) { in phist()
1066 if (hflg & HIST_TIME) in phist()
1097 dophist(int n, int hflg) in dophist() argument
1106 if ((hflg & HIST_REV) == 0) { in dophist()
1120 phist(hp, hflg); in dophist()
1123 phist(hp, hflg); in dophist()
1131 int n, hflg = 0; in dohist() local
1142 hflg |= HIST_CLEAR; in dohist()
1145 hflg |= HIST_ONLY; in dohist()
[all …]
H A Dsh.c1571 st_save(struct saved_state *st, int unit, int hflg, Char **al, Char **av) in st_save() argument
1620 if (hflg) in st_save()
1662 enterhist = hflg; in st_save()
1731 srcunit(int unit, int onlyown, int hflg, Char **av) in srcunit() argument
1757 st_save(&st, unit, hflg, NULL, av); in srcunit()
2191 int hflg = 0; in dosource() local
2199 hflg++; in dosource()
2204 hflg = 2; in dosource()
2213 if ((!srcfile(file, 0, hflg, t)) && (!hflg) && (!bequiet)) in dosource()
/freebsd/bin/mv/
H A Dmv.c58 static int fflg, hflg, iflg, nflg, vflg; variable
78 hflg = 1; in main()
118 if (hflg) { in main()