added qse_awk_rtx_findfun() and qse_awk_rtx_callfun()

This commit is contained in:
2011-05-22 10:08:54 +00:00
parent d879fd69af
commit 8f88a97dfc
4 changed files with 152 additions and 17 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: tree.h 441 2011-04-22 14:28:43Z hyunghwan.chung $
* $Id: tree.h 468 2011-05-21 16:08:54Z hyunghwan.chung $
*
Copyright 2006-2011 Chung, Hyung-Hwan.
This file is part of QSE.
@ -44,10 +44,6 @@ enum qse_awk_out_type_t
QSE_AWK_OUT_CONSOLE
};
/* AWK function defined with the keyword function.
* note it is different from qse_awk_fnc_t */
typedef struct qse_awk_fun_t qse_awk_fun_t;
typedef struct qse_awk_nde_blk_t qse_awk_nde_blk_t;
typedef struct qse_awk_nde_grp_t qse_awk_nde_grp_t;
typedef struct qse_awk_nde_ass_t qse_awk_nde_ass_t;