Lines Matching defs:what
18 // Corresponds to the various values of "what" in the function call.
53 What what,
64 switch (what) {
124 get_path_info(input, what)
130 Possible values for the "what" parameter
207 // Extract the "what".
210 What what;
212 what = WHAT_FILE;
214 what = WHAT_NAME;
216 what = WHAT_EXTENSION;
218 what = WHAT_DIR;
220 what = WHAT_OUT_DIR;
222 what = WHAT_GEN_DIR;
224 what = WHAT_ABSPATH;
226 *err = Err(args[1], "Unknown value for 'what'.");
232 return Value(function, GetOnePathInfo(scope->settings(), current_dir, what,
240 GetOnePathInfo(scope->settings(), current_dir, what, cur, err)));