Home
last modified time | relevance | path

Searched refs:td_text (Results 1 – 13 of 13) sorted by relevance

/dports/devel/autogen/autogen-5.18.16/agen5/
H A DfuncDef.c110 char * pzScan = pT->td_text + mac->md_txt_off; in count_named_values()
258 char * pzScan = pT->td_text + mac->md_txt_off; in parse_mac_args()
286 pzScan = pT->td_text + mac->md_txt_off; in parse_mac_args()
352 pzText = pT->td_text + mac->md_txt_off; in prep_invoke_args()
373 mac->md_txt_off = (uintptr_t)(pzText - pT->td_text); in prep_invoke_args()
404 char const * pz = pT->td_text + mac->md_txt_off; in mFunc_Debug()
718 SCM macName = eval(tpl->td_text + mac->md_name_off); in mFunc_Invoke()
780 ntpl->td_text = copy; in new_template()
813 tpl->td_text -= delta; in load_define_tpl()
862 new_tpl->td_text -= (long)new_tpl; in mLoad_Define()
[all …]
H A DfuncEval.c103 return tpl->td_text + mac->md_txt_off; in tpl_text()
164 res = tpl->td_text + mac->md_txt_off; in is_mac_entry_ok()
219 ent = find_def_ent(tpl->td_text + mac->md_name_off, &indexed); in eval_mac_expr()
236 text = tpl->td_text + mac->md_end_idx; in eval_mac_expr()
331 current_tpl->td_text + cur_macro->md_txt_off); in ag_scm_error_source_line()
671 span_quote(tpl->td_text + mac->md_txt_off); in mLoad_Expr()
683 span_quote(tpl->td_text + mac->md_txt_off); in mLoad_Expr()
698 mac->md_name_off = (uintptr_t)(copy - tpl->td_text); in mLoad_Expr()
718 mac->md_txt_off = (uintptr_t)(copy - tpl->td_text); in mLoad_Expr()
751 mac->md_end_idx = (int)(pzNextExpr - tpl->td_text); in mLoad_Expr()
H A DfuncFor.c357 pT->td_text + pMac->md_txt_off, in for_by_step()
526 char * pzName = pT->td_text + pMac->md_name_off; in load_for_in()
729 def = find_def_ent(tpl->td_text + mac->md_name_off, &indexed); in mFunc_For()
733 tpl->td_text + mac->md_name_off); in mFunc_For()
745 for_state->for_name = tpl->td_text + mac->md_name_off; in mFunc_For()
748 fprintf(trace_fp, TRACE_FN_FOR, tpl->td_text + mac->md_name_off, in mFunc_For()
754 if (tpl->td_text[ mac->md_txt_off ] == '(') { in mFunc_For()
759 (void) eval(tpl->td_text + mac->md_txt_off); in mFunc_For()
885 mac->md_name_off = (uintptr_t)(tpl->td_scan - tpl->td_text); in mLoad_For()
895 if (tpl->td_text[ mac->md_name_off ] == NUL) in mLoad_For()
[all …]
H A Dfunctions.c211 char * pz = new_tpl->td_text + last_mac->md_txt_off; in mFunc_Include()
262 templ_t * pInv = find_tpl(pT->td_text + pMac->md_name_off); in mFunc_Unknown()
277 pT->td_text + pMac->md_name_off); in mFunc_Unknown()
285 char * pzExpr = pT->td_text + pMac->md_txt_off; in mFunc_Unknown()
344 fputs(pT->td_text + pMac->md_txt_off, cur_fpstack->stk_fp); in mFunc_Text()
437 char * cname = tpl->td_text + mac->md_name_off; in mLoad_Unknown()
478 mac->md_txt_off = (uintptr_t)(dest - tpl->td_text); in mLoad_Unknown()
H A DtpLoad.c312 tpl->td_text = (txt += PSEUDO_MAC_TPL_FILE_LEN); in load_macs()
338 (tpl->td_name == NULL) ? tpl->td_text : tpl->td_name; in load_macs()
342 tpl->td_text -= delta; in load_macs()
412 res->td_text -= (long)res; in digest_tpl()
416 res->td_text += (long)res; in digest_tpl()
H A DfuncIf.c152 ? FN_IF_ELSE : pT->td_text + pMac->md_txt_off, in mFunc_If()
168 current_tpl->td_text + cur_macro->md_txt_off); in mFunc_If()
223 current_tpl->td_text + cur_macro->md_txt_off, in mFunc_While()
H A DtpParse.c108 (size_t)(current_tpl->td_scan - current_tpl->td_text); in func_code()
209 mac->md_txt_off = (uintptr_t)(pzCopy - tpl->td_text); in find_mac_start()
337 : (tpl->td_text + mac->md_txt_off); in print_ag_defs()
H A DfuncCase.c973 )(samp_text, pT->td_text + pMac->md_txt_off); in mFunc_Case()
983 pT->td_text + pMac->md_txt_off); in mFunc_Case()
997 pT->td_text + pMac->md_txt_off); in mFunc_Case()
1278 mac->md_txt_off = (uintptr_t)(dest - tpl->td_text); in mLoad_Select()
H A DtpProcess.c78 char * pz = tpl->td_text + mac->md_txt_off; in trace_macro()
H A Dautogen.h240 char * td_text; //!< base address of the text member
/dports/devel/gumbo/gumbo-parser-0.10.1/tests/
H A Dparser.cc672 GumboNode* td_text = GetChild(td, 0); in TEST_F() local
673 ASSERT_EQ(GUMBO_NODE_TEXT, td_text->type); in TEST_F()
674 EXPECT_STREQ("Two", td_text->v.text.text); in TEST_F()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/gumbo-parser/tests/
H A Dparser.cc672 GumboNode* td_text = GetChild(td, 0); in TEST_F() local
673 ASSERT_EQ(GUMBO_NODE_TEXT, td_text->type); in TEST_F()
674 EXPECT_STREQ("Two", td_text->v.text.text); in TEST_F()
/dports/textproc/pageedit/PageEdit-1.2.0/gumbo_subtree/tests/
H A Dparser.cc675 GumboNode* td_text = GetChild(td, 0); in TEST_F() local
676 ASSERT_EQ(GUMBO_NODE_TEXT, td_text->type); in TEST_F()
677 EXPECT_STREQ("Two", td_text->v.text.text); in TEST_F()