Lines Matching refs:semicolon
1298 char *semicolon;
1350 semicolon = equals;
1351 while ( ('\0' != semicolon[0]) &&
1353 ( (';' != semicolon[0]) &&
1354 (',' != semicolon[0]) ) ) )
1356 if ('"' == semicolon[0])
1358 semicolon++;
1360 if ('\0' == semicolon[0])
1361 semicolon = NULL;
1362 if (NULL != semicolon)
1364 semicolon[0] = '\0';
1365 semicolon++;
1377 pos = semicolon;