Home
last modified time | relevance | path

Searched refs:get_tablerow (Results 1 – 3 of 3) sorted by relevance

/dports/www/bluefish/bluefish-2.2.12/src/
H A Dbftextview2_patcompile.c232 if (get_tablerow(st, context, pos).row[c] != 0 in create_state_tables()
249 memcpy(get_tablerow(st, context, newstate).row, in create_state_tables()
250 get_tablerow(st, context, pos).row, in create_state_tables()
279 get_tablerow(st, context, pos).row, in create_state_tables()
305 memcpy(get_tablerow(st,context,newstate).row, in create_state_tables()
306 get_tablerow(st,context,identstate).row, in create_state_tables()
324 get_tablerow(st,context,pos).row[c] = newstate; in create_state_tables()
550 if (get_tablerow(st, context, p).match != 0 in compile_limitedregex_to_DFA()
558 get_tablerow(st, context, p).match = matchnum; in compile_limitedregex_to_DFA()
618 if (get_tablerow(st, context, p).match != 0 in compile_keyword_to_DFA()
[all …]
H A Dbftextview2_scanner.c2135 newpos = get_tablerow(btv->bflang->st,scanning.context,pos).row[uc]; in bftextview2_run_scanner()
2154 if (G_UNLIKELY(get_tablerow(btv->bflang->st,scanning.context,pos).match)) { in bftextview2_run_scanner()
2157 match.patternum = get_tablerow(btv->bflang->st,scanning.context,pos).match; in bftextview2_run_scanner()
2377 newpos = get_tablerow(btv->bflang->st,*contextnum,pos).row[uc]; in scan_for_autocomp_prefix()
2380 if (G_UNLIKELY(get_tablerow(btv->bflang->st,*contextnum,pos).match)) { in scan_for_autocomp_prefix()
2383 get_tablerow(btv->bflang->st,*contextnum,pos).match).nextcontext < 0) { in scan_for_autocomp_prefix()
2385 get_tablerow(btv->bflang->st,*contextnum,pos).match).nextcontext; in scan_for_autocomp_prefix()
2396 get_tablerow(btv->bflang->st,*contextnum,pos).match).nextcontext > 0) { in scan_for_autocomp_prefix()
2400 get_tablerow(btv->bflang->st,*contextnum,pos).match).nextcontext; in scan_for_autocomp_prefix()
2445 newpos = get_tablerow(btv->bflang->st,*contextnum,pos).row[uc]; in scan_for_identifier_at_position()
[all …]
H A Dbftextview2_private.h180 #define get_tablerow(scantable, context, curstate) (g_array_index(g_array_index(scantable->contexts… macro