OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htmltags
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/mdocml/dist/
html.c
62
static const struct htmldata
htmltags
[TAG_MAX] = {
variable in typeref:struct:htmldata
303
flags =
htmltags
[this->tag].flags;
636
tflags =
htmltags
[tag].flags;
644
assert((
htmltags
[t->tag].flags & HTML_TOPHRASE) == 0);
691
print_word(h,
htmltags
[tag].name);
774
if (
htmltags
[tag].flags & HTML_NOSTACK)
812
if (href != NULL &&
htmltags
[elemtype].flags & HTML_INPHRASE)
820
htmltags
[elemtype].flags & HTML_TOPHRASE)
847
tflags =
htmltags
[tag->tag].flags;
857
print_word(h,
htmltags
[tag->tag].name)
[
all
...]
html.c
62
static const struct htmldata
htmltags
[TAG_MAX] = {
variable in typeref:struct:htmldata
303
flags =
htmltags
[this->tag].flags;
636
tflags =
htmltags
[tag].flags;
644
assert((
htmltags
[t->tag].flags & HTML_TOPHRASE) == 0);
691
print_word(h,
htmltags
[tag].name);
774
if (
htmltags
[tag].flags & HTML_NOSTACK)
812
if (href != NULL &&
htmltags
[elemtype].flags & HTML_INPHRASE)
820
htmltags
[elemtype].flags & HTML_TOPHRASE)
847
tflags =
htmltags
[tag->tag].flags;
857
print_word(h,
htmltags
[tag->tag].name)
[
all
...]
Completed in 97 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026