Home
last modified time | relevance | path

Searched refs:next_char (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
HDcomp_scan.c163 next_char(void) in next_char() function
297 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 …]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_suppressions.cpp133 const char *next_char = StripPrefix(line, suppression_types_[type]); in Parse() local
134 if (next_char && *next_char == ':') { in Parse()
135 line = ++next_char; in Parse()
/freebsd-11-stable/gnu/usr.bin/grep/
HDsearch.c960 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()
/freebsd-11-stable/lib/libnetbsd/
HDsockaddr_snprintf.c196 next_char: in sockaddr_snprintf()
200 goto next_char; in sockaddr_snprintf()
/freebsd-11-stable/contrib/blacklist/port/
HDsockaddr_snprintf.c246 next_char: in sockaddr_snprintf()
250 goto next_char; in sockaddr_snprintf()
/freebsd-11-stable/contrib/groff/src/utils/tfmtodit/
HDtfmtodit.cpp78 unsigned char next_char; member
148 *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()
/freebsd-11-stable/contrib/ncurses/
HDNEWS877 + 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.c
6750 next_char() function, in case tic is run on a non-text file (fixes
8827 + modify next_char() to treat <cr><lf> the same as <newline>, for