Searched refs:cs_init (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/nvi/vi/
H A Dv_word.c111 if (cs_init(sp, &cs))
271 if (cs_init(sp, &cs))
417 if (cs_init(sp, &cs))
H A Dv_sentence.c64 if (cs_init(sp, &cs))
211 if (cs_init(sp, &cs))
H A Dgetc.c40 * cs_init --
43 * PUBLIC: int cs_init(SCR *, VCS *);
46 cs_init(SCR *sp, VCS *csp) function
H A Dv_match.c85 if (cs_init(sp, &cs))
H A Dextern.h1 int cs_init(SCR *, VCS *);
H A Dvi.h167 int cs_init(SCR *, VCS *);
H A Dv_txt.c2749 if (cs_init(sp, &cs))
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_subr.c142 if (fs->e2fs_clustersum[cg].cs_init == 0) {
169 fs->e2fs_clustersum[cg].cs_init = 1;
H A Dext2fs.h185 int8_t cs_init; /* cluster summary has been initialized */ member in struct:csum
H A Dext2_vfsops.c534 sump->cs_init = 0;
673 sump->cs_init = 0;
/freebsd-11-stable/sys/dev/cs/
H A Dif_cs.c76 static void cs_init(void *);
486 ifp->if_init=cs_init;
606 cs_init(void *xsc) function

Completed in 117 milliseconds