Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c164 static int cind = 0; variable
714 if (cind >= 2) in handle_comments()
720 if (ccmnt[cind] != NULL) in handle_comments()
721 umem_free(ccmnt[cind], strlen(ccmnt[cind]) + 1); in handle_comments()
723 cind++; in handle_comments()
742 cind = 0; in parse_contents()
824 cind = 0; in parse_contents()
883 cind = 0; in parse_log()
911 cind = 0; in parse_log()
1076 if (cind == 2) { in logflush()
[all …]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vops2.c540 int cind = cindent(); in vappend() local
542 physdc(cind, cind + doomed); in vappend()