Searched refs:dictAppendUNS (Results 1 – 3 of 3) sorted by relevance
/freebsd/stand/ficl/ |
H A D | words.c | 1283 dictAppendUNS(dp, 1); in ifCoIm() 1314 dictAppendUNS(dp, 1); /* (1) compile patch placeholder */ in elseCoIm() 1467 dictAppendUNS(dp, 2); in ofCoIm() 1515 dictAppendUNS(dp, 2); in endofCoIm() 1556 dictAppendUNS(dp, 2); in fallthroughCoIm() 2029 dictAppendUNS(dp, 0); in doCoIm() 2069 dictAppendUNS(dp, 0); in qDoCoIm() 3252 dictAppendUNS(dp, 1); in whileCoIm()
|
H A D | dict.c | 273 void dictAppendUNS(FICL_DICT *pDict, FICL_UNS u) in dictAppendUNS() function
|
H A D | ficl.h | 755 void dictAppendUNS (FICL_DICT *pDict, FICL_UNS u);
|