Home
last modified time | relevance | path

Searched refs:compatible_flag (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dmain.cpp47 int compatible_flag = 0; variable
78 && (linebuf[3] == ' ' || linebuf[3] == '\n' || compatible_flag)) { in do_file()
89 || compatible_flag)) { in do_file()
99 || linebuf[3] == '\n' || compatible_flag)) in do_file()
103 || compatible_flag)) in do_file()
275 compatible_flag = 1; in main()
H A Deqn.h40 extern int compatible_flag;
H A Dlex.cpp395 || compatible_flag))) { in read_line()
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dmain.cpp36 int compatible_flag = 0; variable
100 if (d == EOF || d == ' ' || d == '\n' || compatible_flag) { in get()
113 if (c == EOF || c == ' ' || c == '\n' || compatible_flag) { in get()
172 if (d == EOF || d == ' ' || d == '\n' || compatible_flag) { in peek()
186 if (c == EOF || c == ' ' || c == '\n' || compatible_flag) { in peek()
377 if (c == ' ' || c == '\n' || compatible_flag) { in do_file()
404 if (c == ' ' || c == '\n' || compatible_flag) { in do_file()
539 compatible_flag = 1; in main()
H A Dpic.h123 extern int compatible_flag;
H A Dlex.cpp102 || compatible_flag))) { in read_line()
/netbsd-src/external/gpl2/groff/dist/src/preproc/soelim/
H A Dsoelim.cpp39 int compatible_flag = 0; variable
71 compatible_flag = 1; in main()
231 if (c == ' ' || c == '\n' || compatible_flag) { in do_file()
263 if (c == ' ' || c == '\n' || compatible_flag) { in do_file()
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp106 static int compatible_flag = 0; variable
888 if (c == '[' && !compatible_flag) in read_escape_name()
913 if (!compatible_flag) { in read_increment_and_escape_name()
931 input_stack::save_compatible_flag(compatible_flag); in get_copy()
932 compatible_flag = 0; in get_copy()
936 input_stack::save_compatible_flag(compatible_flag); in get_copy()
937 compatible_flag = 1; in get_copy()
941 compatible_flag = input_stack::get_compatible_flag(); in get_copy()
1403 && (compatible_flag || input_stack::get_level() == start_level)) in do_overstrike()
1433 && (compatible_flag || input_stack::get_level() == start_level)) in do_bracket()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dmain.cpp31 int compatible_flag = 0; variable
77 if (compatible_flag) { in get()
130 else if (c == 'a' && compatible_flag) { in get()
243 if (c == ' ' || c == '\n' || compatible_flag) { in process_input_file()
298 if (c == ' ' || c == '\n' || compatible_flag) { in process_input_file()
1335 if (c == ' ' || c == '\n' || compatible_flag) { in process_data()
1536 compatible_flag = 1; in main()
H A Dtable.h167 extern int compatible_flag;
H A Dtable.cpp1701 if (compatible_flag) in init_output()
/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Drefer.h64 extern int compatible_flag;
H A Drefer.cpp79 int compatible_flag = 0; variable
131 compatible_flag = 1; in main()
539 && (compatible_flag || line[3] == '\n' || line[3] == ' ')) { in do_file()
548 && (compatible_flag || line[3] == '\n' || line[3] == ' ')) { in do_file()
562 if (compatible_flag || c == ' ' || c == '\n' || c == EOF) { in do_file()
H A Dcommand.cpp179 if (compatible_flag || c == ' ' || c == '\n' || c == EOF) { in push_file()
587 compatible_flag = 1; in compatible_command()
592 compatible_flag = 0; in no_compatible_command()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1171492 * src/roff/troff/input.cc: Make `compatible_flag' non-static.
1493 * src/roff/troff/env.h: Added extern `compatible_flag' declaration.
H A DChangeLog.1155843 * eqn/eqn.h: Declare compatible_flag.
5849 * pic/main.c (main): Add -C option, which sets compatible_flag.
5854 * pic/pic.h: Add declaration of compatible_flag.
H A DChangeLog1536 (compatible_flag): New declaration.
1694 append_macro, append_indirect_macro): Handle `compatible_flag'.