Home
last modified time | relevance | path

Searched refs:readblock (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/tools/cscope-fast/
H A Dconstants.h58 (readblock() != NULL ? *blockp : '\0'))
65 #define skiprefchar() if (*(++blockp + 1) == '\0') (void) readblock()
H A Dfind.c125 } while (*(cp + 1) == '\0' && (cp = readblock()) != NULL); in findsymbol()
129 cp = readblock(); in findsymbol()
1008 } while (*(blockp + 1) == '\0' && readblock() != NULL); in matchrest()
1148 } while (*(cp + 1) == '\0' && (cp = readblock()) != NULL); in putline()
1173 } while (*(cp + 1) == '\0' && (cp = readblock()) != NULL); in getstring()
1191 } while (*(cp + 1) == '\0' && (cp = readblock()) != NULL); in scanpast()
1202 readblock(void) in readblock() function
1235 (void) readblock(); in dbseek()
H A Dmain.c1097 (void) readblock(); /* read the first cross-ref block */ in build()
1424 } while (*++cp == '\0' && (cp = readblock()) != NULL); in copydata()
1429 cp = readblock(); in copydata()
1467 } while (*++cp == '\0' && (cp = readblock()) != NULL); in copyinverted()
1472 cp = readblock(); in copyinverted()
H A Dglobal.h255 char *readblock(void);
/titanic_50/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c150 static int readblock(int);
408 while (readblock(fd_in)) in filter()
478 readblock(int fd_in) in readblock() function
/titanic_50/usr/src/common/fs/
H A Dpcfs.c93 static void *readblock(int, int);
325 block = (char *)readblock(sector + i, 1); in bpcfs_read()
436 if (!(fp = (uchar_t *)readblock(sectn, 2))) { in fat_map()
520 dxp = readblock(sector, 1); /* read one sector */ in lookup()
597 readblock(int sector, int nsec) in readblock() function
/titanic_50/usr/src/cmd/lp/filter/postscript/postio/
H A Dparallel.c64 extern int readblock(int);
356 while (readblock(fileno(stdin)) > 0) { in parallel_comm()
H A Dslowsend.c84 while ( readblock(fd_in) ) in slowsend()
H A Dpostio.c212 int readblock(int);
682 while (readblock(fd_in)) in send()
880 readblock(int fd_in) in readblock() function