Searched refs:skip (Results 1 – 5 of 5) sorted by relevance
225 int i, len = 0, skip = 0; in dialog_clear() local244 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 …]
29 dd if="$1" of="./${FW_NAME}" bs="${FW_SIZE}" count=1 iflag=skip_bytes skip="${FW_OFFSET}"
442 sub skip subroutine555 next if (skip($path));
801 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()
377 const int skip = 1; in print_function_line() local390 offset += strlen(function_keys[i].func) + skip; in print_function_line()
Completed in 848 milliseconds