Searched refs:get_char (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dlex.cpp240 static int get_char();
279 while (input_stack::get_char() != EOF)
283 int input_stack::get_char() function in class:input_stack
373 c = input_stack::get_char();
553 input_stack::get_char();
556 input_stack::get_char();
561 input_stack::get_char();
564 input_stack::get_char();
567 input_stack::get_char();
570 input_stack::get_char();
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dstrtoofft.c48 static int get_char(char c, int base);
110 for(i = get_char(end[0], base);
112 end++, i = get_char(end[0], base)) {
154 static int get_char(char c, int base) function
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Dlex.cpp29 int get_char();
290 friend int get_char();
552 int get_char() function
665 int start = get_char();
667 start = get_char();
678 int c = get_char();
707 c = get_char();
739 int c = get_char();
741 c = get_char();
753 c = get_char();
[all...]
/macosx-10.10.1/groff-38/groff/src/libs/libdriver/
H A Dinput.cpp390 inline Char get_char(void); // read next character from input stream
624 /* get_char():
630 get_char(void) function
758 c = get_char();
768 c = get_char();
791 c = get_char();
797 c = get_char();
832 Char c = get_char();
837 c = get_char();
839 Char c1 = get_char();
[all...]
/macosx-10.10.1/cron-39/cron/
H A Dcron.h106 c = get_char(f);
110 c = get_char(f);
113 do {c = get_char(f);} while (c != '\n' && c != EOF);
232 get_char __P((FILE *)),
/macosx-10.10.1/cron-39/lib/
H A Dmisc.c225 /* get_char(file) : like getc() but increment LineNumber on newlines
228 get_char(file) function
256 * (3) uses get_char() so LineNumber will be accurate
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);
H A Dentry.c137 ch = get_char(file);
476 ch = get_char(file);
512 ch = get_char(file);
549 ch = get_char(file);
567 ch = get_char(file);
584 ch = get_char(file);
640 ch = get_char(file);
/macosx-10.10.1/groff-38/groff/src/preproc/refer/
H A Dcommand.cpp39 int get_char();
68 inline int input_item::get_char() function in class:input_item
101 static int get_char();
123 int input_stack::get_char() function in class:input_stack
126 int c = top->get_char();
258 int c = input_stack::get_char();
262 c = input_stack::get_char();
270 c = input_stack::get_char();
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dstrings.c171 static long get_char (FILE *, file_off *, int *, char **);
490 get_char (FILE *stream, file_off *address, int *magiccount, char **magic)
585 c = get_char (stream, &address, &magiccount, &magic);
654 c = get_char (stream, &address, &magiccount, &magic);
486 get_char (FILE *stream, file_off *address, int *magiccount, char **magic) function
/macosx-10.10.1/cron-39/crontab/
H A Dcrontab.c270 ch = get_char(in);
277 while (EOF != (ch = get_char(in)))
287 while (EOF != (ch = get_char(in)))
600 while (EOF != (ch = get_char(NewCrontab)))
/macosx-10.10.1/swig-12/Lib/ocaml/
H A Dswig.mli37 val get_char : 'a c_obj_t -> char var
H A Dswig.ml81 let rec get_char x = var
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Dtoken.h95 charinfo *get_char(int required = 0);
H A Dinput.cpp1403 charinfo *ci = tok.get_char(1);
1433 charinfo *ci = tok.get_char(1);
2168 charinfo *ci = get_char(1);
4111 charinfo *ci = tok.get_char(1);
4173 charinfo *ci = tok.get_char(1);
4819 *cp = tok.get_char(1);
5085 if (page_character != 0 && tok.get_char() == page_character)
5183 charinfo *ci = tok.get_char(1);
5490 charinfo *ci = tok.get_char(1);
6371 charinfo *ci1 = tok.get_char(
6493 charinfo *token::get_char(int required) function in class:token
[all...]
H A Denv.cpp1549 charinfo *ci = tok.get_char();
3414 charinfo *ci = tok.get_char(1);
H A Dnode.cpp6135 charinfo *s = tok.get_char(1);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dprolog.vim47 syn keyword prologKeyword atom_concat get_char set_output
H A Dlpc.vim133 syn keyword lpc_efuns contained generate_source get_char get_config get_dir geteuid getuid
H A Dmaple.vim543 syn keyword mvPkg_tensor Ricci compare directional_diff get_char npspin transform
/macosx-10.10.1/ppp-786.1.1/Helpers/chat/
H A Dchat.c287 int get_char __P((void));
699 c = get_char();
1257 int get_char() function
1442 while ( ! alarmed && (c = get_char()) >= 0) {

Completed in 341 milliseconds