Searched refs:P7_QUOTES (Results 1 – 5 of 5) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | x-awk.c | 247 #define P7_QUOTES (1000 + '"') macro 262 return P7_QUOTES; in phase7_getc() 343 return P7_QUOTES; in phase7_getc() 520 if (c == EOF || c == P7_QUOTES) in x_awk_lex()
|
D | x-ycp.c | 336 #define P7_QUOTES (1000 + '"') macro 349 return P7_QUOTES; in phase7_getc() 526 if (c == EOF || c == P7_QUOTES) in phase5_get()
|
D | x-vala.c | 394 #define P7_QUOTES (-3) macro 440 return P7_QUOTES; in phase7_getc() 913 if (c == P7_QUOTES) in phase3_get()
|
D | x-c.c | 976 #define P7_QUOTES (-3) macro 1022 return P7_QUOTES; in phase7_getc() 1660 if (c == EOF || c == P7_QUOTES) in phase5_get()
|
D | ChangeLog.1 | 742 * x-vala.c (P7_EOF, P7_STRING_END, P7_QUOTES, P7_QUOTE, P7_NEWLINE) 760 * x-c.c (P7_EOF, P7_STRING_END, P7_QUOTES, P7_QUOTE, P7_NEWLINE) 808 (P7_QUOTES, P7_QUOTE, P7_NEWLINE): Redefine as a negative integer. 820 (P7_QUOTES, P7_QUOTE, P7_NEWLINE): Redefine as a negative integer.
|