Home
last modified time | relevance | path

Searched refs:dictAppendChar (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/ficl/
H A Ddict.c201 void dictAppendChar(FICL_DICT *pDict, char c) in dictAppendChar() function
H A Dficl.h746 void dictAppendChar (FICL_DICT *pDict, char c);
H A Dwords.c2433 dictAppendChar(dp, c); in cComma()