Searched refs:rflg (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/bin/csh/
H A Dhist.c142 int hflg, n, rflg; local
145 rflg = 0;
163 rflg++;
177 dohist1(Histlist.Hnext, &n, rflg, hflg);
181 dohist1(struct Hist *hp, int *np, int rflg, int hflg) argument
190 if (rflg == 0) {
191 dohist1(hp->Hnext, np, rflg, hflg);
/netbsd-current/usr.bin/ruptime/
H A Druptime.c69 static int rflg = 1; variable
103 rflg = -1;
218 return (rflg *
230 return (rflg);
232 return (-rflg);
234 return (rflg *
246 return (rflg);
248 return (-rflg);
250 return (rflg * (HS(a2)->hs_nusers - HS(a1)->hs_nusers));
257 return (rflg * (
[all...]
/netbsd-current/bin/sh/
H A Dhistedit.c309 volatile int lflg = 0, nflg = 0, rflg = 0, sflg = 0; local
352 rflg = 1;
478 if (rflg) {
484 rflg ? " reversed" : "", rflg ? laststr : firststr, first,
485 rflg ? firststr : laststr, last));
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dgammafunction.d759 int i, rflg, dir, nflg;
775 rflg = 0;
796 rflg = 1;
804 rflg = 0;
873 if ( rflg == 1 )
875 rflg = 0;
882 rflg = 1;
899 if ( rflg == 1 && x1 < real.epsilon )
1006 if ( rflg )
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Dgammafunction.d767 int i, rflg, dir, nflg;
783 rflg = 0;
804 rflg = 1;
812 rflg = 0;
881 if ( rflg == 1 )
883 rflg = 0;
890 rflg = 1;
907 if ( rflg == 1 && x1 < real.epsilon )
1014 if ( rflg )

Completed in 216 milliseconds