Lines Matching refs:value
126 #define STRING_ASSIGN(value,string,length) \ argument
127 ((value).start = (string), \
128 (value).end = (string)+(length), \
129 (value).pointer = (string))
443 #define PUSH(context,stack,value) \ argument
447 (*((stack).top++) = value, \
470 #define ENQUEUE(context,queue,value) \ argument
474 (*((queue).tail++) = value, \
482 #define QUEUE_INSERT(context,queue,index,value) \ argument
488 *((queue).head+(index)) = value, \
513 (token).data.alias.value = (token_value))
517 (token).data.anchor.value = (token_value))
526 (token).data.scalar.value = (token_value), \
578 (event).data.scalar.value = (event_value), \
640 (node).data.scalar.value = (node_value), \