Searched refs:cf_ptr (Results 1 – 2 of 2) sorted by relevance
194 cf->cf_ptr = 0; in conf_rewind()200 if (cf->cf_ptr < cf->cf_lines) in conf_read()201 return (cf->cf_dtab[cf->cf_ptr++]); in conf_read()
39 int cf_ptr; /* Current dtab location for read/rewind */ member