Home
last modified time | relevance | path

Searched refs:skip_dashes (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gio/
Dgdbus-tool.c615 gboolean skip_dashes; in handle_emit() local
803 skip_dashes = TRUE; in handle_emit()
811 if (skip_dashes && g_strcmp0 ((*argv)[n], "--") == 0) in handle_emit()
813 skip_dashes = FALSE; in handle_emit()
925 gboolean skip_dashes; in handle_call() local
1112 skip_dashes = TRUE; in handle_call()
1121 if (skip_dashes && g_strcmp0 ((*argv)[n], "--") == 0) in handle_call()
1123 skip_dashes = FALSE; in handle_call()