Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dgetcap.c62 static int gottoprec; /* Flag indicating retrieval of toprecord */ variable
88 gottoprec = 0; in cgetset()
632 gottoprec = 0; in cgetclose()
658 if (toprec && !gottoprec) { in cgetnext()
659 gottoprec = 1; in cgetnext()
/freebsd/crypto/heimdal/lib/roken/
H A Dgetcap.c68 static int gottoprec; /* Flag indicating retrieval of toprecord */ variable
121 gottoprec = 0; in cgetset()
711 gottoprec = 0; in cgetclose()
738 if (toprec && !gottoprec) {
739 gottoprec = 1;
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c143 static int gottoprec; /* Flag indicating retrieval of toprecord */ variable
164 gottoprec = 0; in _nc_cgetset()