Lines Matching full:variable
48 .Op Fl m Ar variable Ns Op = Ns Ar value
101 .It Fl m Ar variable Ns Op = Ns Ar value
102 Define a configuration variable.
113 variable assignments
119 MIB variable assignments
128 All MIB variable assignments of the entire configuration (including nested
142 .Ss VARIABLE ASSIGNMENTS
143 Variable assignments can take one of two forms:
145 variable := string
146 variable ?= string
154 the string is assigned to the variable unconditionally, in the second case the
155 variable is only assigned if it does not exist yet.
157 Variable names must begin with a letter or underscore and contain only letters,
161 The MIB variable assignments in the section named
196 .Ss MIB VARIABLE ASSIGNMENTS
197 A MIB variable is assigned with the syntax
203 is the name of the variable to be set.
205 If the variable is a scalar, the index (.0) is automatically
207 If the variable is a table column, the index
239 A variable substitution is written as
241 $(variable)
245 .Ar variable
246 is the name of the variable to substitute.
247 Using an undefined variable is considered an error.