Home
last modified time | relevance | path

Searched refs:UN_CSSHORT (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dtree.h95 UN_CSSHORT, /* Convert to signed short */ enumerator
H A Ddump.c90 case UN_CSSHORT: return( "(signed short)" ); in decode_UnOp()
H A Dparse.y923 $$ = tree_unop_new( current_compile, UN_CSSHORT, $5 );
H A Daction.c1468 case UN_CSSHORT: in action_proc_uop()