Searched defs:State_s (Results 1 – 11 of 11) sorted by relevance
143 typedef struct State_s /* program state */ struct145 void* context; /* builtin context */146 int backup; /* BAK_* type */147 int directory; /* destination is directory */148 int flags; /* FTS_* flags */149 int force; /* force approval */150 int fs3d; /* 3d fs enabled */151 int hierarchy; /* preserve hierarchy */152 int interactive; /* prompt for approval */153 int missmode; /* default missing dir mode */[all …]
119 typedef struct State_s /* program state */ struct121 int all; /* list all items */122 Sfio_t* check; /* check previous output */123 int flags; /* sumprint() SUM_* flags */124 gid_t gid; /* caller gid */125 int header; /* list method on output */126 int list; /* list file name too */127 Sum_t* oldsum; /* previous sum method */128 int permissions; /* include mode,uer,group */129 int haveperm; /* permissions in the input */[all …]
82 typedef struct State_s /* program state */ struct84 void* context; /* builtin context */85 int clobber; /* clear out file data first */86 int directory; /* remove(dir) not rmdir(dir) */87 int force; /* force actions */88 int fs3d; /* 3d enabled */89 int interactive; /* prompt for approval */90 int recursive; /* remove subtrees too */91 int terminal; /* attached to terminal */92 int uid; /* caller uid */[all …]
137 typedef struct State_s /* program state */ struct140 {144 } buffer;146 List_t file; /* pattern file list */170 } State_s; argument
52 typedef struct State_s struct54 char* format;55 Vmalloc_t* vm;56 Vmstat_t vs;57 unsigned int regions;58 Vmalloc_t* region[256];
176 typedef struct State_s struct178 int standard;179 char** arglist;180 char buf[36];
47 typedef struct State_s struct49 unsigned int size;50 unsigned long serial;51 char* locale;52 Cache_t** cache;
558 typedef struct State_s /* shared state */ struct560 regmatch_t nomatch;562 {565 } escape[52];566 short* magic[UCHAR_MAX+1];567 regdisc_t disc;568 int fatal;569 int initialized;570 Dt_t* attrs;571 Dt_t* names;[all …]
61 static struct State_s struct63 regmatch_t* match;64 int nmatch;
84 static struct State_s struct86 char* prefix;87 Sfio_t* tty;88 unsigned long count;89 int breakpoint;90 regex_t* match;
114 static struct State_s struct116 Table_t attribute;117 Table_t charset;118 Table_t language;119 Table_t territory;120 Table_t map;