Home
last modified time | relevance | path

Searched refs:skip_newline (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/glcpp/
Dpp.c85 skip_newline (const char *str) in skip_newline() function
185 shader = skip_newline (newline); in remove_line_continuations()
204 shader = skip_newline (backslash + 1); in remove_line_continuations()
/external/fio/
Dclient.h48 int skip_newline; member
Dclient.c1081 if (!client->skip_newline) in handle_text()
1085 client->skip_newline = strchr(buf, '\n') == NULL; in handle_text()