Lines Matching defs:file
4 // you may not use this file except in compliance with the License.
72 // create a log file in the executable's directory.
83 files: map[string]*file{},
99 files map[string]*file
103 // file represents a source file
104 type file struct {
110 func (f *file) tokAt(lp lsp.Position) *parser.Token {
240 return nil, fmt.Errorf("Unknown file")
417 // Every good file ends with a single new line.
478 s.files[uri] = &file{
492 func (s *server) getFile(uri string) *file {