Searched refs:lastpos (Results 1 – 3 of 3) sorted by relevance
86 const char **lastpos; /* [nplus+1] */ member238 m->lastpos = NULL; in matcher()262 if (m->lastpos != NULL) in matcher()263 free((char *)m->lastpos); in matcher()299 if (g->nplus > 0 && m->lastpos == NULL) in matcher()300 m->lastpos = malloc((g->nplus+1) * in matcher()302 if (g->nplus > 0 && m->lastpos == NULL) { in matcher()315 assert(g->nplus == 0 || m->lastpos != NULL); in matcher()363 if (m->lastpos != NULL) in matcher()364 free((char *)m->lastpos); in matcher()[all …]
602 static int lastpos; in logit_flush() local613 lastlbp == lbp && lastpos == lbp->cur_pos) { in logit_flush()640 lastpos = lbp->cur_pos; in logit_flush()
823 Edpos_t lastpos; in ed_read() local832 if(ep->e_multiline && newsize>ep->e_winsz && (lastpos.line=(ep->e_plen+ep->e_peol)/ep->e_winsz)) in ed_read()835 n = lastpos.line; in ed_read()836 while(lastpos.line--) in ed_read()