OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:line_result
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/mdocml/dist/
read.c
158
int
line_result
, result;
local
284
line_result
= roff_parseln(curp->roff, curp->line,
289
if (
line_result
& ROFF_APPEND)
290
assert(
line_result
== (ROFF_IGN | ROFF_APPEND));
292
if (
line_result
& ROFF_USERCALL)
293
assert((
line_result
& ROFF_MASK) == ROFF_REPARSE);
295
if (
line_result
& ROFF_USERRET) {
296
assert(
line_result
== (ROFF_IGN | ROFF_USERRET));
304
switch (
line_result
& ROFF_LOOPMASK) {
331
if (
line_result
& ROFF_LOOPCONT
[
all
...]
read.c
158
int
line_result
, result;
local
284
line_result
= roff_parseln(curp->roff, curp->line,
289
if (
line_result
& ROFF_APPEND)
290
assert(
line_result
== (ROFF_IGN | ROFF_APPEND));
292
if (
line_result
& ROFF_USERCALL)
293
assert((
line_result
& ROFF_MASK) == ROFF_REPARSE);
295
if (
line_result
& ROFF_USERRET) {
296
assert(
line_result
== (ROFF_IGN | ROFF_USERRET));
304
switch (
line_result
& ROFF_LOOPMASK) {
331
if (
line_result
& ROFF_LOOPCONT
[
all
...]
Completed in 706 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026