Home
last modified time | relevance | path

Searched refs:matchExpr (Results 1 – 3 of 3) sorted by relevance

/build/kati/
Dshellutil_test.go72 m, ok := matchExpr(expr{tc.sharg}, b.pattern)
Dexpr.go736 func matchExpr(exp, pat expr) ([]Value, bool) { func
Dfunc.go1004 if v, ok := matchExpr(exp, sb.pattern); ok {