Searched refs:tok822_append (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dtok822_tree.c11 /* TOK822 *tok822_append(t1, t2)
57 /* tok822_append() appends the token list \fIt2\fR to the right
127 /* tok822_append - insert token list, return end of inserted list */
129 TOK822 *tok822_append(TOK822 *t1, TOK822 *t2) function
211 return (t1->tail = tok822_append(t1->tail, t2));
H A Dtok822.h61 extern TOK822 *tok822_append(TOK822 *, TOK822 *);
H A Dtok822_parse.c469 tail = tok822_append(tail, tp);
638 tok822_append(left, group);
639 tok822_append(group, right);
642 tok822_append(left, sync);

Completed in 119 milliseconds