Home
last modified time | relevance | path

Searched defs:av (Results 1 – 25 of 156) sorted by relevance

1234567

/openbsd/gnu/usr.bin/perl/
H A Dav.h78 #define AvARRAY(av) ((av)->sv_u.svu_array) argument
79 #define AvALLOC(av) ((XPVAV*) SvANY(av))->xav_alloc argument
80 #define AvMAX(av) ((XPVAV*) SvANY(av))->xav_max argument
81 #define AvFILLp(av) ((XPVAV*) SvANY(av))->xav_fill argument
84 #define AvREAL(av) (SvFLAGS(av) & SVpav_REAL) argument
85 #define AvREAL_on(av) (SvFLAGS(av) |= SVpav_REAL) argument
86 #define AvREAL_off(av) (SvFLAGS(av) &= ~SVpav_REAL) argument
88 #define AvREIFY(av) (SvFLAGS(av) & SVpav_REIFY) argument
89 #define AvREIFY_on(av) (SvFLAGS(av) |= SVpav_REIFY) argument
98 #define av_top_index(av) AvFILL(av) argument
[all …]
H A Dav.c23 Perl_av_reify(pTHX_ AV *av) in Perl_av_reify()
38 AvARRAY(av)[--key] = NULL; in Perl_av_reify() local
468 AV * const av = newAV(); in Perl_av_make() local
634 Perl_av_clear(pTHX_ AV *av) in Perl_av_clear()
708 Perl_av_undef(pTHX_ AV *av) in Perl_av_undef()
812 Perl_av_pop(pTHX_ AV *av) in Perl_av_pop()
938 Perl_av_shift(pTHX_ AV *av) in Perl_av_shift()
996 Perl_av_len(pTHX_ AV *av) in Perl_av_len()
1115 AvARRAY(av)[key] = NULL; in Perl_av_delete() local
1205 S_get_aux_mg(pTHX_ AV *av) { in S_get_aux_mg()
[all …]
H A Dvutil.c294 AV * av; in Perl_scan_version2() local
503 AV * const av = newAV(); in Perl_new_version2() local
982 AV *av; in Perl_vnumify2() local
1054 AV *av; in Perl_vnormal2() local
/openbsd/usr.sbin/ldpd/
H A Daccept.c54 struct accept_ev *av; in accept_add() local
74 struct accept_ev *av; in accept_del() local
109 struct accept_ev *av; in accept_arm() local
117 struct accept_ev *av; in accept_unarm() local
125 struct accept_ev *av = arg; in accept_cb() local
/openbsd/usr.sbin/npppd/npppd/
H A Daccept.c56 struct accept_ev *av; in accept_add() local
76 struct accept_ev *av; in accept_del() local
111 struct accept_ev *av; in accept_arm() local
119 struct accept_ev *av; in accept_unarm() local
127 struct accept_ev *av = arg; in accept_cb() local
/openbsd/bin/csh/
H A Dmisc.c66 blkpr(FILE *fp, Char **av) in blkpr()
77 blklen(Char **av) in blklen()
89 Char **av = oav; in blkcpy() local
107 Char **av = av0; in blkfree() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dpt1.C12 A<T, V>::A (T at, V av) { in A()
26 B<T, V>::B (T at, V av) : A<T, V> (at, av) { } // gets bogus error - in B()
/openbsd/games/fortune/unstr/
H A Dunstr.c69 main(int ac, char *av[]) in main()
101 getargs(char *av[]) in getargs()
/openbsd/games/monop/
H A Dinitdeck.c68 main(int ac, char *av[]) in main()
139 getargs(int ac, char *av[]) in getargs()
/openbsd/gnu/gcc/gcc/
H A Dgenattrtab.c717 struct attr_value *av; in check_attr_test() local
869 struct attr_value *av; in check_attr_value() local
1273 struct attr_value *av; in get_attr_value() local
1407 struct attr_value *av; in fill_attr() local
1610 struct attr_value *av; in write_length_unit_log() local
2448 struct attr_value *av; in simplify_test_exp() local
2754 struct attr_value *av; in optimize_attrs() local
2760 struct attr_value *av; in optimize_attrs() member
2905 struct attr_value *av; in gen_attr() local
4247 struct attr_value *av; in find_most_used() local
[all …]
/openbsd/usr.bin/make/
H A Dcmd_exec.c59 recheck_command_for_shell(char **av) in recheck_command_for_shell()
105 char **av; in run_command() local
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c924 struct attr_value *av; local
1071 struct attr_value *av; local
1536 struct attr_value *av; local
2323 struct attr_value *av; local
2521 struct attr_value *av; in write_length_unit_log() local
2671 remove_insn_ent (av, ie) in remove_insn_ent() argument
2696 insert_insn_ent (av, ie) in insert_insn_ent() argument
3237 struct attr_value *av; local
3507 struct attr_value *av; in optimize_attrs() local
3882 struct attr_value *av; local
[all …]
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs487 AV *av; in blockhook_test_start() local
521 AV *av; in blockhook_test_eval() local
6971 AV *av; variable
6991 AV *av; variable
7012 AV *av; variable
7056 AV *av; variable
7076 AV *av; variable
7097 AV *av; variable
7141 AV *av; variable
7161 AV *av; variable
[all …]
/openbsd/regress/lib/libfuse/
H A Dfuse-opt-add-opt-escaped.c22 main(int ac, char **av) in main()
H A Dfuse-opt-add-opt.c22 main(int ac, char **av) in main()
H A Dfuse-opt-insert-arg.c30 main(int ac, char **av) in main()
H A Dfuse-opt-add-arg.c33 main(int ac, char **av) in main()
/openbsd/regress/usr.bin/ssh/unittests/misc/
H A Dtest_argv.c24 char **av = NULL; in test_argv() local
/openbsd/sbin/umount/
H A Dumount.c291 char **av; in selected() local
306 char *nextcp, **av; in maketypelist() local
/openbsd/games/mille/
H A Dmille.c48 main(int ac, char *av[]) in main()
/openbsd/gnu/gcc/gcc/config/i386/
H A Dcygwin2.c39 char **av; in add_mingw() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000329-1.c36 main (int ac, char *av[]) in main()
/openbsd/gnu/usr.bin/perl/cpan/IPC-SysV/
H A DSysV.xs72 #define AV_FETCH_IV(ident, av, index) \ argument
79 #define AV_STORE_IV(ident, av, index) \ argument
/openbsd/usr.bin/tmux/
H A Dcmd-respawn-pane.c57 struct args_value *av; in cmd_respawn_pane_exec() local
H A Dcmd-respawn-window.c57 struct args_value *av; in cmd_respawn_window_exec() local

1234567