Home
last modified time | relevance | path

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

/build/kati/
Dparser.go147 func (p *parser) handleDirective(line []byte, directives map[string]directiveFunc) bool {
429 var ifDirectives = map[string]directiveFunc{
493 type directiveFunc func(*parser, []byte) type
495 var makeDirectives map[string]directiveFunc
498 makeDirectives = map[string]directiveFunc{
554 defineDirective := map[string]directiveFunc{
597 defineDirective := map[string]directiveFunc{