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

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPV1SSrvMsg.java79 final static char CLOSE_PAREN = ')'; field in class:SLPV1SSrvMsg
419 tk.ordinaryChar(CLOSE_PAREN);
583 } else if (tok == CLOSE_PAREN) {
665 buf.append(CLOSE_PAREN);
696 buf.append(CLOSE_PAREN);
706 buf.append(CLOSE_PAREN);
713 buf.append(CLOSE_PAREN);
734 buf.append(CLOSE_PAREN);
741 buf.append(CLOSE_PAREN);
742 buf.append(CLOSE_PAREN);
[all...]
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l350 return CLOSE_PAREN;
H A Dzonecfg_grammar.y136 %token OPEN_PAREN CLOSE_PAREN COMMA DATASET LIMITPRIV BOOTARGS BRAND PSET PCAP
142 property_value OPEN_PAREN CLOSE_PAREN COMMA simple_prop_val
1085 complex_prop_val: OPEN_PAREN complex_piece CLOSE_PAREN

Completed in 104 milliseconds