Searched refs:next_char (Results 1 – 5 of 5) sorted by relevance
165 next_char(void) in next_char() function294 while ((ch = next_char()) == '\n' || iswhite(ch)) in eat_escaped_newline()381 next_char(); /* frees its allocated memory */ in _nc_get_token()392 while ((ch = next_char()) == '\n' || iswhite(ch)) { in _nc_get_token()409 ch = next_char(); in _nc_get_token()419 while ((ch = next_char()) == '.' || iswhite(ch)) in _nc_get_token()459 while ((ch = next_char()) != '\n') { in _nc_get_token()573 while ((ch = next_char()) != EOF) { in _nc_get_token()601 if ((ch = next_char()) != separator && !silent) in _nc_get_token()610 while (isalnum(ch = next_char())) { in _nc_get_token()[all …]
948 goto next_char; in Fexecute()956 goto next_char; in Fexecute()958 goto next_char; in Fexecute()990 goto next_char; in Fexecute()995 goto next_char; in Fexecute()1032 goto next_char; /* Try a different anchor. */ in Fexecute()1065 goto next_char; /* Try a different anchor. */ in Fexecute()1078 goto next_char; in Fexecute()1086 next_char:; in Fexecute()
44 int next_char = next_nonwhitespace_character (); in add_xref_punctuation() local46 if (next_char == -1) in add_xref_punctuation()50 else if (next_char != ',' && next_char != '.') in add_xref_punctuation()
78 unsigned char next_char; member148 *c2 = t->lig_kern[i].next_char; in next()187 && lig_kern[i].next_char == c2) { in get_lig()362 lig_kern[i].next_char = *ptr++; in load()
4068 file is really empty. Modify the next_char() function in comp_scan.c4327 next_char() function, in case tic is run on a non-text file (fixes6404 + modify next_char() to treat <cr><lf> the same as <newline>, for