Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
Dcomp_scan.c165 next_char(void) in next_char() function
294 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 …]
/freebsd-10-stable/gnu/usr.bin/grep/
Dsearch.c948 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()
/freebsd-10-stable/contrib/texinfo/makeinfo/
Dxref.c44 int next_char = next_nonwhitespace_character (); in add_xref_punctuation() local
46 if (next_char == -1) in add_xref_punctuation()
50 else if (next_char != ',' && next_char != '.') in add_xref_punctuation()
/freebsd-10-stable/contrib/groff/src/utils/tfmtodit/
Dtfmtodit.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-10-stable/contrib/ncurses/
DNEWS4068 file is really empty. Modify the next_char() function in comp_scan.c
4327 next_char() function, in case tic is run on a non-text file (fixes
6404 + modify next_char() to treat <cr><lf> the same as <newline>, for