Home
last modified time | relevance | path

Searched refs:wordchain_t (Results 1 – 5 of 5) sorted by relevance

/dports/audio/harp/harp-0.6.0/
H A Dbuild.h36 typedef struct wordchain_t{ struct
39 struct wordchain_t *next; argument
40 }wordchain_t; typedef
70 void free_wordchain(wordchain_t *w);
74 wordchain_t* make_word(wordchain_t *word, char *piece, int flags);
75 wordlist_t* make_word_list(wordlist_t *wl, wordchain_t *word);
H A Dbuild.c30 void free_wordchain(wordchain_t *w){ in free_wordchain()
31 wordchain_t *p; in free_wordchain()
73 wordchain_t* make_word(wordchain_t *word, char *piece, int flags){ in make_word()
74 wordchain_t *ptr=word; in make_word()
84 wordchain_t *temp=ptr; in make_word()
101 void wordcat(char *word, int *wordsize, wordchain_t *wc){ in wordcat()
134 char* merge_wordchain(wordchain_t *word){ in merge_wordchain()
135 wordchain_t *wc_ptr; in merge_wordchain()
204 wordlist_t* make_word_list(wordlist_t *wl, wordchain_t *word){ in make_word_list()
H A Dedit.tab.h79 wordchain_t *wc;
H A Dedit_parse.y36 wordchain_t *wc;
H A Dedit.tab.c143 wordchain_t *wc;