Searched refs:cds_current (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-dump.c40 ctf_dump_item_t *cds_current; member in struct:ctf_dump_state
734 if (state->cds_current == NULL)
735 state->cds_current = ctf_list_next (&state->cds_items);
737 state->cds_current = ctf_list_next (state->cds_current);
739 if (state->cds_current == NULL)
749 for (line = state->cds_current->cdi_item; line && *line; )
780 str = strdup (state->cds_current->cdi_item);
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-dump.c40 ctf_dump_item_t *cds_current; member in struct:ctf_dump_state
767 if (state->cds_current == NULL)
768 state->cds_current = ctf_list_next (&state->cds_items);
770 state->cds_current = ctf_list_next (state->cds_current);
772 if (state->cds_current == NULL)
782 for (line = state->cds_current->cdi_item; line && *line; )
813 str = strdup (state->cds_current->cdi_item);
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-dump.c40 ctf_dump_item_t *cds_current; member in struct:ctf_dump_state
767 if (state->cds_current == NULL)
768 state->cds_current = ctf_list_next (&state->cds_items);
770 state->cds_current = ctf_list_next (state->cds_current);
772 if (state->cds_current == NULL)
782 for (line = state->cds_current->cdi_item; line && *line; )
813 str = strdup (state->cds_current->cdi_item);
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-dump.c40 ctf_dump_item_t *cds_current; member in struct:ctf_dump_state
767 if (state->cds_current == NULL)
768 state->cds_current = ctf_list_next (&state->cds_items);
770 state->cds_current = ctf_list_next (state->cds_current);
772 if (state->cds_current == NULL)
782 for (line = state->cds_current->cdi_item; line && *line; )
813 str = strdup (state->cds_current->cdi_item);

Completed in 132 milliseconds