| D | chew.c | 115 static char at (string_type *, unsigned int); 182 at (buffer, pos) in at() function 254 while ((c = at (src, idx)), 259 && at (src, idx +1) != '/' 260 && at (src, idx -1) != '\n')) 385 while ((isspace ((unsigned char) at (tos, tos->write_idx - 1)) in strip_trailing_newlines() 386 || at (tos, tos->write_idx - 1) == '\n') in strip_trailing_newlines() 425 while (at (src, idx)) 428 if (at (src, idx) == '\n' 429 && at (src, idx + 1) == '/' [all …]
|