Searched refs:lastpos (Results 1 – 3 of 3) sorted by relevance
94 unsigned long lastpos = in dwarfstring_resize_to() local105 if (lastpos > 0) { in dwarfstring_resize_to()106 memcpy(b,g->s_data,lastpos); in dwarfstring_resize_to()113 g->s_data[lastpos] = 0; in dwarfstring_resize_to()115 g->s_avail = newlen - lastpos; in dwarfstring_resize_to()181 unsigned long lastpos = g->s_size - g->s_avail; in dwarfstring_append_length() local196 memcpy(g->s_data + lastpos,str,slen); in dwarfstring_append_length()
90 const char **lastpos; /* [nplus+1] */ member270 m->lastpos = NULL; in matcher()299 if (m->lastpos != NULL) in matcher()300 free((char *)m->lastpos); in matcher()335 if (g->nplus > 0 && m->lastpos == NULL) in matcher()336 m->lastpos = malloc((g->nplus+1) * in matcher()338 if (g->nplus > 0 && m->lastpos == NULL) { in matcher()351 assert(g->nplus == 0 || m->lastpos != NULL); in matcher()399 if (m->lastpos != NULL) in matcher()400 free((char *)m->lastpos); in matcher()[all …]
835 Edpos_t lastpos; in ed_read() local844 if(ep->e_multiline && newsize>ep->e_winsz && (lastpos.line=(ep->e_plen+ep->e_peol)/ep->e_winsz)) in ed_read()847 n = lastpos.line; in ed_read()848 while(lastpos.line--) in ed_read()