Home
last modified time | relevance | path

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

/scripts/kconfig/lxdialog/
Dutil.c260 int i, len = 0, skip = 0; in dialog_clear() local
275 skip = len - (COLS - 2 - strlen(ellipsis)); in dialog_clear()
279 if (skip == 0) in dialog_clear()
282 skip--; in dialog_clear()
284 if (skip == 0) in dialog_clear()
287 skip--; in dialog_clear()
289 if (skip < strlen(pos->text)) { in dialog_clear()
290 waddstr(stdscr, pos->text + skip); in dialog_clear()
291 skip = 0; in dialog_clear()
293 skip -= strlen(pos->text); in dialog_clear()
[all …]
/scripts/mod/
Dmodpost.h111 int skip; member
Dmodpost.c368 int skip = 1; in get_next_line() local
374 if (skip && isspace(*p)) { in get_next_line()
378 skip = 0; in get_next_line()
1720 mod->skip = 1; in read_symbols()
2094 mod->skip = 1; in read_dump()
2216 if (mod->skip) in main()
2226 if (mod->skip) in main()
/scripts/kconfig/
Dqconf.cc729 goto skip; in contentsMouseReleaseEvent()
769 skip: in contentsMouseReleaseEvent()
789 goto skip; in contentsMouseDoubleClickEvent()
792 goto skip; in contentsMouseDoubleClickEvent()
796 goto skip; in contentsMouseDoubleClickEvent()
803 skip: in contentsMouseDoubleClickEvent()
Dnconf.c367 const int skip = 1; in print_function_line() local
379 offset += strlen(function_keys[i].func) + skip; in print_function_line()
/scripts/
DKbuild.include173 # skip if -I has no parameter
/scripts/dtc/
Ddtc-lexer.lex.c_shipped953 /* skip text before line # */
957 /* skip digits in line # */
Ddtc-parser.tab.c_shipped1132 YYCHECK. In other words, skip the first -YYN actions for
/scripts/genksyms/
Dparse.tab.c_shipped1295 YYCHECK. In other words, skip the first -YYN actions for