Searched refs:TOK822_QSTRING (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Drewrite.c133 && tree->tail->type == TOK822_QSTRING
143 tok822_sub_append(tree, tok822_alloc(TOK822_QSTRING, ""));
H A Dresolve.c345 && tree->head->type == TOK822_QSTRING
369 && tree->head->type == TOK822_QSTRING
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dtok822.h45 #define TOK822_QSTRING 257 /* stuff between "", not nesting */ macro
H A Dtok822_parse.c222 case TOK822_QSTRING:
359 case TOK822_QSTRING:
420 (x->type == TOK822_ATOM || x->type == TOK822_QSTRING \
454 tp = tok822_alloc(TOK822_QSTRING, (char *) 0);
540 } else if (tp->type == TOK822_ATOM || tp->type == TOK822_QSTRING
581 tp->type = TOK822_QSTRING;
682 tp->type == TOK822_QSTRING ? "quoted string" :
/netbsd-current/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_message.c778 token = tok822_alloc(TOK822_QSTRING, state->fullname);

Completed in 87 milliseconds