Lines Matching defs:new
81 by a backslash (\). The backslash and the new line are both discarded,
115 {} [] , ; = . ' " new-line form-feed carriage-return whitespace
225 a configuration node is not present a new one is created, otherwise
233 The operation mode 'do not override' ignores a new configuration node
238 with new contents. This mode is specified with the prefix character
250 # Include a new configuration file
623 * Search and open a file, and creates a new input object reading from the file.
624 * param inputp - The functions puts the pointer to the new input object
1896 * \param id The new node id, must not be \c NULL.
1936 * \param[out] config Handle to the new node.
2070 * is created as a new top node.
2457 * \param[out] config The function puts the handle to the new node at
2459 * \param[in] id The id of the new node.
2460 * \param[in] type The type of the new node.
2463 * This functions creates a new node of the specified type.
2464 * The new node has id \a id, which may be \c NULL.
2466 * The value of the new node is zero (for numbers), or \c NULL (for
2490 * \param[out] config The function puts the handle to the new node at
2492 * \param[in] id The id of the new node.
2495 * This function creates a new node of type #SND_CONFIG_TYPE_INTEGER and
2515 * \param[out] config The function puts the handle to the new node at
2517 * \param[in] id The id of the new node.
2520 * This function creates a new node of type #SND_CONFIG_TYPE_INTEGER64
2540 * \param[out] config The function puts the handle to the new node at
2542 * \param[in] id The id of the new node.
2545 * This function creates a new node of type #SND_CONFIG_TYPE_REAL and
2562 * \param[out] config The function puts the handle to the new node at
2564 * \param[in] id The id of the new node.
2567 * This function creates a new node of type #SND_CONFIG_TYPE_STRING and
2587 * \param[out] config The function puts the handle to the new node at
2589 * \param[in] id The id of the new node.
2592 * This function creates a new node of type #SND_CONFIG_TYPE_POINTER and
2609 * \param[out] config The function puts the handle to the new node at
2611 * \param[in] id The id of the new node.
2615 * This function creates a new empty node of type
2658 * \param[out] config The function puts the handle to the new or
2661 * \param[in] root The id of the new node.
2662 * \param[in] key The id of the new node.
2667 * This function creates a new empty node of type
2755 * \param[out] config The function puts the handle to the new node at
2757 * \param[in] id The id of the new node.
2758 * \param[in] value The initial value of the new node.
2761 * This function creates a new node of type #SND_CONFIG_TYPE_INTEGER and
2785 * \param[out] config The function puts the handle to the new node at
2787 * \param[in] id The id of the new node.
2788 * \param[in] value The initial value of the new node.
2791 * This function creates a new node of type #SND_CONFIG_TYPE_INTEGER64
2815 * \param[out] config The function puts the handle to the new node at
2817 * \param[in] id The id of the new node.
2818 * \param[in] value The initial value of the new node.
2821 * This function creates a new node of type #SND_CONFIG_TYPE_REAL and
2842 * \param[out] config The function puts the handle to the new node at
2844 * \param[in] id The id of the new node.
2845 * \param[in] value The initial value of the new node. May be \c NULL.
2848 * This function creates a new node of type #SND_CONFIG_TYPE_STRING and
2882 * \param[out] config The function puts the handle to the new node at
2884 * \param[in] id The id of the new node.
2885 * \param[in] value The initial value of the new node. May be \c NULL.
2888 * This function creates a new node of type #SND_CONFIG_TYPE_STRING. The node
2934 * \param[out] config The function puts the handle to the new node at
2936 * \param[in] id The id of the new node.
2937 * \param[in] value The initial value of the new node.
2940 * This function creates a new node of type #SND_CONFIG_TYPE_POINTER and
2962 * \param value The new value for the node.
2985 * \param value The new value for the node.
3008 * \param value The new value for the node.
3028 * \param value The new value for the node. May be \c NULL.
3063 * \param value The new value for the node. May be \c NULL.
3085 * \param ascii The new value for the node, as an ASCII string.
3088 * This function changes the node's value to a new value that is parsed
3094 * node, the node's new value is a copy of \a ascii.
4998 * \param[out] dst The function puts the handle to the new configuration
5523 const char *new = str;
5528 err = parse_arg(&new, &varlen, &val);
5624 if (!*new)
5626 if (*new != ',')
5628 str = new + 1;
5651 * The new tree is not evaluated (\ref snd_config_evaluate).
5756 * In any case, \a result is a new node that must be freed by the