HomeSort by: relevance | last modified time | path
    Searched defs:the_args (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/tools/
lvm2cmdline.h 24 struct arg *the_args; member in struct:cmdline_context
  /src/external/gpl2/xcvs/dist/src/
watch.c 33 static struct addremove_args the_args; variable in typeref:struct:addremove_args
224 watch_modify_watchers (finfo->file, &the_args);
231 int set_default = the_args.setting_default;
234 while ( !set_default && dir_check < the_args.num_dirs )
239 if ( the_args.local )
240 set_default = strcmp( update_dir, the_args.dirs[ dir_check ] )==0;
242 set_default = strncmp( update_dir, the_args.dirs[ dir_check ], strlen( the_args.dirs[ dir_check ] ) ) == 0;
247 watch_modify_watchers (NULL, &the_args);
262 the_args.commit = 0
    [all...]

Completed in 25 milliseconds