Home
last modified time | relevance | path

Searched defs:State_s (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcp.c157 typedef struct State_s /* program state */ struct
159 Shbltin_t* context; /* builtin context */
160 int backup; /* BAK_* type */
161 int directory; /* destination is directory */
162 int flags; /* FTS_* flags */
163 int force; /* force approval */
164 int fs3d; /* 3d fs enabled */
165 int hierarchy; /* preserve hierarchy */
166 int interactive; /* prompt for approval */
167 int missmode; /* default missing dir mode */
[all …]
H A Dcksum.c119 typedef struct State_s /* program state */ struct
121 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 …]
H A Drm.c83 typedef struct State_s /* program state */ struct
85 Shbltin_t* context; /* builtin context */
86 int clobber; /* clear out file data first */
87 int directory; /* remove(dir) not rmdir(dir) */
88 int force; /* force actions */
89 int fs3d; /* 3d enabled */
90 int interactive; /* prompt for approval */
91 int recursive; /* remove subtrees too */
92 int terminal; /* attached to terminal */
93 int uid; /* caller uid */
[all …]
H A Dvmstate.c55 typedef struct State_s struct
57 char* format;
58 Vmalloc_t* vm;
59 Vmstat_t vs;
60 unsigned int regions;
61 Vmalloc_t* region[256];
H A Dexpr.c176 typedef struct State_s struct
178 int standard;
179 char** arglist;
180 char buf[36];
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcache.c47 typedef struct State_s struct
49 unsigned int size;
50 unsigned long serial;
51 char* locale;
52 Cache_t** cache;
H A Dreglib.h564 typedef struct State_s /* shared state */ struct
566 regmatch_t nomatch;
568 {
571 } escape[52];
572 short* magic[UCHAR_MAX+1];
573 regdisc_t disc;
574 int fatal;
575 int initialized;
576 Dt_t* attrs;
577 Dt_t* names;
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c278 typedef struct State_s struct
281 const char* id;
282 const char* name;
283 const char* standard;
284 const char* strict;
285 Feature_t* features;
287 int std;
291 int prefix;
292 int synthesizing;
294 char* data;
[all …]
H A Dlcgen.c114 static struct State_s struct
116 Table_t attribute;
117 Table_t charset;
118 Table_t language;
119 Table_t territory;
120 Table_t map;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c84 static struct State_s struct
86 char* prefix;
87 Sfio_t* tty;
88 unsigned long count;
89 int breakpoint;
90 regex_t* match;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrmatch.c61 static struct State_s struct
63 regmatch_t* match;
64 int nmatch;