Searched refs:postings (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | crossref.c | 376 (void) fputs(term, postings); in putposting() 377 (void) putc(' ', postings); in putposting() 386 (void) putc('!', postings); in putposting() 389 (void) putc(*s, postings); in putposting() 393 (void) putc(type, postings); in putposting() 397 (void) putc(' ', postings); in putposting() 400 (void) putc(*s, postings); in putposting() 403 if (putc('\n', postings) == EOF) { in putposting()
|
H A D | main.c | 91 FILE *postings; /* new inverted index postings */ variable 1108 if (invertedindex == YES && (postings = fopen(temp1, "w")) == NULL) { in build() 1224 if (fflush(postings) == EOF) { in build() 1228 (void) fstat(fileno(postings), &statstruct); in build() 1232 (void) fclose(postings); in build() 1240 if ((postings = popen(sortcommand, "r")) == NULL) { in build() 1246 postings)) > 0) { in build() 1252 (void) pclose(postings); in build()
|
H A D | global.h | 101 extern FILE *postings; /* new inverted index postings */
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 3939 # print interface, ANSI X3.64 colour escape sequences, etc. Newsgroup postings
|
H A D | terminfo.src | 4499 # print interface, ANSI X3.64 colour escape sequences, etc. Newsgroup postings
|