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

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 5321 # define WORDCHAR_P(d) \
5327 # define WORDCHAR_P(d) \
5339 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
7383 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
7411 prevchar = WORDCHAR_P (d - 1);
7412 thischar = WORDCHAR_P (d);
7428 prevchar = WORDCHAR_P (d - 1);
7429 thischar = WORDCHAR_P (d)
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 5322 # define WORDCHAR_P(d) \
5328 # define WORDCHAR_P(d) \
5340 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
7313 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
7337 prevchar = WORDCHAR_P (d - 1);
7338 thischar = WORDCHAR_P (d);
7352 prevchar = WORDCHAR_P (d - 1);
7353 thischar = WORDCHAR_P (d)
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 5322 # define WORDCHAR_P(d) \
5328 # define WORDCHAR_P(d) \
5340 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
7313 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
7337 prevchar = WORDCHAR_P (d - 1);
7338 thischar = WORDCHAR_P (d);
7352 prevchar = WORDCHAR_P (d - 1);
7353 thischar = WORDCHAR_P (d)
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 5322 # define WORDCHAR_P(d) \
5328 # define WORDCHAR_P(d) \
5340 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
7313 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
7337 prevchar = WORDCHAR_P (d - 1);
7338 thischar = WORDCHAR_P (d);
7352 prevchar = WORDCHAR_P (d - 1);
7353 thischar = WORDCHAR_P (d)
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 5322 # define WORDCHAR_P(d) \
5328 # define WORDCHAR_P(d) \
5340 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
7313 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
7337 prevchar = WORDCHAR_P (d - 1);
7338 thischar = WORDCHAR_P (d);
7352 prevchar = WORDCHAR_P (d - 1);
7353 thischar = WORDCHAR_P (d)
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 5322 # define WORDCHAR_P(d) \
5328 # define WORDCHAR_P(d) \
5340 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
7313 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
7337 prevchar = WORDCHAR_P (d - 1);
7338 thischar = WORDCHAR_P (d);
7352 prevchar = WORDCHAR_P (d - 1);
7353 thischar = WORDCHAR_P (d)
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 5322 # define WORDCHAR_P(d) \
5328 # define WORDCHAR_P(d) \
5340 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
7313 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
7337 prevchar = WORDCHAR_P (d - 1);
7338 thischar = WORDCHAR_P (d);
7352 prevchar = WORDCHAR_P (d - 1);
7353 thischar = WORDCHAR_P (d)
    [all...]
  /src/external/gpl2/diffutils/dist/lib/
regex.c 5430 # define WORDCHAR_P(d) \
5436 # define WORDCHAR_P(d) \
5448 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
7500 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
7528 prevchar = WORDCHAR_P (d - 1);
7529 thischar = WORDCHAR_P (d);
7545 prevchar = WORDCHAR_P (d - 1);
7546 thischar = WORDCHAR_P (d)
    [all...]
  /src/external/gpl2/grep/dist/lib/
regex.c 5157 # define WORDCHAR_P(d) \
5161 # define WORDCHAR_P(d) \
5173 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
7062 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
7086 prevchar = WORDCHAR_P (d - 1);
7087 thischar = WORDCHAR_P (d);
7101 prevchar = WORDCHAR_P (d - 1);
7102 thischar = WORDCHAR_P (d)
    [all...]

Completed in 196 milliseconds