Searched refs:nexttype (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/parser/
H A Dparse.c1165 int nexttype, tctype; local
1203 nexttype = get_token(fp, nexttoken);
1207 if (nexttype == OF){
1210 nexttype = get_token(fp, nexttoken);
1213 nexttype = get_token(fp, nexttoken);
1225 if (nexttype == LEFTBRACKET) {
1271 nexttype = get_token(fp, nexttoken);
1272 } else if (nexttype == LEFTPAREN){
1274 nexttype = get_token(fp, nexttoken);
1275 nexttype
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c924 goto nexttype;
947 nexttype:
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dfd.c773 uint_t nexttype; local
805 nexttype = fdp->d_deffdtype;
833 fdp->d_curfdtype = (signed char)nexttype;
834 nexttype = (nexttype + 1) % nfdtypes;

Completed in 112 milliseconds