Home | History | Annotate | Download | only in config

Lines Matching refs:locator

211 %type	<loclist>	locators locator
556 /* optional locator specification */
568 /* list of locator definitions */
578 /* one locator definition */
590 /* locator name */
596 /* locator default value */
601 /* multiple locator default values */
982 | locators locator { $$ = $2; app($2, $1); }
985 /* one locator */
986 locator:
1411 * Prepend a blank entry to the locator definitions so the code in
1412 * sem.c can distinguish "empty locator list" from "no locator list".