wd
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
config_container_t Struct Reference

#include <cmdln.h>

Data Fields

wd_oper_t wd_oper
 Type of operation which the command line has instructed should be performed. More...
 
wd_dir_format_t wd_dir_form
 Format in which file paths should be output. More...
 
char * list_fn
 Directory containing list of bookmarks. More...
 
char wd_oper_dir [MAXPATHLEN]
 Directory read from the command line upon which operations should be performed. More...
 
char * wd_bookmark_name
 Name of a bookmark read from the command line on which operations should be performed. More...
 
int wd_prompt
 Indicate whether or not to run in "interactive" mode. More...
 
int wd_store_access
 Indicate whether or not access times should be stored in the bookmarks. More...
 
time_t wd_now_time
 Time to use as the current time when manipulating datestamps. More...
 
wd_entity_t wd_entity_type
 Control which types of entity should be included in the output. More...
 
int wd_output_all
 Control whether or not all items should be output regardless of whether or not they seem to point to a valid entry in the current filesystem. More...
 

Detailed Description

Definition at line 46 of file cmdln.h.

Field Documentation

char* config_container_t::list_fn

Directory containing list of bookmarks.

Definition at line 53 of file cmdln.h.

char* config_container_t::wd_bookmark_name

Name of a bookmark read from the command line on which operations should be performed.

Definition at line 59 of file cmdln.h.

wd_dir_format_t config_container_t::wd_dir_form

Format in which file paths should be output.

Definition at line 51 of file cmdln.h.

wd_entity_t config_container_t::wd_entity_type

Control which types of entity should be included in the output.

Definition at line 70 of file cmdln.h.

time_t config_container_t::wd_now_time

Time to use as the current time when manipulating datestamps.

Saves calls to time() and also allows time to be manipulated for testing purposes

Definition at line 68 of file cmdln.h.

wd_oper_t config_container_t::wd_oper

Type of operation which the command line has instructed should be performed.

Definition at line 49 of file cmdln.h.

char config_container_t::wd_oper_dir[MAXPATHLEN]

Directory read from the command line upon which operations should be performed.

Definition at line 56 of file cmdln.h.

int config_container_t::wd_output_all

Control whether or not all items should be output regardless of whether or not they seem to point to a valid entry in the current filesystem.

Definition at line 73 of file cmdln.h.

int config_container_t::wd_prompt

Indicate whether or not to run in "interactive" mode.

Definition at line 61 of file cmdln.h.

int config_container_t::wd_store_access

Indicate whether or not access times should be stored in the bookmarks.

Definition at line 64 of file cmdln.h.


The documentation for this struct was generated from the following file: