Searched refs:postings (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/tools/cscope-fast/ |
H A D | crossref.c | 378 (void) fputs(term, postings); in putposting() 379 (void) putc(' ', postings); in putposting() 388 (void) putc('!', postings); in putposting() 391 (void) putc(*s, postings); in putposting() 395 (void) putc(type, postings); in putposting() 399 (void) putc(' ', postings); in putposting() 402 (void) putc(*s, postings); in putposting() 405 if (putc('\n', postings) == EOF) { in putposting()
|
H A D | main.c | 93 FILE *postings; /* new inverted index postings */ variable 1110 if (invertedindex == YES && (postings = fopen(temp1, "w")) == NULL) { in build() 1226 if (fflush(postings) == EOF) { in build() 1230 (void) fstat(fileno(postings), &statstruct); in build() 1234 (void) fclose(postings); in build() 1242 if ((postings = popen(sortcommand, "r")) == NULL) { in build() 1248 postings)) > 0) { in build() 1254 (void) pclose(postings); in build()
|
H A D | global.h | 101 extern FILE *postings; /* new inverted index postings */
|
/titanic_44/usr/src/cmd/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
|