Searched defs:opt_word (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.y59 %type <str> string opt_word
350 list_cmd : SCC_LIST opt_word terminator { lscf_list($2); free($2); }
379 listpg_cmd : SCC_LISTPG opt_word terminator
383 addpg_cmd : SCC_ADDPG SCV_WORD SCV_WORD opt_word terminator
415 listprop_cmd : SCC_LISTPROP opt_word terminator
432 | SCC_SETPROP SCV_WORD SCS_EQUALS opt_word SCS_LPAREN
544 selectsnap_cmd : SCC_SELECTSNAP opt_word terminator
549 revert_cmd: SCC_REVERT opt_word terminator { lscf_revert($2); free ($2); }
659 opt_word : { $$ = NULL; } label

Completed in 54 milliseconds