Home
last modified time | relevance | path

Searched refs:SimpleActionListCell (Results 1 – 25 of 84) sorted by relevance

1234

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/psql/
H A Dstartup.c58 typedef struct SimpleActionListCell struct
60 struct SimpleActionListCell *next; argument
63 } SimpleActionListCell; typedef
67 SimpleActionListCell *head;
68 SimpleActionListCell *tail;
305 SimpleActionListCell *cell; in main()
684 SimpleActionListCell *cell; in simple_action_list_append()
686 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/psql/
H A Dstartup.c58 typedef struct SimpleActionListCell struct
60 struct SimpleActionListCell *next; argument
63 } SimpleActionListCell; argument
67 SimpleActionListCell *head;
68 SimpleActionListCell *tail;
305 SimpleActionListCell *cell; in main()
684 SimpleActionListCell *cell; in simple_action_list_append()
686 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/psql/
H A Dstartup.c58 typedef struct SimpleActionListCell struct
60 struct SimpleActionListCell *next; argument
63 } SimpleActionListCell; argument
67 SimpleActionListCell *head;
68 SimpleActionListCell *tail;
305 SimpleActionListCell *cell; in main()
684 SimpleActionListCell *cell; in simple_action_list_append()
686 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/psql/
H A Dstartup.c58 typedef struct SimpleActionListCell struct
60 struct SimpleActionListCell *next; argument
63 } SimpleActionListCell; typedef
67 SimpleActionListCell *head;
68 SimpleActionListCell *tail;
305 SimpleActionListCell *cell; in main()
684 SimpleActionListCell *cell; in simple_action_list_append()
686 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/psql/
H A Dstartup.c58 typedef struct SimpleActionListCell struct
60 struct SimpleActionListCell *next; argument
63 } SimpleActionListCell; typedef
67 SimpleActionListCell *head;
68 SimpleActionListCell *tail;
305 SimpleActionListCell *cell; in main()
684 SimpleActionListCell *cell; in simple_action_list_append()
686 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/psql/
H A Dstartup.c58 typedef struct SimpleActionListCell struct
60 struct SimpleActionListCell *next; argument
63 } SimpleActionListCell; argument
67 SimpleActionListCell *head;
68 SimpleActionListCell *tail;
305 SimpleActionListCell *cell; in main()
684 SimpleActionListCell *cell; in simple_action_list_append()
686 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/bin/psql/
H A Dstartup.c58 typedef struct SimpleActionListCell struct
60 struct SimpleActionListCell *next; argument
63 } SimpleActionListCell; argument
67 SimpleActionListCell *head;
68 SimpleActionListCell *tail;
305 SimpleActionListCell *cell; in main()
684 SimpleActionListCell *cell; in simple_action_list_append()
686 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql11-client/postgresql-11.14/src/bin/psql/
H A Dstartup.c54 typedef struct SimpleActionListCell struct
56 struct SimpleActionListCell *next; argument
59 } SimpleActionListCell; argument
63 SimpleActionListCell *head;
64 SimpleActionListCell *tail;
321 SimpleActionListCell *cell; in main()
699 SimpleActionListCell *cell; in simple_action_list_append()
701 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/bin/psql/
H A Dstartup.c54 typedef struct SimpleActionListCell struct
56 struct SimpleActionListCell *next; argument
59 } SimpleActionListCell; argument
63 SimpleActionListCell *head;
64 SimpleActionListCell *tail;
306 SimpleActionListCell *cell; in main()
684 SimpleActionListCell *cell; in simple_action_list_append()
686 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql10-client/postgresql-10.19/src/bin/psql/
H A Dstartup.c54 typedef struct SimpleActionListCell struct
56 struct SimpleActionListCell *next; argument
59 } SimpleActionListCell; argument
63 SimpleActionListCell *head;
64 SimpleActionListCell *tail;
306 SimpleActionListCell *cell; in main()
684 SimpleActionListCell *cell; in simple_action_list_append()
686 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/bin/psql/
H A Dstartup.c54 typedef struct SimpleActionListCell struct
56 struct SimpleActionListCell *next; argument
59 } SimpleActionListCell; argument
63 SimpleActionListCell *head;
64 SimpleActionListCell *tail;
306 SimpleActionListCell *cell; in main()
684 SimpleActionListCell *cell; in simple_action_list_append()
686 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/psql/
H A Dstartup.c54 typedef struct SimpleActionListCell struct
56 struct SimpleActionListCell *next; argument
59 } SimpleActionListCell; typedef
63 SimpleActionListCell *head;
64 SimpleActionListCell *tail;
306 SimpleActionListCell *cell; in main()
684 SimpleActionListCell *cell; in simple_action_list_append()
686 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql10-docs/postgresql-10.19/src/bin/psql/
H A Dstartup.c54 typedef struct SimpleActionListCell struct
56 struct SimpleActionListCell *next; argument
59 } SimpleActionListCell; argument
63 SimpleActionListCell *head;
64 SimpleActionListCell *tail;
306 SimpleActionListCell *cell; in main()
684 SimpleActionListCell *cell; in simple_action_list_append()
686 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/bin/psql/
H A Dstartup.c54 typedef struct SimpleActionListCell struct
56 struct SimpleActionListCell *next; argument
59 } SimpleActionListCell; typedef
63 SimpleActionListCell *head;
64 SimpleActionListCell *tail;
321 SimpleActionListCell *cell; in main()
699 SimpleActionListCell *cell; in simple_action_list_append()
701 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql11-docs/postgresql-11.14/src/bin/psql/
H A Dstartup.c54 typedef struct SimpleActionListCell struct
56 struct SimpleActionListCell *next; argument
59 } SimpleActionListCell; typedef
63 SimpleActionListCell *head;
64 SimpleActionListCell *tail;
321 SimpleActionListCell *cell; in main()
699 SimpleActionListCell *cell; in simple_action_list_append()
701 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/psql/
H A Dstartup.c54 typedef struct SimpleActionListCell struct
56 struct SimpleActionListCell *next; argument
59 } SimpleActionListCell; typedef
63 SimpleActionListCell *head;
64 SimpleActionListCell *tail;
321 SimpleActionListCell *cell; in main()
699 SimpleActionListCell *cell; in simple_action_list_append()
701 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql11-server/postgresql-11.14/src/bin/psql/
H A Dstartup.c54 typedef struct SimpleActionListCell
56 struct SimpleActionListCell *next;
59 } SimpleActionListCell;
63 SimpleActionListCell *head;
64 SimpleActionListCell *tail;
321 SimpleActionListCell *cell;
699 SimpleActionListCell *cell;
701 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell));
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/bin/psql/
H A Dstartup.c54 typedef struct SimpleActionListCell
56 struct SimpleActionListCell *next;
59 } SimpleActionListCell;
63 SimpleActionListCell *head;
64 SimpleActionListCell *tail;
321 SimpleActionListCell *cell; in sql_help_ALTER_DATABASE()
699 SimpleActionListCell *cell; in sql_help_ALTER_OPERATOR()
701 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in sql_help_ALTER_OPERATOR()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/psql/
H A Dstartup.c54 typedef struct SimpleActionListCell struct
56 struct SimpleActionListCell *next; argument
59 } SimpleActionListCell; typedef
63 SimpleActionListCell *head;
64 SimpleActionListCell *tail;
321 SimpleActionListCell *cell; in main()
699 SimpleActionListCell *cell; in simple_action_list_append()
701 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql10-server/postgresql-10.19/src/bin/psql/
H A Dstartup.c54 typedef struct SimpleActionListCell struct
56 struct SimpleActionListCell *next; argument
59 } SimpleActionListCell; argument
63 SimpleActionListCell *head;
64 SimpleActionListCell *tail;
306 SimpleActionListCell *cell; in main()
684 SimpleActionListCell *cell; in simple_action_list_append()
686 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/psql/
H A Dstartup.c53 typedef struct SimpleActionListCell struct
55 struct SimpleActionListCell *next; argument
58 } SimpleActionListCell; argument
62 SimpleActionListCell *head;
63 SimpleActionListCell *tail;
342 SimpleActionListCell *cell; in main()
732 SimpleActionListCell *cell; in simple_action_list_append()
734 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/psql/
H A Dstartup.c53 typedef struct SimpleActionListCell struct
55 struct SimpleActionListCell *next; argument
58 } SimpleActionListCell; argument
62 SimpleActionListCell *head;
63 SimpleActionListCell *tail;
342 SimpleActionListCell *cell; in main()
732 SimpleActionListCell *cell; in simple_action_list_append()
734 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/psql/
H A Dstartup.c53 typedef struct SimpleActionListCell struct
55 struct SimpleActionListCell *next; argument
58 } SimpleActionListCell; typedef
62 SimpleActionListCell *head;
63 SimpleActionListCell *tail;
342 SimpleActionListCell *cell; in main()
732 SimpleActionListCell *cell; in simple_action_list_append()
734 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/psql/
H A Dstartup.c53 typedef struct SimpleActionListCell struct
55 struct SimpleActionListCell *next; argument
58 } SimpleActionListCell; typedef
62 SimpleActionListCell *head;
63 SimpleActionListCell *tail;
342 SimpleActionListCell *cell; in main()
732 SimpleActionListCell *cell; in simple_action_list_append()
734 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/psql/
H A Dstartup.c53 typedef struct SimpleActionListCell struct
55 struct SimpleActionListCell *next; argument
58 } SimpleActionListCell; typedef
62 SimpleActionListCell *head;
63 SimpleActionListCell *tail;
342 SimpleActionListCell *cell; in main()
732 SimpleActionListCell *cell; in simple_action_list_append()
734 cell = (SimpleActionListCell *) pg_malloc(sizeof(SimpleActionListCell)); in simple_action_list_append()

1234