Searched refs:P7_STRING_END (Results 1 – 5 of 5) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | x-javascript.c | 643 #define P7_STRING_END (-2) macro 745 return P7_STRING_END; in phase7_getuc() 767 return P7_STRING_END; in phase7_getuc() 1257 if (uc == P7_EOF || uc == P7_STRING_END) in phase5_get() 1293 if (uc == P7_EOF || uc == P7_STRING_END) in phase5_get() 1455 if (uc == P7_EOF || uc == P7_STRING_END) in phase5_get()
|
D | x-python.c | 770 #define P7_STRING_END (-2) macro 864 return P7_STRING_END; in phase7_getuc() 871 return P7_STRING_END; in phase7_getuc() 894 return P7_STRING_END; in phase7_getuc() 1376 if (uc == P7_EOF || uc == P7_STRING_END) in phase5_get()
|
D | x-vala.c | 390 #define P7_STRING_END (-2) macro
|
D | x-c.c | 972 #define P7_STRING_END (-2) macro
|
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) 809 (P7_EOF, P7_STRING_END): New definitions. 821 (P7_EOF, P7_STRING_END): New definitions.
|