• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/groff-38/groff/src/libs/libdriver/

Lines Matching defs:?r

15    groff is free software; you can redistribute it and/or modify it
17 the Free Software Foundation; either version 2, or (at your option)
22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
38 `printer' (or rather a derived class) without having to worry about
74 Now any sequence of tabs and/or spaces is a syntactical
75 separator between commands and/or arguments.
92 pr->send_draw() was removed because this doesn't make sense for
136 within do_file() instead of sending to pr?
159 - The comments in this section should go to a `Changelog' or some
199 values will corrupt the display or kill the printer. So the
211 positioning. When using the low level `\D' escape sequences or `D'
213 absolute positionings or by tricks like `\Z'.
348 printer *pr;
403 // 0 or more integer arguments
417 // call pr->draw
717 - The arguments are separated by an arbitrary sequence of space or
719 - A comment, a newline, or EOF indicates the end of processing.
742 - Skip leading spaces and tabs, error on EOL or newline.
743 - Return everything before the next NL or EOF ('#' is not a comment);
819 - The arguments are separated by an arbitrary sequence of space or
821 - A comment, a newline, or EOF indicates the end of processing.
864 // Terminate on comment, end of line, or end of file, while
865 // space or tab indicate continuation; otherwise error.
893 - Skip leading spaces and tabs; error on EOL or newline.
895 newline, or EOF character (in-word '#' is not a comment character).
896 - The terminating space, tab, newline, or EOF character is restored
917 Test a character if it is a space or tab.
921 Return: True, if c is a space or tab character, false otherwise.
933 Skip space and tab characters; error on newline or EOF.
981 default: // EOF or first essential character
1086 pr->draw((int) subcmd, (IntArg *)args->get_data(), n, current_env);
1117 Spaces, tabs, and a comment are allowed before newline or EOF.
1148 Spaces, tabs, and a comment are allowed before newline or EOF.
1166 Spaces, tabs, and a comment are allowed before newline or EOF.
1186 issued, or the line is just skipped (former groff behavior).
1193 // or: skip_line_fatal();
1194 // or: skip_line();
1203 issued, or the line is just skipped (former groff behavior).
1210 // or: skip_line_fatal();
1211 // or: skip_line();
1276 case 'c': // DFc or mc: CMY
1282 case 'd': // DFd or md: set default color
1285 case 'g': // DFg or mg: gray
1289 case 'k': // DFk or mk: CMYK
1296 case 'r': // DFr or mr: RGB
1314 - Error on lacking or wrong arguments.
1383 pr->change_fill_color(current_env);
1394 pr->change_fill_color(current_env);
1439 - Error on wrong or lacking arguments.
1462 pr->load_font(n, name);
1513 pr->special(str_arg, current_env, 'u');
1525 pr->devtag(str_arg, current_env);
1527 pr->special(str_arg, current_env);
1563 // `pr' is initialized after the prologue.
1606 if (pr == 0) { // note: `pr' initialized after prologue
1651 if (pr == 0)
1652 pr = make_printer();
1703 pr->set_ascii_char((unsigned char) c, current_env);
1714 pr->set_ascii_char((unsigned char) c, current_env);
1722 pr->set_special_char(str_arg, current_env);
1749 pr->change_color(current_env);
1755 pr->end_of_line();
1762 pr->set_numbered_char(get_integer_arg(), current_env);
1766 pr->end_page(current_env->vpos);
1768 pr->begin_page(get_integer_arg());
1785 pr->set_ascii_char((unsigned char) c, current_env, &w);
1801 pr->set_ascii_char((unsigned char) c, current_env, &w);
1827 pr->end_page(current_env->vpos);
1828 delete pr;
1829 pr = 0;