Lines Matching refs:val
119 static void replace_with_integer(struct token *token, unsigned int val)
122 sprintf(buf, "%u", val);
150 static void replace_with_bool(struct token *token, bool val)
155 token->number = string[val];
418 const char *val = quote ? quote_token(token) : show_token(token);
419 int len = strlen(val);
428 memcpy(ptr, val, len);
795 const char *val = token->string->data;
797 val = show_token(token);
798 len = strlen(val);
799 memcpy(ptr, val, len);
2016 bool val = false;
2025 val = true;
2027 val = true;
2029 val = true;
2031 val = true;
2033 replace_with_bool(token, val);
2041 bool val = false;
2051 val = true;
2053 val = true;
2055 val = true;
2057 val = true;
2060 replace_with_bool(token, val);