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

/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dnodes.h78 #define INFO_FF '\014'
77 #define INFO_FF macro
H A Dsearch.c382 if (((body[i] == INFO_FF && body[i + 1] == INFO_COOKIE) &&
384 (body[i + 2] == INFO_FF && body[i + 3] == '\n'))) ||
387 (body[i + 1] == INFO_FF && body[i + 2] == '\n'))))
401 if (body[i] == INFO_FF)
407 if (body[i] == INFO_FF)
H A Dnodes.c584 if (body[i] == INFO_FF || body[i] == INFO_COOKIE)

Completed in 109 milliseconds