Lines Matching full:parameter
36 * Extracts the name of an option from the parameter string (p points at the
63 * Extracts the value of an option from the parameter string p (p points at the
242 * Sets the value of a parameter in a given option list. The parsing of the
263 // Find a matching parameter
270 // Process parameter
282 fprintf(stderr, "Option '%s' needs a parameter\n", name);
301 * Sets the given parameter to an integer instead of a string.
309 // Find a matching parameter
316 // Process parameter
395 * Parses a parameter string (param) into an option list (dest).
400 * A parameter string consists of one or more parameters, separated by commas.
401 * Each parameter consists of its name and possibly of a value. In the latter
404 * the parameter.
430 // Find parameter name and value in the string
449 // Set the parameter