Postfix3.3.1
関数
tok822_tree.c ファイル
#include <sys_defs.h>
#include <mymalloc.h>
#include <vstring.h>
#include "tok822.h"

[ソースコード]

関数

TOK822tok822_append (TOK822 *t1, TOK822 *t2)
 
TOK822tok822_prepend (TOK822 *t1, TOK822 *t2)
 
TOK822tok822_cut_before (TOK822 *tp)
 
TOK822tok822_cut_after (TOK822 *tp)
 
TOK822tok822_unlink (TOK822 *tp)
 
TOK822tok822_sub_append (TOK822 *t1, TOK822 *t2)
 
TOK822tok822_sub_prepend (TOK822 *t1, TOK822 *t2)
 
TOK822tok822_sub_keep_before (TOK822 *t1, TOK822 *t2)
 
TOK822tok822_sub_keep_after (TOK822 *t1, TOK822 *t2)
 
TOK822tok822_free_tree (TOK822 *tp)
 
int tok822_apply (TOK822 *tree, int type, TOK822_ACTION action)
 
TOK822 ** tok822_grep (TOK822 *tree, int type)
 

関数詳解

TOK822* tok822_append ( TOK822 t1,
TOK822 t2 
)

tok822_tree.c127 行目に定義があります。

int tok822_apply ( TOK822 tree,
int  type,
TOK822_ACTION  action 
)

tok822_tree.c277 行目に定義があります。

TOK822* tok822_cut_after ( TOK822 tp)

tok822_tree.c178 行目に定義があります。

TOK822* tok822_cut_before ( TOK822 tp)

tok822_tree.c165 行目に定義があります。

TOK822* tok822_free_tree ( TOK822 tp)

tok822_tree.c262 行目に定義があります。

TOK822** tok822_grep ( TOK822 tree,
int  type 
)

tok822_tree.c292 行目に定義があります。

TOK822* tok822_prepend ( TOK822 t1,
TOK822 t2 
)

tok822_tree.c146 行目に定義があります。

TOK822* tok822_sub_append ( TOK822 t1,
TOK822 t2 
)

tok822_tree.c206 行目に定義があります。

TOK822* tok822_sub_keep_after ( TOK822 t1,
TOK822 t2 
)

tok822_tree.c251 行目に定義があります。

TOK822* tok822_sub_keep_before ( TOK822 t1,
TOK822 t2 
)

tok822_tree.c240 行目に定義があります。

TOK822* tok822_sub_prepend ( TOK822 t1,
TOK822 t2 
)

tok822_tree.c221 行目に定義があります。

TOK822* tok822_unlink ( TOK822 tp)

tok822_tree.c191 行目に定義があります。