Home
last modified time | relevance | path

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

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dtree.h94 UN_CUCHAR, /* Convert to unsigned char */ enumerator
H A Ddump.c89 case UN_CUCHAR: return( "(unsigned char)" ); in decode_UnOp()
H A Dparse.y917 $$ = tree_unop_new( current_compile, UN_CUCHAR, $5 );
H A Daction.c1408 case UN_CUCHAR: in action_proc_uop()