Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/syslogd/
H A Dconf.c194 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()
H A Dconf.h39 int cf_ptr; /* Current dtab location for read/rewind */ member