Lines Matching refs:varname

2663 getbufvar({buf}, {varname} [, {def}])
2664 any variable {varname} in buffer {buf}
2706 gettabvar({nr}, {varname} [, {def}])
2707 any variable {varname} in tab {nr} or {def}
2716 getwinvar({nr}, {varname} [, {def}])
2717 any variable {varname} in window {nr}
2945 setbufvar({buf}, {varname}, {val})
2946 none set {varname} in buffer {buf} to {val}
2965 settabvar({nr}, {varname}, {val}) none set {varname} in tab page {nr} to {val}
2966 settabwinvar({tabnr}, {winnr}, {varname}, {val})
2967 none set {varname} in window {winnr} in tab
2971 setwinvar({nr}, {varname}, {val}) none set {varname} in window {nr} to {val}
4544 varname internal variable (see
5427 getbufvar({buf}, {varname} [, {def}]) *getbufvar()*
5429 {varname} in buffer {buf}. Note that the name without "b:"
5431 The {varname} argument is a string.
5432 When {varname} is empty returns a |Dictionary| with all the
5434 When {varname} is equal to "&" returns a |Dictionary| with all
5436 Otherwise, when {varname} starts with "&" returns the value of
5449 GetBufnr()->getbufvar(varname)
6270 gettabvar({tabnr}, {varname} [, {def}]) *gettabvar()*
6271 Get the value of a tab-local variable {varname} in tab page
6274 The {varname} argument is a string. When {varname} is empty a
6281 GetTabnr()->gettabvar(varname)
6283 gettabwinvar({tabnr}, {winnr}, {varname} [, {def}]) *gettabwinvar()*
6284 Get the value of window-local variable {varname} in window
6286 The {varname} argument is a string. When {varname} is empty a
6288 When {varname} is equal to "&" get the values of all
6290 Otherwise, when {varname} starts with "&" get the value of a
6292 Note that {varname} must be the name without "w:".
6310 GetTabnr()->gettabwinvar(winnr, varname)
6433 getwinvar({winnr}, {varname} [, {def}]) *getwinvar()*
6440 GetWinnr()->getwinvar(varname)
9781 setbufvar({buf}, {varname}, {val}) *setbufvar()*
9782 Set option or local variable {varname} in buffer {buf} to
9788 The {varname} argument is a string.
9797 GetValue()->setbufvar(buf, varname)
10217 settabvar({tabnr}, {varname}, {val}) *settabvar()*
10218 Set tab-local variable {varname} to {val} in tab page {tabnr}.
10220 The {varname} argument is a string.
10231 settabwinvar({tabnr}, {winnr}, {varname}, {val}) *settabwinvar()*
10232 Set option or local variable {varname} in window {winnr} to
10290 setwinvar({winnr}, {varname}, {val}) *setwinvar()*