Home
last modified time | relevance | path

Searched refs:rflg (Results 1 – 2 of 2) sorted by relevance

/minix3/bin/csh/
H A Dhist.c142 int hflg, n, rflg; in dohist() local
145 rflg = 0; in dohist()
163 rflg++; in dohist()
177 dohist1(Histlist.Hnext, &n, rflg, hflg); in dohist()
181 dohist1(struct Hist *hp, int *np, int rflg, int hflg) in dohist1() argument
190 if (rflg == 0) { in dohist1()
191 dohist1(hp->Hnext, np, rflg, hflg); in dohist1()
/minix3/bin/sh/
H A Dhistedit.c233 volatile int nflg = 0, rflg = 0, sflg = 0; in histcmd() local
268 rflg = 1; in histcmd()
364 if (rflg) { in histcmd()