Searched defs:parsed (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-tknzr.c254 *to the beginning of the parsed white space, points to NULL otherwise.
257 *to the end of the parsed white space, points to NULL otherwise.
330 *parsed string.
331 *@param a_end a pointer to the last character of the successfully parsed
525 *parsed just doesn't
792 *@param a_char out param. The actual parsed nmchar.
859 *@param a_char out param. The actual parsed nmchar.
922 *@param a_str a pointer to parsed ident. If *a_str is NULL,
924 *the function just appends the parsed string to the one passed.
1010 *@param a_str out parameter. A pointer to the successfully parsed
1483 parsed; /* true iff the substring seen so far is a valid CSS local
[all...]
/inkscape/src/
H A Dmain.cpp1953 wchar_t** parsed = CommandLineToArgvW( line, &numArgs ); local
1957 if ( !parsed )
2018 parsed = block;
2023 if ( parsed )
2028 expandedArgs.push_back( parsed[0] );
2033 bool wildcarded = (wcschr(parsed[i1], L'?') != NULL) || (wcschr(parsed[i1], L'*') != NULL);
2034 wildcarded &= parsed[i1][0] != L'"';
2035 wildcarded &= parsed[i1][0] != L'-';
2046 int baseLen = wcslen(parsed[i
[all...]

Completed in 202 milliseconds