Lines Matching defs:nflag
68 bool nflag = false, tflag = false;
96 nflag = true;
99 tflag = nflag = true;
140 list_children(fd, argc ? argv[0] : NULL, nflag, tflag, 0);
192 if (!nflag) {
200 extract_property(data_dict, argv[i], nflag);
213 extract_property(prop_dictionary_t dict, const char *prop, bool nflag)
249 display_object(obj, nflag);
255 display_object(prop_object_t obj, bool nflag)
280 if (!nflag)
283 display_object(next_obj, nflag);
291 list_children(int fd, char *dvname, bool nflag, bool tflag, int depth)
323 if (!nflag) {
329 list_children(fd, laa.l_childname[i], nflag,