Searched refs:lastval (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 621 uint_t lastval; local 640 lastval = gate->sgd_ist; 643 lastval = gate->sgd_stkcpy; 660 gate->sgd_dpl, (gate->sgd_p ? '+' : ' '), type, lastval);
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 235 static int lastval; variable 872 val = lastval; 1156 lastval = 0; 1159 lastval = 1;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.c | 5066 char *tokval, *lastval; local 5083 tokval = (char *)strtok_r(dfltst, ",", &lastval); 5094 tokval = (char *)strtok_r(NULL, ",", &lastval);
|
Completed in 64 milliseconds