OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsNewline
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/libXt/dist/src/
TMparse.c
380
#define
IsNewline
(str) ((str) == '\n')
383
while ((*(str) != (ch)) && (*(str) != '\0') && !
IsNewline
(*(str))) (str)++
992
if (*str != '\0' && !
IsNewline
(*str))
1012
&& *str != ':' && *str != ' ' && *str != '\t' && !
IsNewline
(*str)
1147
&& *str != ':' && *str != ' ' && *str != '\t' && !
IsNewline
(*str)
1245
if (*str != '\0' && !
IsNewline
(*str))
1615
while (*str != '\0' && !
IsNewline
(*str)) {
1624
while (*str != '"' && *str != '\0' && !
IsNewline
(*str)) {
1759
&& *str != '\t' && *str != ',' && *str != ')' && !
IsNewline
(*str)
1782
while (*str != ')' && *str != '\0' && !
IsNewline
(*str))
[
all
...]
Converters.c
85
#define
IsNewline
(str) ((str) == '\n')
1686
while (IsWhitespace(*src) ||
IsNewline
(*src))
1695
while (*src != '\0' && !IsWhitespace(*src) && !
IsNewline
(*src)) {
1697
(IsWhitespace(*(src + 1)) ||
IsNewline
(*(src + 1)))) {
Completed in 7 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026