Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libcmd/common/
H A Dcp.c143 typedef struct State_s /* program state */ struct
145 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 …]
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.c82 typedef struct State_s /* program state */ struct
84 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 …]
H A Dgrep.c137 typedef struct State_s /* program state */ struct
140 {
144 } buffer;
146 List_t file; /* pattern file list */
170 } State_s; argument
H A Dvmstate.c52 typedef struct State_s struct
54 char* format;
55 Vmalloc_t* vm;
56 Vmstat_t vs;
57 unsigned int regions;
58 Vmalloc_t* region[256];
H A Dexpr.c176 typedef struct State_s struct
178 int standard;
179 char** arglist;
180 char buf[36];
/titanic_44/usr/src/lib/libast/common/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.h558 typedef struct State_s /* shared state */ struct
560 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 …]
/titanic_44/usr/src/lib/libast/common/string/
H A Dstrmatch.c61 static struct State_s struct
63 regmatch_t* match;
64 int nmatch;
/titanic_44/usr/src/lib/libast/common/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;
/titanic_44/usr/src/lib/libast/common/port/
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;