Home
last modified time | relevance | path

Searched refs:next_type (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libnisdb/
H A Ddb.cc53 int next_type; /* linear or chained */ member
118 store->next_type = LINEAR; in assign_next_desc()
134 store->next_type = CHAINED; in assign_next_desc()
141 extract_next_desc(db_next_desc* desc, int *next_type, in extract_next_desc() argument
147 *next_type = 0; in extract_next_desc()
150 *next_type = ((db_next_info*) desc->db_next_desc_val)->next_type; in extract_next_desc()
151 switch (*next_type) { in extract_next_desc()
162 *next_type = 0; // invalid type in extract_next_desc()
179 int next_type; in exec_action() local
231 prev = extract_next_desc(previous, &next_type, &prev_desc); in exec_action()
[all …]
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dnvtype.c131 static Namval_t* next_type(Namval_t*, Dt_t*, Namfun_t*);
143 next_type,
572 static Namval_t *next_type(register Namval_t* np, Dt_t *root,Namfun_t *fp) in next_type() function