Home
last modified time | relevance | path

Searched refs:entryp (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c70 TERMTYPE2 *tp = &(entryp->tterm); in _nc_extend_names()
272 _nc_init_entry(entryp); in _nc_parse_entry()
275 entryp->cend = _nc_comment_end; in _nc_parse_entry()
277 DEBUG(2, ("Comment range is %ld to %ld", entryp->cstart, entryp->cend)); in _nc_parse_entry()
301 entryp->tterm.str_table = entryp->tterm.term_names = _nc_save_str(ptr); in _nc_parse_entry()
332 entryp->nuses = 0; in _nc_parse_entry()
353 entryp->uses[entryp->nuses].name = _nc_save_str(_nc_curr_token.tk_valstring); in _nc_parse_entry()
354 entryp->uses[entryp->nuses].line = _nc_curr_line; in _nc_parse_entry()
355 entryp->nuses++; in _nc_parse_entry()
376 if (entryp->nuses != 0) { in _nc_parse_entry()
[all …]
/dragonfly/usr.bin/top/
H A Dcolor.c187 color_entry *entryp; in color_tag() local
215 entryp = entries; in color_tag()
219 while (entryp != NULL) in color_tag()
221 if (strcmp(entryp->tag, tag) == 0) in color_tag()
223 entryp->tagnext = tp; in color_tag()
224 tp = entryp; in color_tag()
226 entryp = entryp->next; in color_tag()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read.c680 _archive_read_next_header(struct archive *_a, struct archive_entry **entryp) in _archive_read_next_header() argument
684 *entryp = NULL; in _archive_read_next_header()
686 *entryp = a->entry; in _archive_read_next_header()
H A Darchive_read_disk_posix.c1112 _archive_read_next_header(struct archive *_a, struct archive_entry **entryp) in _archive_read_next_header() argument
1116 *entryp = NULL; in _archive_read_next_header()
1118 *entryp = a->entry; in _archive_read_next_header()