Home
last modified time | relevance | path

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

/scripts/kconfig/lxdialog/
A Dutil.c225 int i, len = 0, skip = 0; in dialog_clear() local
244 if (skip == 0) in dialog_clear()
247 skip--; in dialog_clear()
249 if (skip == 0) in dialog_clear()
252 skip--; in dialog_clear()
254 if (skip < strlen(pos->text)) { in dialog_clear()
255 waddstr(stdscr, pos->text + skip); in dialog_clear()
256 skip = 0; in dialog_clear()
258 skip -= strlen(pos->text); in dialog_clear()
260 if (skip == 0) in dialog_clear()
[all …]
/scripts/
A Dextract-fwblobs29 dd if="$1" of="./${FW_NAME}" bs="${FW_SIZE}" count=1 iflag=skip_bytes skip="${FW_OFFSET}"
A Dleaking_addresses.pl442 sub skip subroutine
555 next if (skip($path));
/scripts/kconfig/
A Dqconf.cc801 goto skip; in mouseReleaseEvent()
832 skip: in mouseReleaseEvent()
845 goto skip; in mouseDoubleClickEvent()
848 goto skip; in mouseDoubleClickEvent()
852 goto skip; in mouseDoubleClickEvent()
862 skip: in mouseDoubleClickEvent()
A Dnconf.c377 const int skip = 1; in print_function_line() local
390 offset += strlen(function_keys[i].func) + skip; in print_function_line()

Completed in 848 milliseconds