Searched refs:DELIM_DEF (Results 1 – 7 of 7) sorted by relevance
/dports/www/varnish6/varnish-cache-varnish-6.6.2/lib/libvcc/ |
H A D | vcc_token.c | 397 #define DELIM_DEF(nm, l, r, c, t) \ macro 399 DELIM_DEF("long-string", "\"\"\"", "\"\"\"", 1, CSTR), /* """...""" */ 400 DELIM_DEF("long-string", "{\"", "\"}", 1, CSTR), /* {"..."} */ 401 DELIM_DEF("string", "\"", "\"", 0, CSTR), /* "..." */ 402 DELIM_DEF("inline C source", "C{", "}C", 1, CSRC), /* C{...}C */ 403 #undef DELIM_DEF
|
/dports/print/makeindex/makeindex/src-2.11/ |
H A D | scanst.c | 78 char delim_p[FIELD_MAX][ARRAY_MAX] = {DELIM_DEF, DELIM_DEF, DELIM_DEF}; 79 char delim_n[ARRAY_MAX] = DELIM_DEF; /* page number separator */
|
H A D | scanst.h | 142 #define DELIM_DEF ", " macro
|
/dports/print/texlive-base/texlive-20150521-source/texk/makeindexk/ |
H A D | scanst.c | 78 char delim_p[FIELD_MAX][ARRAY_MAX] = {DELIM_DEF, DELIM_DEF, DELIM_DEF}; 79 char delim_n[ARRAY_MAX] = DELIM_DEF; /* page number separator */
|
H A D | scanst.h | 126 #define DELIM_DEF ", " macro
|
/dports/print/makeindex/makeindex/src-3.0/ |
H A D | scanst.c | 74 char *delim_p[FIELD_MAX] = {DELIM_DEF, DELIM_DEF, DELIM_DEF}; 75 char *delim_n = DELIM_DEF; /* page number separator */
|
H A D | scanst.h | 143 #define DELIM_DEF ", " macro
|