Searched refs:next_char (Results 1 – 7 of 7) sorted by relevance
163 next_char(void) in next_char() function297 while ((ch = next_char()) == '\n' || iswhite(ch)) in eat_escaped_newline()385 (void) next_char(); /* frees its allocated memory */ in _nc_get_token()395 while ((ch = next_char()) == '\n' || iswhite(ch)) { in _nc_get_token()413 ch = next_char(); in _nc_get_token()423 while ((ch = next_char()) == '.' || iswhite(ch)) in _nc_get_token()463 while ((ch = next_char()) != '\n') { in _nc_get_token()628 while ((ch = next_char()) != EOF) { in _nc_get_token()656 if ((ch = next_char()) != separator && !silent) in _nc_get_token()665 while (isalnum(ch = next_char())) { in _nc_get_token()[all …]
133 const char *next_char = StripPrefix(line, suppression_types_[type]); in Parse() local134 if (next_char && *next_char == ':') { in Parse()135 line = ++next_char; in Parse()
960 goto next_char; in Fexecute()968 goto next_char; in Fexecute()970 goto next_char; in Fexecute()1002 goto next_char; in Fexecute()1007 goto next_char; in Fexecute()1044 goto next_char; /* Try a different anchor. */ in Fexecute()1078 goto next_char; /* Try a different anchor. */ in Fexecute()1091 goto next_char; in Fexecute()1099 next_char:; in Fexecute()
196 next_char: in sockaddr_snprintf()200 goto next_char; in sockaddr_snprintf()
246 next_char: in sockaddr_snprintf()250 goto next_char; in sockaddr_snprintf()
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()
877 + amend an old fix so that next_char() exits properly for empty files,6491 file is really empty. Modify the next_char() function in comp_scan.c6750 next_char() function, in case tic is run on a non-text file (fixes8827 + modify next_char() to treat <cr><lf> the same as <newline>, for