Home
last modified time | relevance | path

Searched refs:the_args (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dwatch.c33 static struct addremove_args the_args; variable
224 watch_modify_watchers (finfo->file, &the_args); in addremove_fileproc()
231 int set_default = the_args.setting_default; in addremove_filesdoneproc()
234 while ( !set_default && dir_check < the_args.num_dirs ) in addremove_filesdoneproc()
239 if ( the_args.local ) in addremove_filesdoneproc()
240 set_default = strcmp( update_dir, the_args.dirs[ dir_check ] )==0; in addremove_filesdoneproc()
242 …set_default = strncmp( update_dir, the_args.dirs[ dir_check ], strlen( the_args.dirs[ dir_check ] … in addremove_filesdoneproc()
247 watch_modify_watchers (NULL, &the_args); in addremove_filesdoneproc()
262 the_args.commit = 0; in watch_addremove()
263 the_args.edit = 0; in watch_addremove()
[all …]
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dlvmcmdline.c609 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()
H A Dlvm.c100 if (!(c = (_cmdline->the_args + in _list_args()
116 l = (_cmdline->the_args + in _list_args()
H A Dlvm2cmdline.h24 struct arg *the_args; member