Home
last modified time | relevance | path

Searched refs:lastval (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c163 char *lastval=0; in arith_exec() local
244 lastval = node.value = (char*)dp; in arith_exec()
246 lastval = 0; in arith_exec()
293 if(lastval) in arith_exec()
297 if(lastval && node.ptr) in arith_exec()
301 node.value = lastval; in arith_exec()
311 lastval = 0; in arith_exec()
490 lastval = 0; in arith_exec()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c632 uint_t lastval; in gate_desc_dump() local
651 lastval = gate->sgd_ist; in gate_desc_dump()
654 lastval = gate->sgd_stkcpy; in gate_desc_dump()
671 gate->sgd_dpl, (gate->sgd_p ? '+' : ' '), type, lastval); in gate_desc_dump()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c239 static int lastval; variable
913 val = lastval; in execute()
1171 lastval = 0; in execute()
1174 lastval = 1; in execute()
/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c918 unsigned long long lastval = 0; in parse_enum_declaration() local
932 lastval = get_expression_value(expr); in parse_enum_declaration()
939 lastval++; in parse_enum_declaration()
946 expr->value = lastval; in parse_enum_declaration()
999 update_range(&range, lastval, ctype); in parse_enum_declaration()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c5066 char *tokval, *lastval; in read_mapped_values() local
5083 tokval = (char *)strtok_r(dfltst, ",", &lastval); in read_mapped_values()
5094 tokval = (char *)strtok_r(NULL, ",", &lastval); in read_mapped_values()