Searched defs:prefixCond (Results 1 – 1 of 1) sorted by relevance
89 type prefixCond struct { struct90 eval func(*State, string) (bool, error)91 usage CondUsage94 func (c *prefixCond) Usage() *CondUsage { return &c.usage }96 func (c *prefixCond) Eval(s *State, suffix string) (bool, error) {