Name
yw_word_fetch_mapped_keyword -- fetch mapped keyword from given word
Synopsis
int yw_word_fetch_mapped_keyword
(YwWord *w,
t,
YwMapCache **cache,
int *res);
DESCRIPTION
This function fetches keyword from word w, treates it with
yw_map(3) and stores result at *res.
RETURN VALUE
0 is returned in case of sucess,
or -1 when there is no such word, or it has
wrong type, *res is not touched in the later case.
SEE ALSO
yw_word_fetch_keyword
(3),
yw_packet_word
(3),
INFO
Generated from: word.c,v 1.3 2001/05/05 11:36:18 dobrek Exp.