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

/freebsd-13-stable/contrib/tcsh/
H A Dsh.hist.c144 int mflg) /* true if -m (merge) specified */
150 (void) enthist(++eventno, sp, 1, mflg, histlen);
932 int mflg, /* true if merge requested */
952 if (mflg && Htime != 0 && p->Hprev->Htime >= Htime)
1011 if (mflg) { /* merge according to np->Htime */
1355 loadhist(Char *fname, int mflg) argument
1358 loadhist_cmd[1] = mflg ? STRmm : STRmh;
1369 /* During history merging (enthist sees mflg set), we disable management of
1372 if (mflg) {
142 savehist( struct wordent *sp, int mflg) argument
928 enthist( int event, struct wordent *lp, int docopy, int mflg, int hlen) argument
/freebsd-13-stable/usr.bin/fstat/
H A Dfstat.c71 static int mflg; /* include memory-mapped files */ variable
127 mflg = 1;
227 head = procstat_getfiles(procstat, kp, mflg);

Completed in 109 milliseconds