Home
last modified time | relevance | path

Searched refs:TAG_T (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/
H A Dclisp.c56 #define TAG_T (1UL << D_TAG_BIT_POS) macro
435 s = TAG_T; in l_read()
440 s = TAG_T; in l_read()
516 return (s1 == s2) ? TAG_T : TAG_NIL; in l_equal()
534 case TAG_T: in l_print()
542 case TAG_T: in l_print()
580 return TAG_T; in l_print()
594 case TAG_T: in l_eval()
747 v = TAG_T; in special()
867 v = (av[0] == av[1]) ? TAG_T : TAG_NIL; in fcall()
[all …]
/dports/devel/z88dk/z88dk/examples/clisp/
H A Dclisp.c116 #define TAG_T (1 << D_TAG_BIT_POS) macro
739 s = TAG_T;
744 s = TAG_T;
822 return (s1 == s2) ? TAG_T : TAG_NIL;
841 case TAG_T:
849 case TAG_T:
891 return TAG_T;
905 case TAG_T:
1064 v = TAG_T;
1262 v = TAG_T;
[all …]
/dports/lang/mosh/mosh-0.2.7/src/
H A DFasl.h57 TAG_T, enumerator
H A DFaslReader.h315 case Fasl::TAG_T: in getDatum()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dtagset.h44 #define TAG_T(tt) ((tt).t) macro
/dports/lang/algol68g/algol68g-2.8.4/source/
H A Dmonitor.c343 static TAG_T *
347 TAG_T *s = NO_TAG; in find_tag()
382 TAG_T *s = find_tag (a68g_standenv, PRIO_SYMBOL, symbol); in prio()
498 static TAG_T *
501 TAG_T *t; in search_operator()
551 TAG_T *i = IDENTIFIERS (q); in search_identifier()
566 TAG_T *i = IDENTIFIERS (q); in search_identifier()
893 TAG_T *opt; in parse()
915 TAG_T *opt; in parse()
1617 show_frame_item (FILE_T f, NODE_T * p, ADDR_T a68g_link, TAG_T * q, int modif) in show_frame_item()
[all …]
H A Dsyntax.c187 TAG_T *error_tag;
3878 TAG_T *s; in find_tag_definition()
8516 static TAG_T *
8938 TAG_T *s; in already_declared_hidden()
8961 TAG_T *
9025 TAG_T *
9078 TAG_T *s; in is_identifier_or_label_global()
9103 TAG_T *
12448 TAG_T *z; in find_operator()
12589 TAG_T *t; in mode_check_monadic_operator()
[all …]
H A Da68g.h464 #define NO_TAG ((TAG_T *) NULL)
945 typedef struct TAG_T TAG_T; typedef
1067 TAG_T *tag;
1146 TAG_T *identifiers, *operators, *priority, *indicants, *labels, *anonymous;
1150 struct TAG_T struct
1161 TAG_T *next, *body; argument
2789 extern TAG_T *error_tag;
2858 extern TAG_T *add_tag (TABLE_T *, int, NODE_T *, MOID_T *, int);
2859 extern TAG_T *find_tag_global (TABLE_T *, int, char *);
2860 extern TAG_T *find_tag_local (TABLE_T *, int, char *);
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13 macro
1376 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1414 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
2025 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
2026 #define HLIDREPLACE(x) ( (x)==TAG_T )
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13 macro
1376 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1414 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
2025 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
2026 #define HLIDREPLACE(x) ( (x)==TAG_T )
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13 macro
1376 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1414 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
2025 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
2026 #define HLIDREPLACE(x) ( (x)==TAG_T )
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13 macro
1376 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1414 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
2025 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
2026 #define HLIDREPLACE(x) ( (x)==TAG_T )
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13 macro
1279 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1317 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1928 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
1929 #define HLIDREPLACE(x) ( (x)==TAG_T )
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13 macro
1376 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1414 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
2025 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
2026 #define HLIDREPLACE(x) ( (x)==TAG_T )
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13 macro
1376 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1414 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
2025 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
2026 #define HLIDREPLACE(x) ( (x)==TAG_T )
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13 macro
1376 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1414 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
2025 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
2026 #define HLIDREPLACE(x) ( (x)==TAG_T )
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13 macro
1376 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1414 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
2025 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
2026 #define HLIDREPLACE(x) ( (x)==TAG_T )
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13 macro
1376 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1414 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
2025 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
2026 #define HLIDREPLACE(x) ( (x)==TAG_T )
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13 macro
1279 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1317 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1928 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
1929 #define HLIDREPLACE(x) ( (x)==TAG_T )
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13 macro
1279 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1317 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1928 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
1929 #define HLIDREPLACE(x) ( (x)==TAG_T )
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13 macro
1279 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1317 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1928 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
1929 #define HLIDREPLACE(x) ( (x)==TAG_T )
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13 macro
1279 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1317 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1928 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
1929 #define HLIDREPLACE(x) ( (x)==TAG_T )
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13
1279 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1317 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1928 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
1929 #define HLIDREPLACE(x) ( (x)==TAG_T )
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13 macro
1376 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1414 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
2025 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
2026 #define HLIDREPLACE(x) ( (x)==TAG_T )
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/tsearch/
H A Dwparser_def.c46 #define TAG_T 13 macro
1279 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1317 {NULL, 0, A_BINGO | A_CLRALL, TPS_Base, TAG_T, NULL}
1928 #define TS_IDIGNORE(x) ( (x)==TAG_T || (x)==PROTOCOL || (x)==SPACE || (x)==XMLENTITY )
1929 #define HLIDREPLACE(x) ( (x)==TAG_T )

123