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

  /external/wayland/src/
scanner.c 628 const char *allow_null = NULL; local
653 allow_null = atts[i + 1];
742 if (allow_null) {
743 if (strcmp(allow_null, "true") == 0)
745 else if (strcmp(allow_null, "false") != 0)
748 allow_null);
    [all...]

Completed in 97 milliseconds