Searched defs:parsed (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_macro.c494 macro_or_word(MACRO_PROT_ARGS, int parsed) argument
503 else if (parsed && ! (mdoc->flags & MDOC_PHRASELIT))
897 int la, nl, parsed; local
1010 * parsed, even though `It' macros in general are parsed.
1013 parsed = tok != MDOC_It ||
1119 if (macro_or_word(mdoc, tok, line, la, pos, buf, parsed))
1247 if (tok == MDOC_Eo) /* Not parsed. */
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c152 boolean_t parsed; /* Response parsed */ member in struct:http_s
1214 http->parsed = B_FALSE;
1240 * The URI parser has parsed through the URI and the <SP>
1483 if (http->parsed) {
1489 /* Already parsed, nothing todo */
1743 http->parsed = B_TRUE;
1790 goto parsed;
1888 parsed:

Completed in 69 milliseconds