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

/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dvmstate.c62 } State_t; typedef in typeref:struct:State_s
72 register State_t* state = (State_t*)handle;
139 State_t* state = (State_t*)handle;
154 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 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 Drm.c99 } State_t; typedef in typeref:struct:State_s
106 rm(State_t* state, register FTSENT* ent)
332 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)
691 State_t* state;
696 if (!(sh = CMD_CONTEXT(context)) || !(state = (State_t*)sh->ptr))
698 if (!(state = newof(0, State_t, 1, 0)))
704 memset(state, 0, offsetof(State_t, INITSTATE));
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregcache.c53 } State_t; typedef in typeref:struct:State_s
55 static State_t matchstate;
H A Dreglib.h579 } State_t; typedef in typeref:struct:State_s
581 extern State_t state;
H A Dreginit.c46 State_t state =
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dtranslate.c77 } State_t; typedef in typeref:struct:__anon9360
79 static State_t state =
/macosx-10.10/ksh-23/ksh/src/lib/libast/aso/
H A Daso.c119 } State_t;
155 static State_t state =
/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dastconf.c301 } State_t; typedef in typeref:struct:State_s
303 static State_t state = { "getconf", "_AST_FEATURES", "CONFORMANCE = standard", "POSIXLY_CORRECT", dynamic, -1 };

Completed in 190 milliseconds