Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Dredir.c61 #define EMPTY -2 /* marks an unused slot in redirtab */ macro
131 if (likely(i == EMPTY)) { in redirect()
354 case EMPTY: in popredir()
455 sv->renamed[i] = EMPTY; in pushredir()
A Dinit.c78 #undef EMPTY
79 #define EMPTY -2 /* marks an unused slot in redirtab */ macro
/third_party/ulib/musl/third_party/tre/
A Dregcomp.c69 #define EMPTY -1 /* Empty leaf (denotes empty string). */ macro
75 #define IS_EMPTY(x) ((x)->code_min == EMPTY)
700 tre_ast_node_t* n = tre_ast_new_literal(ctx->mem, EMPTY, -1, -1); in marksub()
798 node = tre_ast_new_literal(ctx->mem, EMPTY, -1, -1); in parse_atom()
856 node = tre_ast_new_literal(ctx->mem, EMPTY, -1, -1); in parse_atom()
922 ctx->n = tre_ast_new_literal(ctx->mem, EMPTY, -1, -1); in tre_parse()
972 ctx->n = tre_ast_new_literal(ctx->mem, EMPTY, -1, -1); in tre_parse()
1592 min = EMPTY; in tre_copy_ast()
1800 tmp = tre_ast_new_literal(mem, EMPTY, -1, -1); in tre_expand_ast()
1996 case EMPTY: in tre_match_empty()

Completed in 9 milliseconds