Home
last modified time | relevance | path

Searched refs:get_char (Results 1 – 21 of 21) sorted by relevance

/NextBSD/contrib/groff/src/preproc/pic/
HDlex.cpp240 static int get_char();
279 while (input_stack::get_char() != EOF) in lex_cleanup()
283 int input_stack::get_char() in get_char() function in input_stack
373 c = input_stack::get_char(); in interpolate_macro_with_args()
553 input_stack::get_char(); in get_token_after_dot()
556 input_stack::get_char(); in get_token_after_dot()
561 input_stack::get_char(); in get_token_after_dot()
564 input_stack::get_char(); in get_token_after_dot()
567 input_stack::get_char(); in get_token_after_dot()
570 input_stack::get_char(); in get_token_after_dot()
[all …]
/NextBSD/contrib/groff/src/preproc/eqn/
HDlex.cpp29 int get_char();
290 friend int get_char();
552 int get_char() in get_char() function
665 int start = get_char(); in get_delimited_text()
667 start = get_char(); in get_delimited_text()
678 int c = get_char(); in get_delimited_text()
707 c = get_char(); in interpolate_macro_with_args()
739 int c = get_char(); in get_token()
741 c = get_char(); in get_token()
753 c = get_char(); in get_token()
[all …]
/NextBSD/contrib/groff/src/libs/libdriver/
HDinput.cpp390 inline Char get_char(void); // read next character from input stream
630 get_char(void) in get_char() function
758 c = get_char(); in get_extended_arg()
768 c = get_char(); in get_extended_arg()
791 c = get_char(); in get_integer_arg()
797 c = get_char(); in get_integer_arg()
832 Char c = get_char(); in get_possibly_integer_args()
837 c = get_char(); in get_possibly_integer_args()
839 Char c1 = get_char(); in get_possibly_integer_args()
849 c = get_char(); in get_possibly_integer_args()
[all …]
/NextBSD/sbin/dhclient/
HDconflex.c70 static int get_char(FILE *);
91 get_char(FILE *cfile) in get_char() function
129 c = get_char(cfile); in get_token()
218 c = get_char(cfile); in skip_to_eol()
232 c = get_char(cfile); in read_string()
268 c = get_char(cfile); in read_number()
296 c = get_char(cfile); in read_num_or_name()
/NextBSD/usr.sbin/cron/cron/
HDcron.h103 c = get_char(f);
107 c = get_char(f);
110 do {c = get_char(f);} while (c != '\n' && c != EOF);
227 get_char(FILE *),
/NextBSD/contrib/groff/src/preproc/refer/
HDcommand.cpp39 int get_char();
68 inline int input_item::get_char() in get_char() function in input_item
101 static int get_char();
123 int input_stack::get_char() in get_char() function in input_stack
126 int c = top->get_char(); in get_char()
258 int c = input_stack::get_char(); in get_word()
262 c = input_stack::get_char(); in get_word()
270 c = input_stack::get_char(); in get_word()
/NextBSD/usr.sbin/cron/lib/
HDmisc.c228 get_char(file) in get_char() function
268 while (EOF != (ch = get_char(file)) && !strchr(terms, ch)) {
290 while (EOF != (ch = get_char(file))) {
295 ch = get_char(file);
311 ch = get_char(file);
HDentry.c118 ch = get_char(file);
457 ch = get_char(file);
493 ch = get_char(file);
530 ch = get_char(file);
548 ch = get_char(file);
565 ch = get_char(file);
621 ch = get_char(file);
/NextBSD/contrib/binutils/binutils/
HDstrings.c166 static long get_char (FILE *, file_off *, int *, char **);
482 get_char (FILE *stream, file_off *address, int *magiccount, char **magic) in get_char() function
576 c = get_char (stream, &address, &magiccount, &magic); in print_strings()
645 c = get_char (stream, &address, &magiccount, &magic); in print_strings()
HDChangeLog-0001110 * strings.c (get_char): Initialize value.
124 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
360 * strings.c: Add prototype for get_char.
445 (get_char): New function. Read a, possibly wide, character from
447 (print_strings): Use get_char().
HDChangeLog-02031026 (get_char): Accept 'S' encoding.
/NextBSD/usr.sbin/cron/crontab/
HDcrontab.c237 ch = get_char(in); in copy_file()
244 while (EOF != (ch = get_char(in))) in copy_file()
254 while (EOF != (ch = get_char(in))) in copy_file()
533 while (EOF != (ch = get_char(NewCrontab)))
/NextBSD/contrib/gdb/gdb/
HDi386-stub.c584 get_char (char *addr) in get_char() function
613 ch = get_char (mem++);
/NextBSD/usr.bin/chat/
HDchat.c165 int get_char(void);
526 c = get_char(); in terminate()
1023 get_char(void) in get_char() function
1205 while ( ! alarmed && (c = get_char()) >= 0) { in get_string()
/NextBSD/contrib/groff/src/roff/troff/
HDtoken.h95 charinfo *get_char(int required = 0);
HDinput.cpp1403 charinfo *ci = tok.get_char(1); in do_overstrike()
1433 charinfo *ci = tok.get_char(1); in do_bracket()
2168 charinfo *ci = get_char(1); in next()
4112 charinfo *ci = tok.get_char(1); in do_define_character()
4174 charinfo *ci = tok.get_char(1); in remove_character()
4820 *cp = tok.get_char(1); in get_line_arg()
5086 if (page_character != 0 && tok.get_char() == page_character) in read_title_parts()
5184 charinfo *ci = tok.get_char(1); in encode_char()
5491 charinfo *ci = tok.get_char(1); in do_if_request()
6372 charinfo *ci1 = tok.get_char(1); in do_translate()
[all …]
HDenv.cpp1549 charinfo *ci = tok.get_char(); in margin_character()
3414 charinfo *ci = tok.get_char(1); in hyphen_word()
HDnode.cpp6135 charinfo *s = tok.get_char(1); in remove_font_special_character()
/NextBSD/contrib/groff/
HDChangeLog.1151493 * libdriver/input.cc (get_char): Delete declaration.
2943 * driver/input.c (get_char): Inline. Don't update current_lineno.
2945 Use get_char() instead of getc(current_file).
3502 * troff/input.c (token::get_char): Handle \e.
3711 (token::get_char, token::add_to_node_list, token::process): Get
4959 (token::process, token::description, token::get_char,
5579 rather than has_arg() and tok.get_char(1).
5585 * troff/input.c (token::get_char): Use token::description.
5612 * troff/input.c (token::get_char): Use WARN_MISSING.
5672 * troff/input.c (get_name, get_long_name, token::get_char,
HDChangeLog187 * src/preproc/eqn/lex.cpp: Provide declarations for get_char,
/NextBSD/contrib/gcc/
HDChangeLog-20001339 The first EOF must be our get_char buffer.