Searched refs:nullable (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/libdm/regex/
H A Dparse_rx.h44 int nullable, final; member in struct:rx_node
H A Dmatcher.c97 if (c1->nullable)
103 if (c2->nullable)
109 rx->nullable = c1->nullable && c2->nullable;
115 rx->nullable = c1->nullable;
121 rx->nullable = c1->nullable || c2->nullable;
[all...]
/netbsd-current/external/bsd/byacc/dist/
H A Dlr0.c550 nullable = TMALLOC(char, nsyms);
551 NO_SPACE(nullable);
554 nullable[i] = 0;
565 if (!nullable[j])
572 if (!nullable[j])
574 nullable[j] = 1;
584 if (nullable[i])
585 printf("%s is nullable\n", symbol_name[i]);
587 printf("%s is not nullable\n", symbol_name[i]);
613 DO_FREE(nullable);
[all...]
H A Dlalr.c321 if (nullable[symbol])
415 if (nullable[*rp] && length > 0)
H A Dmain.c121 char *nullable; variable
/netbsd-current/external/bsd/tre/dist/lib/
H A Dtre-ast.h45 int nullable; member in struct:__anon6357
H A Dtre-compile.c59 c->right->nullable = -1;
92 c->left->nullable = -1;
1276 if (uni->left->nullable)
1278 else if (uni->right->nullable)
1287 assert(cat->left->nullable);
1288 assert(cat->right->nullable);
1297 if (iter->arg->nullable)
1319 /* Computes and fills in the fields `nullable', `firstpos', and `lastpos' for
1346 /* Back references: nullable = false, firstpos = {i},
1348 node->nullable
[all...]
H A Dtre-ast.c29 node->nullable = -1;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.c1599 Nullable: A node is nullable if it is at the root of a regexp that can
1601 * EMPTY leaves are nullable.
1602 * No other leaf is nullable.
1603 * A QMARK or STAR node is nullable.
1604 * A PLUS node is nullable if its argument is nullable.
1605 * A CAT node is nullable if both its arguments are nullable.
1606 * An OR node is nullable if either argument is nullable
1650 int *nullable; /* Nullable stack. */ local
[all...]
/netbsd-current/external/gpl2/grep/dist/src/
H A Ddfa.c1620 Nullable: A node is nullable if it is at the root of a regexp that can
1622 * EMPTY leaves are nullable.
1623 * No other leaf is nullable.
1624 * A QMARK or STAR node is nullable.
1625 * A PLUS node is nullable if its argument is nullable.
1626 * A CAT node is nullable if both its arguments are nullable.
1627 * An OR node is nullable if either argument is nullable
1671 int *nullable; /* Nullable stack. */ local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d40 $(LREF nullable)
3173 auto nullable(T)(T t)
3215 auto a = 42.nullable;
3322 //Check nullable immutable is constructable
3328 //Check immutable nullable is constructable
3351 //Construct from similar nullable
3371 //Construct from similar nullable
3380 //Check nullable is nicelly embedable in a struct
3537 auto nc = nullable(c);
3542 auto ni = nullable(
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d39 $(LREF nullable)
2551 auto nullable(T)(T t)
2593 auto a = 42.nullable;
2706 //Check nullable immutable is constructable
2712 //Check immutable nullable is constructable
2735 //Construct from similar nullable
2755 //Construct from similar nullable
2764 //Check nullable is nicelly embedable in a struct
2937 //Need to use 'is' if T is a nullable type and
3077 auto nullable(alia
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c142233 unsetJoinExpr(Expr *p, int iTable, int nullable) argument
[all...]

Completed in 613 milliseconds