Searched refs:the_args (Results 1 – 4 of 4) sorted by relevance
31 static struct addremove_args the_args; variable222 watch_modify_watchers (finfo->file, &the_args); in addremove_fileproc()229 int set_default = the_args.setting_default; in addremove_filesdoneproc()232 while ( !set_default && dir_check < the_args.num_dirs ) in addremove_filesdoneproc()237 if ( the_args.local ) in addremove_filesdoneproc()238 set_default = strcmp( update_dir, the_args.dirs[ dir_check ] )==0; in addremove_filesdoneproc()240 …set_default = strncmp( update_dir, the_args.dirs[ dir_check ], strlen( the_args.dirs[ dir_check ] … in addremove_filesdoneproc()245 watch_modify_watchers (NULL, &the_args); in addremove_filesdoneproc()260 the_args.commit = 0; in watch_addremove()261 the_args.edit = 0; in watch_addremove()[all …]
609 struct arg *a = _cmdline.the_args + arg; in _add_getopt_arg()638 a = _cmdline.the_args + arg; in _find_arg()662 a = _cmdline.the_args + i; in _process_command_line()733 … _cmdline.the_args[oldarg].long_arg, _cmdline.the_args[newarg].long_arg); in _merge_synonym()740 old = _cmdline.the_args + oldarg; in _merge_synonym()741 new = _cmdline.the_args + newarg; in _merge_synonym()1177 _cmdline.the_args = &_the_args[0]; in init_lvm()
100 if (!(c = (_cmdline->the_args + in _list_args()116 l = (_cmdline->the_args + in _list_args()
24 struct arg *the_args; member