Home
last modified time | relevance | path

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

/scripts/gdb/linux/
Dlists.py42 current=c,
51 current=c
60 current=c,
69 current=c
/scripts/kconfig/
Dgconf.c62 static struct menu *current; // current node for SINGLE view variable
711 current = current->parent; in on_back_clicked()
712 ptype = current->prompt ? current->prompt->type : P_UNKNOWN; in on_back_clicked()
714 current = current->parent; in on_back_clicked()
717 if (current == &rootmenu) in on_back_clicked()
732 current = &rootmenu; in on_single_clicked()
914 current = menu; in on_treeview2_button_press_event()
1021 current = menu; in on_treeview1_button_press_event()
1343 current = &rootmenu; in display_tree()
1408 display_tree(current); in display_tree_part()
Dzconf.lex.c_shipped146 /* Translate the current start state into a value that can be later handed
221 char *yy_buf_pos; /* current position in input buffer */
304 /* Points to current character in buffer. */
718 /* Done after the current pattern has been matched and before the
1074 * the current run.
1522 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
1577 /* just a shorter name for the current buffer */
1924 /* If b is the current buffer, then zconf_init_buffer was _probably_
1966 * the current state. This function will allocate the stack
2178 /** Get the current line number.
[all …]
Dzconf.l331 "Inclusion path:\n current file : '%s'\n",
Dzconf.tab.c_shipped1521 /* Get the current used size of the three stacks, in elements. */
1592 /* Do appropriate processing given the current state. Read a
1652 | yydefault -- do the default action for the current state. |
2252 /* Pop the current state because it cannot handle the error token. */
/scripts/dtc/
Ddtx_diff29 (default is current directory)
30 -S linux kernel source tree is at root of current git repo
Ddtc-lexer.lex.c_shipped116 /* Translate the current start state into a value that can be later handed
192 char *yy_buf_pos; /* current position in input buffer */
275 /* Points to current character in buffer. */
357 /* Done after the current pattern has been matched and before the
892 * the current run.
1391 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
1446 /* just a shorter name for the current buffer */
1788 /* If b is the current buffer, then yy_init_buffer was _probably_
1830 * the current state. This function will allocate the stack
2042 /** Get the current line number.
[all …]
Ddtc-parser.tab.c_shipped1302 /* Get the current used size of the three stacks, in elements. */
1378 /* Do appropriate processing given the current state. Read a
1440 | yydefault -- do the default action for the current state. |
2215 /* Pop the current state because it cannot handle the error token. */
/scripts/genksyms/
Dlex.lex.c_shipped126 /* Translate the current start state into a value that can be later handed
193 char *yy_buf_pos; /* current position in input buffer */
276 /* Points to current character in buffer. */
355 /* Done after the current pattern has been matched and before the
795 * the current run.
1042 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
1097 /* just a shorter name for the current buffer */
1476 /* If b is the current buffer, then yy_init_buffer was _probably_
1518 * the current state. This function will allocate the stack
1730 /** Get the current line number.
[all …]
Dparse.tab.c_shipped1348 /* Get the current used size of the three stacks, in elements. */
1419 /* Do appropriate processing given the current state. Read a
1481 | yydefault -- do the default action for the current state. |
2216 /* Pop the current state because it cannot handle the error token. */
/scripts/
Dpatch-kernel72 patch directory defaults to the current directory,
/scripts/coccinelle/api/
Dstream_open.cocci48 // XXX wait_* can be called not directly from current function (e.g. func -> f -> g -> wait())