Symbol: FUNC
usr/src/cmd/awk/awk.g.y
115
%left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
usr/src/cmd/awk/awk.g.y
217
| FUNC funcname '(' varlist rparen {infunc++;} lbrace stmtlist '}'
usr/src/cmd/awk/awk.g.y
88
%token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
usr/src/cmd/awk/lex.c
519
case FUNC:
usr/src/cmd/awk/lex.c
62
{ "func", FUNC, FUNC },
usr/src/cmd/awk/lex.c
63
{ "function", FUNC, FUNC },
usr/src/cmd/awk_xpg4/awk.y
386
| FUNC {
usr/src/cmd/awk_xpg4/awk.y
389
| FUNC LPAREN eexprlist RPAREN term {
usr/src/cmd/awk_xpg4/awk.y
542
&& (type = np->n_type)!=FUNC && type!=UFUNC
usr/src/cmd/awk_xpg4/awk.y
563
(type = np->n_left->n_type)!= FUNC && type!=UFUNC)
usr/src/cmd/awk_xpg4/awk.y
81
%token <node> CONSTANT VAR FUNC
usr/src/cmd/awk_xpg4/awk0.c
100
s_tolower, FUNC, f_tolower,
usr/src/cmd/awk_xpg4/awk0.c
101
s_asort, FUNC, f_asort,
usr/src/cmd/awk_xpg4/awk0.c
102
s_close, FUNC, f_close,
usr/src/cmd/awk_xpg4/awk0.c
79
s_exp, FUNC, f_exp,
usr/src/cmd/awk_xpg4/awk0.c
81
s_index, FUNC, f_index,
usr/src/cmd/awk_xpg4/awk0.c
82
s_int, FUNC, f_int,
usr/src/cmd/awk_xpg4/awk0.c
83
s_length, FUNC, f_length,
usr/src/cmd/awk_xpg4/awk0.c
84
s_log, FUNC, f_log,
usr/src/cmd/awk_xpg4/awk0.c
85
s_split, FUNC, f_split,
usr/src/cmd/awk_xpg4/awk0.c
86
s_sprintf, FUNC, f_sprintf,
usr/src/cmd/awk_xpg4/awk0.c
87
s_sqrt, FUNC, f_sqrt,
usr/src/cmd/awk_xpg4/awk0.c
88
s_substr, FUNC, f_substr,
usr/src/cmd/awk_xpg4/awk0.c
89
s_rand, FUNC, f_rand,
usr/src/cmd/awk_xpg4/awk0.c
90
s_srand, FUNC, f_srand,
usr/src/cmd/awk_xpg4/awk0.c
91
s_sin, FUNC, f_sin,
usr/src/cmd/awk_xpg4/awk0.c
92
s_cos, FUNC, f_cos,
usr/src/cmd/awk_xpg4/awk0.c
93
s_atan2, FUNC, f_atan2,
usr/src/cmd/awk_xpg4/awk0.c
94
s_sub, FUNC, f_sub,
usr/src/cmd/awk_xpg4/awk0.c
95
s_gsub, FUNC, f_gsub,
usr/src/cmd/awk_xpg4/awk0.c
96
s_match, FUNC, f_match,
usr/src/cmd/awk_xpg4/awk0.c
97
s_system, FUNC, f_system,
usr/src/cmd/awk_xpg4/awk0.c
98
s_ord, FUNC, f_ord,
usr/src/cmd/awk_xpg4/awk0.c
99
s_toupper, FUNC, f_toupper,
usr/src/cmd/awk_xpg4/awk1.c
1152
if (lexlast == FUNC || lexlast == GETLINE || lexlast == KEYWORD)
usr/src/cmd/awk_xpg4/awk1.c
684
case FUNC:
usr/src/cmd/awk_xpg4/awk1.c
846
case FUNC:
usr/src/cmd/awk_xpg4/awk3.c
118
if (np->n_type == FUNC)
usr/src/cmd/sgs/libld/common/map_core.c
1661
value = FUNC(str, endptr, 0);
usr/src/uts/common/io/ntxn/nx_hw_pci_regs.h
106
#define ISR_MSI_INT_TRIGGER(FUNC) (UNM_PCIX_PS_REG(PCIX_MSI_F(FUNC)))
usr/src/uts/common/io/ntxn/nx_hw_pci_regs.h
70
#define PCIX_MSI_F(FUNC) (0x13000 +((FUNC) * 4))
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_nx.h
1023
#define PCIX_MSI_F(FUNC) (0x13000 +((FUNC) * 4))
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_nx.h
1059
#define ISR_MSI_INT_TRIGGER(FUNC) (UNM_PCIX_PS_REG(PCIX_MSI_F(FUNC)))