Home | History | Annotate | Download | only in include

Lines Matching refs:schar

154 typedef signed char schar;
1193 schar* data; /* Pointer to the first element of the block. */
1214 schar* block_max; /* Maximal bound of the last block. */ \
1215 schar* ptr; /* Current write pointer. */ \
1487 schar* ptr; /* pointer to free space */ \
1488 schar* block_min; /* pointer to the beginning of block*/\
1489 schar* block_max; /* pointer to the end of block */
1502 schar* ptr; /* pointer to element be read next */ \
1503 schar* block_min; /* pointer to the beginning of block */\
1504 schar* block_max; /* pointer to the end of block */ \
1506 schar* prev_elem; /* pointer to previous element */