Home
last modified time | relevance | path

Searched refs:lastpos (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarfstring.c94 unsigned long lastpos = in dwarfstring_resize_to() local
105 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() local
196 memcpy(g->s_data + lastpos,str,slen); in dwarfstring_append_length()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dengine.c90 const char **lastpos; /* [nplus+1] */ member
270 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()
399 if (m->lastpos != NULL) in matcher()
400 free((char *)m->lastpos); in matcher()
719 assert(m->lastpos != NULL); in backref()
721 m->lastpos[lev+1] = sp; in backref()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c835 Edpos_t lastpos; in ed_read() local
844 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()