Searched refs:State_t (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dvmstate.c61 } State_t; typedef in typeref:struct:State_s
71 register State_t* state = (State_t*)handle;
136 State_t* state = (State_t*)handle;
152 State_t state;
H A Dexpr.c181 } State_t; typedef in typeref:struct:State_s
183 static int expr_or(State_t*, Node_t*);
185 static int getnode(State_t* state, Node_t *np)
294 static int expr_cond(State_t* state, Node_t *np)
345 static int expr_mult(State_t* state, Node_t *np)
374 static int expr_add(State_t* state, Node_t *np)
394 static int expr_cmp(State_t* state, Node_t *np)
462 static int expr_and(State_t* state, Node_t *np)
478 static int expr_or(State_t* state, Node_t *np)
494 State_t stat
[all...]
H A Dod.c162 struct State_s; typedef struct State_s State_t; typedef in typeref:struct:State_s
165 typedef void (*Format_f)(State_t*, Format_t*, Sfio_t*, unsigned char*);
313 aform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
334 bform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
340 cform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
424 Cform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
486 mform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
520 Oform(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
658 form_int8(State_t* state, Format_t* fp, Sfio_t* op, unsigned char* u)
664 form_int16(State_t* stat
[all...]
H A Dcksum.c140 } State_t; typedef in typeref:struct:State_s
142 static void verify(State_t*, char*, char*, Sfio_t*);
178 pr(State_t* state, Sfio_t* op, Sfio_t* ip, char* file, int perm, struct stat* st, Sfio_t* check)
258 verify(State_t* state, register char* s, char* check, Sfio_t* rp)
406 list(State_t* state, register Sfio_t* lp)
452 State_t state;
H A Dwho.c159 } State_t; typedef in typeref:struct:__anon1501
167 static void outline(Sfio_t *out,register struct utmpx *up,register State_t* sp)
216 State_t state;
H A Drm.c98 } State_t; typedef in typeref:struct:State_s
105 rm(State_t* state, register FTSENT* ent)
331 State_t state;
H A Dcp.c197 } State_t; typedef in typeref:struct:State_s
206 preserve(State_t* state, const char* path, struct stat* ns, struct stat* os)
236 visit(State_t* state, register FTSENT* ent)
688 State_t* state;
693 if (!(sh = CMD_CONTEXT(context)) || !(state = (State_t*)sh->ptr))
695 if (!(state = newof(0, State_t, 1, 0)))
701 memset(state, 0, offsetof(State_t, INITSTATE));
H A Dfind.c155 typedef struct State_s State_t; typedef in typeref:struct:State_s
182 State_t* state;
556 register State_t* state = fp->state;
736 format(State_t* state, register char* s)
837 compile(State_t* state, char** argv, register Node_t* np, int nested)
1338 execute(State_t* state, FTSENT* ent)
1667 register State_t* state = f1->fts->fts_handle;
1711 find(State_t* state, char** paths, int flags, Sort_f sort)
1742 State_t state;
H A Dls.c350 } State_t; typedef in typeref:struct:__anon1493
397 static State_t state;
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcache.c53 } State_t; typedef in typeref:struct:State_s
55 static State_t matchstate;
H A Dreglib.h573 } State_t; typedef in typeref:struct:State_s
575 extern State_t state;
H A Dreginit.c46 State_t state =
/osnet-11/usr/src/lib/libast/common/misc/
H A Dtranslate.c77 } State_t; typedef in typeref:struct:__anon1174
79 static State_t state =
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c287 } State_t; typedef in typeref:struct:State_s
289 static State_t state = { "getconf", "_AST_FEATURES", "CONFORMANCE = standard", "POSIXLY_CORRECT", dynamic, -1 };

Completed in 72 milliseconds