Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk0.c79 s_exp, FUNC, f_exp,
81 s_index, FUNC, f_index,
82 s_int, FUNC, f_int,
84 s_log, FUNC, f_log,
87 s_sqrt, FUNC, f_sqrt,
89 s_rand, FUNC, f_rand,
91 s_sin, FUNC, f_sin,
92 s_cos, FUNC, f_cos,
94 s_sub, FUNC, f_sub,
95 s_gsub, FUNC, f_gsub,
[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.c684 case FUNC: in yylex()
846 case FUNC: in lexid()
1152 if (lexlast == FUNC || lexlast == GETLINE || lexlast == KEYWORD) in yyerror()
H A Dawk3.c118 if (np->n_type == FUNC) in strassign()
/illumos-gate/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)
149 FUNC(gcc_push_align)
161 FUNC(gcc_push_basic)
247 FUNC(ss_mov_align)
258 FUNC(ss_mov_basic)
341 FUNC(kmem_alloc)
358 FUNC(uts_kill)
[all …]
/illumos-gate/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
/illumos-gate/usr/src/cmd/awk/
H A Dlex.c62 { "func", FUNC, FUNC },
63 { "function", FUNC, FUNC },
519 case FUNC: in word()
H A Dawk.g.y88 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
115 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
217 | FUNC funcname '(' varlist rparen {infunc++;} lbrace stmtlist '}'
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsymbols.msg35 @ MSG_STT_FUNC_CFNP "FUNC"
37 @ MSG_STT_FUNC_DEF "FUNC"
/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/assert/
H A Dmapfile.wrongscope22 function { ASSERT = { TYPE = FUNC; BINDING = WEAK; }; };
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h1023 #define PCIX_MSI_F(FUNC) (0x13000 +((FUNC) * 4)) argument
1059 #define ISR_MSI_INT_TRIGGER(FUNC) (UNM_PCIX_PS_REG(PCIX_MSI_F(FUNC))) argument
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c1644 #define FUNC strtoull /* Function to use */ in ld_map_strtoxword() macro
1649 #define FUNC strtoul in ld_map_strtoxword()
1661 value = FUNC(str, endptr, 0); in ld_map_strtoxword()
1683 #undef FUNC in ld_map_strtoxword()
H A Dlibld.msg1615 @ MSG_MAPKW_FUNC "FUNC"
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME439 …6428883 NEM e1000g drive netlbtest intermittent failed when running Sunvts FUNC test with cputest,…
/illumos-gate/usr/src/uts/common/io/e1000g/
H A DREADME439 …6428883 NEM e1000g drive netlbtest intermittent failed when running Sunvts FUNC test with cputest,…
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3854 (run_script): Run BUILTIN->FUNC with BUILTIN_SCRIPT instead of