Searched refs:mflg (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/fstat/
H A Dfstat.c65 static int mflg; /* include memory-mapped files */ variable
121 mflg = 1;
218 head = procstat_getfiles(procstat, kp, mflg);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.hist.c144 int mflg) /* true if -m (merge) specified */
150 (void) enthist(++eventno, sp, 1, mflg, histlen);
922 int mflg, /* true if merge requested */
942 if (mflg && Htime != 0 && p->Hprev->Htime >= Htime)
1001 if (mflg) { /* merge according to np->Htime */
1337 loadhist(Char *fname, int mflg) argument
1340 loadhist_cmd[1] = mflg ? STRmm : STRmh;
1351 /* During history merging (enthist sees mflg set), we disable management of
1354 if (mflg) {
142 savehist( struct wordent *sp, int mflg) argument
918 enthist( int event, struct wordent *lp, int docopy, int mflg, int hlen) argument

Completed in 63 milliseconds