HomeSort by relevance Sort by last modified time
    Searched refs:qdict_get_bool (Results 1 - 4 of 4) sorted by null

  /external/qemu/
qdict.h 58 int qdict_get_bool(const QDict *qdict, const char *key);
input.c 233 (qdict_get_bool(mouse, "current") ? '*' : ' '),
235 qdict_get_bool(mouse, "absolute") ? " (absolute)" : "");
qdict.c 237 * qdict_get_bool(): Get a bool mapped by 'key'
244 int qdict_get_bool(const QDict *qdict, const char *key) function
block.c     [all...]

Completed in 281 milliseconds