DragonFly On-Line Manual Pages
RKDELETEDIC(3) DragonFly Library Functions Manual RKDELETEDIC(3)
NAME
RRkkDDeelleetteeDDiicc - delete specified candidates from a dictionary
SYNOPSIS
##iinncclluuddee <<ccaannnnaa//RRKK..hh>>
iinntt RRkkDDeelleetteeDDiicc((ccxxnnuumm,, ddiiccnnaammee,, wwoorrddrreecc))
iinntt ccxxnnuumm;;
cchhaarr **ddiiccnnaammee;;
cchhaarr **wwoorrddrreecc;;
DESCRIPTION
RkDeleteDic deletes specified candidates from the dictionary named by
dicname. Specify the word to delete in the character string wordrec,
which is written in the format:
reading part-of-speech information kanji candidate
Writing wordrec, for example, as
(HIRAGANA) #T35 (KANJI) ...
will specify a candidate whose part of speech #T35 is defined by the
reading "(HIRAGANA)" and whose spelling matches "(KANJI)".
RETURN VALUE
This function returns 00 if successful; otherwise it returns --11. It
also returns --11, without doing anything, if it has been run in a
conversion mode context.
RKDELETEDIC(3)