Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/info/
H A Dsearch.c379 if (((body[i] == INFO_FF && body[i + 1] == INFO_COOKIE) && in find_node_separator()
381 (body[i + 2] == INFO_FF && body[i + 3] == '\n'))) || in find_node_separator()
384 (body[i + 1] == INFO_FF && body[i + 2] == '\n')))) in find_node_separator()
398 if (body[i] == INFO_FF) in skip_node_separator()
404 if (body[i] == INFO_FF) in skip_node_separator()
H A Dnodes.h77 #define INFO_FF '\014' macro
H A Dnodes.c580 if (body[i] == INFO_FF || body[i] == INFO_COOKIE) in get_node_length()