Searched refs:cr_or_whitespace (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dmakeinfo.h259 #define cr_or_whitespace(c) (whitespace(c) || (c) == '\r' || (c) == '\n')
306 && cr_or_whitespace (curchar ())) \
254 #define cr_or_whitespace macro
H A Dsectioning.c188 for (j = 0; text[j] && cr_or_whitespace (text[j]); j++);
196 (text[0] == 'c' && cr_or_whitespace (text[1])) ||
207 for (j = 0; text[j] && !cr_or_whitespace (text[j]); j++);
H A Dhtml.c623 if (cr_or_whitespace (*name))
692 if (cr_or_whitespace (oldname[i]))
H A Dtoc.c95 if (cr_or_whitespace (*s))
H A Dxml.c735 while (cr_or_whitespace(output_paragraph[output_paragraph_offset-1]))
915 while (cr_or_whitespace(output_paragraph[output_paragraph_offset-1]))
1176 && !cr_or_whitespace (character) && !in_indexterm)
1221 && !cr_or_whitespace (character) && !in_fixed_width_font)
1242 && cr_or_whitespace(xml_last_character))
H A Dmacro.c250 if (!cr_or_whitespace (input_text[i]))
482 && !cr_or_whitespace (input_text[i]);
H A Dmulti.c438 while (cr_or_whitespace (CHAR_AT (envs[i].output_paragraph_offset - 1)))
H A Dmakeinfo.c870 #define COMMAND_CHAR(c) (!cr_or_whitespace(c) \
930 if (!cr_or_whitespace (*p))
937 while (len && cr_or_whitespace (p[len-1]))
3228 if (!cr_or_whitespace(input_text[pos]))
3245 if (!cr_or_whitespace(tmp_input_text[tmp_input_text_offset]))
H A Dnode.c413 (cr_or_whitespace (nodename[i + 1])) ||
509 if (!cr_or_whitespace (*optr) && !URL_SAFE_CHAR (*optr))
759 && cr_or_whitespace (input_text[input_text_offset + 6]))

Completed in 101 milliseconds