Home
last modified time | relevance | path

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

/build/kati/
Dparser.go147 func (p *parser) handleDirective(line []byte, directives map[string]directiveFunc) bool { func
436 if p.handleDirective(nextIf, ifDirectives) {
558 if p.handleDirective(data, defineDirective) {
601 if p.handleDirective(data, defineDirective) {
671 if p.handleDirective(dline, makeDirectives) {