Home | History | Annotate | Download | only in generate

Lines Matching refs:quoted

55 double-quoted strings passed to the generator as individual
58 Quoted strings use Go syntax and are evaluated before execution; a
59 quoted string appears as a single argument to the generator.
76 Other than variable substitution and quoted-string evaluation, no
84 order of evaluation, variables are expanded even inside quoted
295 // split breaks the line into words, evaluating quoted
299 // Parse line, obeying quoted strings.
306 // One (possibly quoted) word per iteration.
325 g.errorf("bad quoted string")
331 g.errorf("expect space after quoted argument")
336 g.errorf("mismatched quoted string")