HomeSort by relevance Sort by last modified time
    Searched full:current_quote (Results 1 - 1 of 1) sorted by null

  /external/dbus/dbus/
dbus-shell.c 349 char current_quote; local
355 current_quote = '\0';
367 if (current_quote == '\\')
383 current_quote = '\0';
385 else if (current_quote == '#')
391 current_quote = '\0';
396 else if (current_quote)
398 if (*p == current_quote &&
400 !(current_quote == '"' && quoted))
403 current_quote = '\0'
    [all...]

Completed in 99 milliseconds