Searched refs:token_value (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/yaml/src/ |
| H A D | yaml_private.h | 512 #define ALIAS_TOKEN_INIT(token,token_value,start_mark,end_mark) \ argument 514 (token).data.alias.value = (token_value)) 516 #define ANCHOR_TOKEN_INIT(token,token_value,start_mark,end_mark) \ argument 518 (token).data.anchor.value = (token_value)) 525 #define SCALAR_TOKEN_INIT(token,token_value,token_length,token_style,start_mark,end_mark) \ argument 527 (token).data.scalar.value = (token_value), \
|