Lines Matching full:identifiers
752 Tokens consist of keywords, identifiers, constants, operators,
765 Identifiers
767 There are three kinds of identifiers \- ordinary identifiers, array identifiers
768 and function identifiers.
770 Array identifiers are followed by square brackets, possibly
776 Function identifiers are followed by parentheses, possibly enclosing arguments.
777 The three types of identifiers do not conflict;
831 \fIidentifiers\fR
833 Simple identifiers are named expressions.
1055 Only identifiers that are to be local to a function need be
1059 All other identifiers are assumed to be global
1061 All identifiers, global and local, have initial values
1063 Identifiers declared as \fBauto\fP are allocated on entry to the function
1160 The \fBauto\fR statement causes the values of the identifiers to be pushed down.
1161 The identifiers can be ordinary identifiers or array identifiers.
1162 Array identifiers are specified by following the array name by empty square
1176 be ordinary identifiers or array names.