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

  /src/usr.bin/tftp/
tftpsubs.c 78 static int prevchar = -1; /* putbuf: previous char (cr check) */ variable
99 prevchar = -1;
161 if (prevchar == '\n')
170 prevchar = c;
233 if (prevchar == '\r') { /* if prev char was cr */
244 prevchar = c;
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 7403 boolean prevchar, thischar;
7411 prevchar = WORDCHAR_P (d - 1);
7413 if (prevchar != thischar)
7422 boolean prevchar, thischar;
7428 prevchar = WORDCHAR_P (d - 1);
7430 if (prevchar != thischar)
7386 boolean prevchar, thischar; local
7405 boolean prevchar, thischar; local
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 7331 boolean prevchar, thischar;
7337 prevchar = WORDCHAR_P (d - 1);
7339 if (prevchar != thischar)
7346 boolean prevchar, thischar;
7352 prevchar = WORDCHAR_P (d - 1);
7354 if (prevchar != thischar)
7314 boolean prevchar, thischar; local
7329 boolean prevchar, thischar; local
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 7331 boolean prevchar, thischar;
7337 prevchar = WORDCHAR_P (d - 1);
7339 if (prevchar != thischar)
7346 boolean prevchar, thischar;
7352 prevchar = WORDCHAR_P (d - 1);
7354 if (prevchar != thischar)
7314 boolean prevchar, thischar; local
7329 boolean prevchar, thischar; local
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 7331 boolean prevchar, thischar;
7337 prevchar = WORDCHAR_P (d - 1);
7339 if (prevchar != thischar)
7346 boolean prevchar, thischar;
7352 prevchar = WORDCHAR_P (d - 1);
7354 if (prevchar != thischar)
7314 boolean prevchar, thischar; local
7329 boolean prevchar, thischar; local
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 7331 boolean prevchar, thischar;
7337 prevchar = WORDCHAR_P (d - 1);
7339 if (prevchar != thischar)
7346 boolean prevchar, thischar;
7352 prevchar = WORDCHAR_P (d - 1);
7354 if (prevchar != thischar)
7314 boolean prevchar, thischar; local
7329 boolean prevchar, thischar; local
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 7331 boolean prevchar, thischar;
7337 prevchar = WORDCHAR_P (d - 1);
7339 if (prevchar != thischar)
7346 boolean prevchar, thischar;
7352 prevchar = WORDCHAR_P (d - 1);
7354 if (prevchar != thischar)
7314 boolean prevchar, thischar; local
7329 boolean prevchar, thischar; local
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 7331 boolean prevchar, thischar;
7337 prevchar = WORDCHAR_P (d - 1);
7339 if (prevchar != thischar)
7346 boolean prevchar, thischar;
7352 prevchar = WORDCHAR_P (d - 1);
7354 if (prevchar != thischar)
7314 boolean prevchar, thischar; local
7329 boolean prevchar, thischar; local
  /src/external/gpl2/diffutils/dist/lib/
regex.c 7520 boolean prevchar, thischar;
7528 prevchar = WORDCHAR_P (d - 1);
7530 if (prevchar != thischar)
7539 boolean prevchar, thischar;
7545 prevchar = WORDCHAR_P (d - 1);
7547 if (prevchar != thischar)
7503 boolean prevchar, thischar; local
7522 boolean prevchar, thischar; local
  /src/external/gpl2/grep/dist/lib/
regex.c 7080 boolean prevchar, thischar;
7086 prevchar = WORDCHAR_P (d - 1);
7088 if (prevchar != thischar)
7095 boolean prevchar, thischar;
7101 prevchar = WORDCHAR_P (d - 1);
7103 if (prevchar != thischar)
7060 boolean prevchar, thischar; local
7075 boolean prevchar, thischar; local

Completed in 87 milliseconds