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

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/parser/
H A Dparse.c103 #define LEFTBRACKET 30 macro
213 { "{", sizeof ("{")-1, LEFTBRACKET },
670 if ((type = get_token(fp, token)) != LEFTBRACKET){
776 if(type != LEFTBRACKET){
1098 } else if (*ntype == LEFTBRACKET) {
1225 if (nexttype == LEFTBRACKET) {
1281 if (nexttype == LEFTBRACKET) {
1477 if(type != LEFTBRACKET)

Completed in 46 milliseconds