Home
last modified time | relevance | path

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

/scripts/kconfig/
Dstreamline_config.pl390 my $valid = "A-Za-z_0-9";
405 while ($p =~ /[$valid]/) {
407 if ($p =~ /^[^$valid]*([$valid]+)/) {
410 $p =~ s/^[^$valid]*[$valid]+//;
Dgconf.c1243 gboolean valid; in gtktree_iter_find_node() local
1246 valid = gtk_tree_model_iter_children(model2, child, parent); in gtktree_iter_find_node()
1247 while (valid) { in gtktree_iter_find_node()
1261 valid = gtk_tree_model_iter_next(model2, child); in gtktree_iter_find_node()
1277 gboolean valid; in update_tree() local
1285 valid = gtk_tree_model_iter_children(model2, child2, dst); in update_tree()
1292 if (valid) in update_tree()
1311 valid = gtk_tree_model_iter_next(model2, in update_tree()
1314 if (!valid) in update_tree()
1324 if (!valid && !menu2) in update_tree()
[all …]
Dzconf.lex.c_shipped110 /* The "const" storage-class-modifier is valid. */
1689 * valid NUL; if not, then we've hit the end of the buffer.
Dzconf.tab.c_shipped1558 /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */
/scripts/
DKbuild.include52 # to specify a valid file as first prerequisite (often the kbuild file)
/scripts/dtc/
Ddtc-lexer.lex.c_shipped91 /* The "const" storage-class-modifier is valid. */
1343 * valid NUL; if not, then we've hit the end of the buffer.
Ddtc-parser.tab.c_shipped1324 /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */
/scripts/genksyms/
Dlex.lex.c_shipped91 /* The "const" storage-class-modifier is valid. */
1288 * valid NUL; if not, then we've hit the end of the buffer.
Dparse.tab.c_shipped1617 /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */