Home
last modified time | relevance | path

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

/scripts/kconfig/lxdialog/
Dutil.c225 int i, len = 0, skip = 0; in dialog_clear() local
240 skip = len - (columns - 2 - strlen(ellipsis)); in dialog_clear()
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()
[all …]
/scripts/
Dleaking_addresses.pl442 sub skip subroutine
555 next if (skip($path));
/scripts/kconfig/
Dqconf.cc801 goto skip; in mouseReleaseEvent()
832 skip: in mouseReleaseEvent()
852 goto skip; in mouseDoubleClickEvent()
855 goto skip; in mouseDoubleClickEvent()
859 goto skip; in mouseDoubleClickEvent()
869 skip: in mouseDoubleClickEvent()
Dnconf.c377 const int skip = 1; in print_function_line() local
390 offset += strlen(function_keys[i].func) + skip; in print_function_line()