Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/locale/
H A Dengine.c86 const char **lastpos; /* [nplus+1] */ member
238 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 …]
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c602 static int lastpos; in logit_flush() local
613 lastlbp == lbp && lastpos == lbp->cur_pos) { in logit_flush()
640 lastpos = lbp->cur_pos; in logit_flush()
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dedit.c823 Edpos_t lastpos; in ed_read() local
832 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()