Home
last modified time | relevance | path

Searched refs:context_syntax (Results 1 – 2 of 2) sorted by relevance

/dports/editors/joe/joe-4.6/joe/
H A Dtw.c55 static struct high_syntax *context_syntax; variable
67 if (!context_syntax) in get_context()
68 context_syntax = load_syntax("context"); in get_context()
69 if (context_syntax) { in get_context()
70 db = find_lattr_db(bw->b, context_syntax); in get_context()
72 st = lattr_get(db, context_syntax, p, p->line + 1); in get_context()
/dports/dns/drool/drool-1.1.0/src/
H A Dconf.c794 static parseconf_syntax_t context_syntax[] = { variable
1078 { "context", 0, nested_tokens, context_syntax },