Home
last modified time | relevance | path

Searched refs:T_SLVALUE (Results 1 – 2 of 2) sorted by relevance

/dports/net/dgd/dgd-1.4.23/src/
H A Dinterpret.c192 if ((v->type == T_LVALUE || v->type == T_SLVALUE) && in i_grow_stack()
286 case T_SLVALUE: in i_pop()
355 case T_SLVALUE: in i_reverse()
887 lval->type = T_SLVALUE; in i_index_lvalue()
1162 case T_SLVALUE: in i_dup()
1321 case T_SLVALUE: in i_store()
1588 case T_SLVALUE: in i_set_sp()
H A Dinterpret.h143 # define T_SLVALUE 0x0b /* indexed string lvalue */ macro