HomeSort by: relevance | last modified time | path
    Searched defs:newline (Results 1 - 19 of 19) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/libobj/
getline.c 27 char *newline; local
30 newline = realloc(*line, *len + 4096);
31 if (newline == NULL)
36 *line = newline;
  /xsrc/external/mit/xf86-video-intel-2014/dist/libobj/
getline.c 27 char *newline; local
30 newline = realloc(*line, *len + 4096);
31 if (newline == NULL)
36 *line = newline;
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
pp.c 65 /* Given str, (that's expected to start with a newline terminator of some
66 * sort), return a pointer to the first character in str after the newline.
68 * A newline terminator can be any of the following sequences:
115 const char *backslash, *newline, *search_start; local
139 * newline terminators and will properly handle line continuation
144 * examining the first encountered newline terminator, and using the
170 * occurrence of a newline character to avoid changing any
177 newline = cr < lf ? cr : lf;
179 newline = cr;
181 newline = lf
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
pp.c 65 /* Given str, (that's expected to start with a newline terminator of some
66 * sort), return a pointer to the first character in str after the newline.
68 * A newline terminator can be any of the following sequences:
115 const char *backslash, *newline, *search_start; local
139 * newline terminators and will properly handle line continuation
144 * examining the first encountered newline terminator, and using the
170 * occurrence of a newline character to avoid changing any
177 newline = cr < lf ? cr : lf;
179 newline = cr;
181 newline = lf
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/
format.py 42 def newline(self): member in class:Formatter
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
format.py 42 def newline(self): member in class:Formatter
  /xsrc/external/mit/xedit/dist/lisp/
regex.c 76 re-comp pattern &key nospec icase nosub newline
84 LispObj *pattern, *nospec, *icase, *nosub, *newline; local
86 newline = ARGUMENT(4);
104 if (newline != UNSPEC && newline != NIL)
  /xsrc/external/mit/bitmap/dist/
atobm.c 224 char *cp, *newline; local
247 newline = strchr(cp, '\n');
248 if (!newline) {
255 for (; --newline > cp && isascii(*newline) && isspace(*newline); );
256 newline++;
259 if (newline == cp) continue;
261 *newline = '\0';
  /xsrc/external/mit/libxcb/dist/src/
xcb_conn.c 173 const char newline = '\n'; local
200 write(STDERR_FILENO, &newline, 1);
208 write(STDERR_FILENO, &newline, 1);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
brw_disasm.c 434 static void newline(FILE *f) function
912 newline (file);
1104 newline(file);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
brw_disasm.c 434 static void newline(FILE *f) function
912 newline (file);
1104 newline(file);
  /xsrc/external/mit/xorg-server.old/dist/os/
log.c 270 static Bool newline = TRUE; local
272 if (newline) {
288 newline = (tmpBuffer[len-1] == '\n');
  /xsrc/external/mit/pixman/dist/pixman/
pixman-arm-simd-asm.h 593 newline, \ variable
776 \newline
828 \newline
859 \newline
  /xsrc/external/mit/xedit/dist/lisp/re/
re.c 193 unsigned char *ptr, *str, newline, nosub; local
211 newline = preg->cod[0] & RE_NEWLINE;
235 if (eng.str == eng.end || (newline && eng.str[0] == '\n'))
239 if (newline) {
251 if (newline && si && eng.str[0] == '\n')
255 if (newline) {
365 if (newline)
372 if (newline && eng.str[-1] == '\n') {
385 if (newline && eng.str[0] == '\n') {
1226 if (newline)
    [all...]
  /xsrc/external/mit/xorg-server/dist/os/
log.c 600 static Bool newline = TRUE; local
615 if (newline)
617 newline = end_line;
710 Bool newline; local
733 newline = (buf[len - 1] == '\n');
734 LogSWrite(verb, buf, len, newline);
775 Bool newline; local
793 newline = (len > 0 && buf[len - 1] == '\n');
794 LogSWrite(verb, buf, len, newline);
804 Bool newline; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
crashdec.c 125 char *newline; local
126 asprintf(&newline, "%.*s%s%s", (int)(s - line), line, replace, tail);
129 return newline;
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_disasm.c 781 newline(FILE *f) function
2061 newline(file);
2490 newline(file);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_disasm.c 626 newline(FILE *f) function
1744 newline(file);
2051 newline(file);
  /xsrc/external/mit/xdm/dist/chooser/
chooser.c 876 unsigned int newline = line; local
878 while ( (newline = next_line(newline,size,keysym)) != line && newline != -1)
880 if (Hostselect(newline))

Completed in 81 milliseconds