Home
last modified time | relevance | path

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

/Zephyr-latest/lib/utils/
Djson.c154 static int accept_run(struct json_lexer *lex, const char *run) in accept_run() function
171 if (!accept_run(lex, "rue")) { in lexer_boolean()
177 if (!accept_run(lex, "alse")) { in lexer_boolean()
190 if (accept_run(lex, "ull") < 0) { in lexer_null()