Searched refs:State_t (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | vmstate.c | 59 } State_t; typedef 69 register State_t* state = (State_t*)handle; in key() 103 State_t* state = (State_t*)handle; in visit() 119 State_t state; in b_vmstate()
|
H A D | expr.c | 181 } State_t; typedef 183 static int expr_or(State_t*, Node_t*); 185 static int getnode(State_t* state, Node_t *np) in getnode() 294 static int expr_cond(State_t* state, Node_t *np) in expr_cond() 345 static int expr_mult(State_t* state, Node_t *np) in expr_mult() 374 static int expr_add(State_t* state, Node_t *np) in expr_add() 394 static int expr_cmp(State_t* state, Node_t *np) in expr_cmp() 462 static int expr_and(State_t* state, Node_t *np) in expr_and() 478 static int expr_or(State_t* state, Node_t *np) in expr_or() 494 State_t state; in b_expr()
|
H A D | cksum.c | 140 } State_t; typedef 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) in pr() 258 verify(State_t* state, register char* s, char* check, Sfio_t* rp) in verify() 406 list(State_t* state, register Sfio_t* lp) in list() 452 State_t state; in b_cksum()
|
H A D | cp.c | 182 } State_t; typedef 191 preserve(State_t* state, const char* path, struct stat* ns, struct stat* os) in preserve() 218 visit(State_t* state, register FTSENT* ent) in visit() 668 State_t* state; in b_cp() 673 if (!(sh = CMD_CONTEXT(context)) || !(state = (State_t*)sh->ptr)) in b_cp() 675 if (!(state = newof(0, State_t, 1, 0))) in b_cp() 681 memset(state, 0, offsetof(State_t, INITSTATE)); in b_cp()
|
H A D | rm.c | 98 } State_t; typedef 105 rm(State_t* state, register FTSENT* ent) in rm() 341 State_t state; in b_rm()
|
/titanic_44/usr/src/lib/libast/common/regex/ |
H A D | regcache.c | 53 } State_t; typedef 55 static State_t matchstate;
|
H A D | reglib.h | 573 } State_t; typedef 575 extern State_t state;
|
H A D | reginit.c | 46 State_t state =
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | translate.c | 77 } State_t; typedef 79 static State_t state =
|
/titanic_44/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 285 } State_t; typedef 287 static State_t state = { "getconf", "_AST_FEATURES", dynamic, -1 };
|