Home
last modified time | relevance | path

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

/build/kati/
Dninja.go383 var esc rune
388 esc = c
391 esc = 0
394 if esc != 0 {
395 buf.WriteRune(esc)
396 esc = 0
400 if esc != 0 {
401 buf.WriteRune(esc)
460 func (n *NinjaGenerator) ninjaVars(s string, nv [][]string, esc func(string) string) string {
471 if esc != nil {
[all …]
Drule_parser.go115 ws.esc = true
194 ws.esc = true
Dstrutil.go83 esc bool // handle \-escape member
109 if ws.esc && ws.in[ws.i] == '\\' {