Home
last modified time | relevance | path

Searched refs:FUNC (Results 1 – 15 of 15) sorted by relevance

/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk0.c81 s_exp, FUNC, f_exp,
83 s_index, FUNC, f_index,
84 s_int, FUNC, f_int,
85 s_length, FUNC, f_length,
86 s_log, FUNC, f_log,
87 s_split, FUNC, f_split,
88 s_sprintf, FUNC, f_sprintf,
89 s_sqrt, FUNC, f_sqrt,
90 s_substr, FUNC, f_substr,
91 s_rand, FUNC, f_rand,
[all …]
H A Dawk.y82 %token <node> CONSTANT VAR FUNC
387 | FUNC = {
390 | FUNC LPAREN eexprlist RPAREN term = {
544 && (type = np->n_type)!=FUNC && type!=UFUNC
565 (type = np->n_left->n_type)!= FUNC && type!=UFUNC)
H A Dawk1.c695 case FUNC: in yyhex()
851 case FUNC: in lexid()
1156 if (lexlast == FUNC || lexlast == GETLINE || lexlast == KEYWORD) in yyerror()
H A Dawk3.c120 if (np->n_type == FUNC) in strassign()
/titanic_50/usr/src/lib/libsaveargs/tests/testmatch/
H A Ddata.s16 #define FUNC(x) \ macro
44 FUNC(gcc_mov_align)
56 FUNC(gcc_mov_basic)
67 FUNC(gcc_mov_noorder)
78 FUNC(gcc_mov_big_struct_ret)
89 FUNC(gcc_mov_struct_noorder)
100 FUNC(gcc_mov_big_struct_ret_and_spill)
112 FUNC(gcc_mov_small_struct_ret)
123 FUNC(gcc_mov_small_struct_ret_and_spill)
136 FUNC(gcc_mov_stack_spill)
[all …]
/titanic_50/usr/src/uts/common/io/ntxn/
H A Dnx_hw_pci_regs.h70 #define PCIX_MSI_F(FUNC) (0x13000 +((FUNC) * 4)) argument
106 #define ISR_MSI_INT_TRIGGER(FUNC) (UNM_PCIX_PS_REG(PCIX_MSI_F(FUNC))) argument
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h1021 #define PCIX_MSI_F(FUNC) (0x13000 +((FUNC) * 4)) argument
1057 #define ISR_MSI_INT_TRIGGER(FUNC) (UNM_PCIX_PS_REG(PCIX_MSI_F(FUNC))) argument
/titanic_50/usr/src/cmd/awk/
H A Dawk.g.y66 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
92 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FIELD FUNC
194 | FUNC funcname '(' varlist rparen {infunc++;} lbrace stmtlist '}'
H A Dawk.lx.l109 <A>func(tion)? { if (infunc) ERROR "illegal nested function" SYNTAX; RET(FUNC); }
/titanic_50/usr/src/ucbcmd/sbcp/
H A Dsbcp.s40 #define FUNC(x) \ macro
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.msg34 @ MSG_STT_FUNC_DEF "FUNC"
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c1642 #define FUNC strtoull /* Function to use */ in ld_map_strtoxword() macro
1647 #define FUNC strtoul in ld_map_strtoxword()
1659 value = FUNC(str, endptr, 0); in ld_map_strtoxword()
1681 #undef FUNC in ld_map_strtoxword()
/titanic_50/usr/src/uts/common/io/e1000api/
H A DREADME439 …6428883 NEM e1000g drive netlbtest intermittent failed when running Sunvts FUNC test with cputest,…
/titanic_50/usr/src/uts/common/io/e1000g/
H A DREADME439 …6428883 NEM e1000g drive netlbtest intermittent failed when running Sunvts FUNC test with cputest,…
/titanic_50/usr/src/grub/grub-0.97/
H A DChangeLog3854 (run_script): Run BUILTIN->FUNC with BUILTIN_SCRIPT instead of