Lines Matching refs:params
19 static struct nl_dump_params params = {
46 params.dp_prefix = (int)(long) arg;
47 nl_object_dump(obj, ¶ms);
58 params.dp_prefix = (int)(long) arg + 2;
59 nl_cache_dump(cls_cache, ¶ms);
69 params.dp_prefix = (int)(long) arg;
70 nl_object_dump(obj, ¶ms);
77 params.dp_prefix = (int)(long) arg + 2;
78 nl_cache_dump(cls_cache, ¶ms);
88 params.dp_prefix = 0;
89 nl_object_dump(obj, ¶ms);
124 params.dp_fd = stdout;
140 case 'f': params.dp_type = nl_cli_parse_dumptype(optarg); break;