Searched refs:bufstart (Results 1 – 4 of 4) sorted by relevance
103 static char *bufstart; /* start of buffer so we can compute offsets */ variable124 bufstart = bufptr = buf; in _nc_reset_input()206 bufstart = 0; in next_char()232 bufstart = 0; in next_char()239 if (bufstart) in next_char()240 bufstart = result; in next_char()246 bufstart = result; in next_char()259 if ((bufptr = bufstart) != 0) { in next_char()293 first_column = (bufptr == bufstart); in next_char()306 if (bufptr == bufstart) in push_back()[all …]
161 c->bufstart = c->bufend; in chat_UpdateSet()301 if (end < c->bufstart) in chat_UpdateSet()302 end = c->bufstart; in chat_UpdateSet()303 for (begin = c->bufstart; begin < end; begin++) in chat_UpdateSet()305 c->bufstart = begin + c->arglen; in chat_UpdateSet()359 for (ptr = c->bufend - (in == -1 ? 1 : in + 1); ptr >= c->bufstart; ptr--) in chat_UpdateLog()404 if (ebegin < c->bufstart) in chat_Read()405 ebegin = c->bufstart; in chat_Read()410 if (abegin < c->bufstart) in chat_Read()411 abegin = c->bufstart; in chat_Read()[all …]
57 char *bufstart; /* start of relevant data */55 char *bufstart; /* start of relevant data */ global() member
3544 void *ker = (void *)(uintptr_t)hdr->nr_body, *bufstart; in nmreq_copyout() local3554 bufstart = ptrs; in nmreq_copyout()3606 nm_os_free(bufstart); in nmreq_copyout()