Home
last modified time | relevance | path

Searched refs:my_atom (Results 1 – 24 of 24) sorted by relevance

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/erl_interface/test/ei_decode_SUITE_data/
H A Dei_decode_test.c46 struct my_atom { struct
56 struct my_atom *atom); argument
58 struct my_atom *atom);
60 struct my_atom *atom);
170 struct my_atom atom = ATOM; \
224 struct my_atom atom = ATOM;\
699 struct my_atom *atom) { in ei_decode_my_atom_as()
715 struct my_atom *atom) { in ei_decode_my_atom()
720 struct my_atom *atom) { in ei_decode_my_string()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/erl_interface/test/ei_decode_SUITE_data/
H A Dei_decode_test.c46 struct my_atom { struct
56 struct my_atom *atom); argument
58 struct my_atom *atom);
60 struct my_atom *atom);
170 struct my_atom atom = ATOM; \
224 struct my_atom atom = ATOM;\
775 struct my_atom *atom) { in ei_decode_my_atom_as()
791 struct my_atom *atom) { in ei_decode_my_atom()
796 struct my_atom *atom) { in ei_decode_my_string()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/erl_interface/test/ei_decode_SUITE_data/
H A Dei_decode_test.c37 struct my_atom { struct
47 struct my_atom *atom); argument
49 struct my_atom *atom);
51 struct my_atom *atom);
161 struct my_atom atom = ATOM; \
215 struct my_atom atom = ATOM;\
1002 struct my_atom *atom) { in ei_decode_my_atom_as()
1018 struct my_atom *atom) { in ei_decode_my_atom()
1023 struct my_atom *atom) { in ei_decode_my_string()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/erl_interface/test/ei_decode_SUITE_data/
H A Dei_decode_test.c37 struct my_atom { struct
47 struct my_atom *atom); argument
49 struct my_atom *atom);
51 struct my_atom *atom);
161 struct my_atom atom = ATOM; \
215 struct my_atom atom = ATOM;\
1002 struct my_atom *atom) { in ei_decode_my_atom_as()
1018 struct my_atom *atom) { in ei_decode_my_atom()
1023 struct my_atom *atom) { in ei_decode_my_string()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/erl_interface/test/ei_decode_SUITE_data/
H A Dei_decode_test.c37 struct my_atom { struct
47 struct my_atom *atom); argument
49 struct my_atom *atom);
51 struct my_atom *atom);
161 struct my_atom atom = ATOM; \
215 struct my_atom atom = ATOM;\
1002 struct my_atom *atom) { in ei_decode_my_atom_as()
1018 struct my_atom *atom) { in ei_decode_my_atom()
1023 struct my_atom *atom) { in ei_decode_my_string()
/dports/lang/erlang/otp-OTP-24.1.7/lib/erl_interface/test/ei_decode_SUITE_data/
H A Dei_decode_test.c37 struct my_atom { struct
47 struct my_atom *atom); argument
49 struct my_atom *atom);
51 struct my_atom *atom);
161 struct my_atom atom = ATOM; \
215 struct my_atom atom = ATOM;\
1002 struct my_atom *atom) { in ei_decode_my_atom_as()
1018 struct my_atom *atom) { in ei_decode_my_atom()
1023 struct my_atom *atom) { in ei_decode_my_string()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/erl_interface/test/ei_decode_SUITE_data/
H A Dei_decode_test.c37 struct my_atom { struct
47 struct my_atom *atom); argument
49 struct my_atom *atom);
51 struct my_atom *atom);
161 struct my_atom atom = ATOM; \
215 struct my_atom atom = ATOM;\
1002 struct my_atom *atom) { in ei_decode_my_atom_as()
1018 struct my_atom *atom) { in ei_decode_my_atom()
1023 struct my_atom *atom) { in ei_decode_my_string()
/dports/x11/xterm/xterm-370/
H A Dscrollbar.c857 Atom my_atom; in getXkbLED() local
862 my_atom = XInternAtom(dpy, name, False); in getXkbLED()
863 if ((my_atom != None) && in getXkbLED()
864 XkbGetNamedIndicator(dpy, my_atom, NULL, &state, NULL, NULL)) { in getXkbLED()
879 Atom my_atom; in showXkbLED() local
883 my_atom = XInternAtom(dpy, name, False); in showXkbLED()
884 if ((my_atom != None) && in showXkbLED()
885 XkbGetNamedIndicator(dpy, my_atom, NULL, NULL, NULL, NULL) && in showXkbLED()
886 XkbSetNamedIndicator(dpy, my_atom, True, enable, False, NULL)) { in showXkbLED()
H A Dmisc.c5831 Atom my_atom = XInternAtom(dpy, propname, False); in ChangeGroup() local
5833 if (my_atom != None) { in ChangeGroup()
5849 my_atom, in ChangeGroup()
5870 XChangeProperty(dpy, VShellWindow(xw), my_atom, in ChangeGroup()
5878 XDeleteProperty(dpy, VShellWindow(xw), my_atom); in ChangeGroup()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/erl_interface/test/ei_decode_encode_SUITE_data/
H A Dei_decode_encode_test.c41 }my_atom; typedef
51 my_atom atom;
103 int ei_decode_my_atom(const char *buf, int *index, my_atom* a) in ei_decode_my_atom()
108 int ei_encode_my_atom(char *buf, int *index, my_atom* a) in ei_encode_my_atom()
112 int ei_x_encode_my_atom(ei_x_buff* x, my_atom* a) in ei_x_encode_my_atom()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/erl_interface/test/ei_decode_encode_SUITE_data/
H A Dei_decode_encode_test.c41 }my_atom; typedef
58 my_atom atom;
111 int ei_decode_my_atom(const char *buf, int *index, my_atom* a) in ei_decode_my_atom()
116 int ei_encode_my_atom(char *buf, int *index, my_atom* a) in ei_encode_my_atom()
120 int ei_x_encode_my_atom(ei_x_buff* x, my_atom* a) in ei_x_encode_my_atom()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/erl_interface/test/ei_decode_encode_SUITE_data/
H A Dei_decode_encode_test.c37 }my_atom; typedef
54 my_atom atom;
143 int ei_decode_my_atom(const char *buf, int *index, my_atom* a) in ei_decode_my_atom()
148 int ei_encode_my_atom(char *buf, int *index, my_atom* a) in ei_encode_my_atom()
152 int ei_x_encode_my_atom(ei_x_buff* x, my_atom* a) in ei_x_encode_my_atom()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/erl_interface/test/ei_decode_encode_SUITE_data/
H A Dei_decode_encode_test.c37 }my_atom; typedef
54 my_atom atom;
143 int ei_decode_my_atom(const char *buf, int *index, my_atom* a) in ei_decode_my_atom()
148 int ei_encode_my_atom(char *buf, int *index, my_atom* a) in ei_encode_my_atom()
152 int ei_x_encode_my_atom(ei_x_buff* x, my_atom* a) in ei_x_encode_my_atom()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/erl_interface/test/ei_decode_encode_SUITE_data/
H A Dei_decode_encode_test.c37 }my_atom; typedef
54 my_atom atom;
143 int ei_decode_my_atom(const char *buf, int *index, my_atom* a) in ei_decode_my_atom()
148 int ei_encode_my_atom(char *buf, int *index, my_atom* a) in ei_encode_my_atom()
152 int ei_x_encode_my_atom(ei_x_buff* x, my_atom* a) in ei_x_encode_my_atom()
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/erl_interface/test/ei_decode_encode_SUITE_data/
H A Dei_decode_encode_test.c37 }my_atom; typedef
54 my_atom atom;
143 int ei_decode_my_atom(const char *buf, int *index, my_atom* a) in ei_decode_my_atom()
148 int ei_encode_my_atom(char *buf, int *index, my_atom* a) in ei_encode_my_atom()
152 int ei_x_encode_my_atom(ei_x_buff* x, my_atom* a) in ei_x_encode_my_atom()
/dports/lang/erlang/otp-OTP-24.1.7/lib/erl_interface/test/ei_decode_encode_SUITE_data/
H A Dei_decode_encode_test.c37 }my_atom; typedef
54 my_atom atom;
143 int ei_decode_my_atom(const char *buf, int *index, my_atom* a) in ei_decode_my_atom()
148 int ei_encode_my_atom(char *buf, int *index, my_atom* a) in ei_encode_my_atom()
152 int ei_x_encode_my_atom(ei_x_buff* x, my_atom* a) in ei_x_encode_my_atom()
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/xsb/ai_tests/
H A Dgabriel_old41 my_atom([atom])
H A Dgabriel.P204 my_atom([_283]),
280 my_atom(_63) :-
387 write(my_atom(_63)), nl, fail.
/dports/databases/erlang-epgsql/epgsql-4.1.0/
H A DCHANGES56 …deprecated (so, `epgsql:equery(C, "SELECT $1::text", [my_atom])` will still work but is not recomm…
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/
H A Dlist.ex826 iex> _ = :my_atom
827 iex> List.to_existing_atom('my_atom')
828 :my_atom
H A Dstring.ex2371 iex> String.to_atom("my_atom")
2372 :my_atom
2389 iex> _ = :my_atom
2390 iex> String.to_existing_atom("my_atom")
2391 :my_atom
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/
H A Dlist.ex862 iex> _ = :my_atom
863 iex> List.to_existing_atom('my_atom')
864 :my_atom
H A Dstring.ex2431 iex> String.to_atom("my_atom")
2432 :my_atom
2449 iex> _ = :my_atom
2450 iex> String.to_existing_atom("my_atom")
2451 :my_atom
/dports/databases/erlang-epgsql/epgsql-4.1.0/test/
H A Depgsql_SUITE.erl697 Module:equery(C, "SELECT $1::varchar", [my_atom])),