Searched refs:is_whitespace (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dread-stringtable.c680 is_whitespace (int c) function
720 while (is_whitespace (c));
864 while (is_whitespace (c));
906 while (is_whitespace (c));
H A Dx-perl.c491 is_whitespace (int c) function
872 while (is_whitespace (delim))
1406 if (c == EOF || is_whitespace (c))
1454 while (is_whitespace (c));
1466 while (is_whitespace (c));
1962 else if (is_whitespace (c))
2160 while (is_whitespace (delim))
2194 while (is_whitespace (delim))
2242 while (is_whitespace (delim))
2763 while (is_whitespace (
[all...]
H A Dx-sh.c476 is_whitespace (int c) function
753 while (is_whitespace (c));
1159 && (is_whitespace (c) || is_operator_start (c)))
H A Dx-csharp.c730 is_whitespace (int c) function
1268 while (c != UEOF && is_whitespace (c));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexForth.cxx24 bool is_whitespace(int ch){ function
48 if(is_bl) if(is_whitespace(ch)) ch=BL;
227 if(is_whitespace(ch)) {
235 } else if( is_whitespace(chPrev) && ch == '(' && is_whitespace(chNext)) {
244 } else if( !is_whitespace(ch)) {
276 if( !is_whitespace(ch) ) {

Completed in 128 milliseconds