Home
last modified time | relevance | path

Searched refs:T_DICT (Results 1 – 7 of 7) sorted by relevance

/dports/devel/tass64/64tass-1.56.2625-src/
H A Dtypeobj.h35 T_DICT, T_MACRO, T_SEGMENT, T_UNION, T_STRUCT, T_MFUNC, T_CODE, T_LBL, enumerator
H A Ddictobj.c739 case T_DICT: in calc2()
784 case T_DICT: in rcalc2()
833 new_type(&obj, T_DICT, "dict", sizeof(Dict)); in dictobj_init()
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dminips.cpp221 if (ty==T_DICT) RDICT(v)->free(); in delete0()
252 } else if (ty==T_DICT) { in dump()
443 ty=T_DICT; in Dict()
558 ty=T_DICT; in Dict()
927 if (getType(job)!=T_DICT) Error::sev(Error::EERROR) << "scanf_dict: dict expected" << (Error*)0; in scanf_dict()
H A Dminips.hpp74 T_STRING=5, T_ARRAY=6, T_DICT=7, T_SNAME=8, T_ENAME=9, T_VOID=10,
H A Drule.cpp372 "Hints", MiniPS::T_DICT, MiniPS::Qnull, &dictHints, in fromDict()
405 "DCT", MiniPS::T_DICT, MiniPS::Qnull, &DCT, in fromDict()
H A Dsam2p_main.cpp976 "Templates", MiniPS::T_DICT, MiniPS::Qnull, &Rule::Templates, in run_sam2p_engine()
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-read.c352 #define T_DICT 1 /* name of a dict class (atom, followed by '{') */ macro
2811 { cur_token.type = T_DICT; in get_token__LD()
2964 cur_token.type = T_DICT; in get_token__LD()
3651 case T_DICT: in is_name_token()
4179 case T_DICT: in is_key_token()
4232 { case T_DICT: in read_dict()
4379 case T_DICT: in simple_term()