Home
last modified time | relevance | path

Searched defs:lines (Results 1 – 25 of 112) sorted by relevance

12345

/netbsd/src/external/gpl3/gcc/dist/contrib/
Dcheck-MAINTAINERS.py66 def check_group(name, lines): argument
85 lines = open(sys.argv[1]).read().splitlines() variable
88 lines = list(dropwhile(lambda x: x.strip() != needle, lines)) variable
89 lines = lines[2:] variable
95 lines = list(dropwhile(lambda x: needle not in x, lines)) variable
96 lines = lines[2:] variable
102 lines = list(dropwhile(lambda x: needle not in x, lines)) variable
103 lines = lines[2:] variable
109 lines = list(dropwhile(lambda x: needle not in x, lines))[1:] variable
110 lines = list(dropwhile(lambda x: not has_tab(x), lines)) variable
Dgit-fix-changelog.py37 def replace_file_in_changelog(lines, filename, fixed): argument
60 lines = r.stdout.splitlines() variable
Dfilter-clang-warnings.py71 lines = [line.strip() for line in open(args.log)] variable
/netbsd/src/external/bsd/kyua-cli/dist/utils/text/
Doperations_test.cpp57 const std::vector< std::string > lines = text::split(expected, '\n'); in refill_test() local
187 std::vector< std::string > lines; in ATF_TEST_CASE_BODY() local
195 std::vector< std::string > lines; in ATF_TEST_CASE_BODY() local
204 std::vector< std::string > lines; in ATF_TEST_CASE_BODY() local
217 std::set< std::string > lines; in ATF_TEST_CASE_BODY() local
Dtable.cpp220 std::vector< std::string > lines; in format_row() local
412 std::vector< std::string > lines; in format() local
/netbsd/src/external/bsd/kyua-cli/dist/utils/cmdline/
Dui.cpp165 const std::vector< std::string > lines = text::refill( in out_wrap() local
191 const std::vector< std::string > lines = text::refill( in out_tag_wrap() local
224 const std::vector< std::string > lines = formatter.format(table); in out_table() local
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ts/
Dts_rsp_print.c73 int i, lines = 0; in TS_STATUS_INFO_print_bio() local
105 int lines = 0; in ts_status_map_print() local
/netbsd/src/usr.bin/shuffle/
Dshuffle.c110 char **lines = emalloc(sizeof(char *) * maxlines); in get_lines() local
164 char **lines = NULL; in main() local
/netbsd/src/external/bsd/nvi/dist/cl/
Dcl_read.c62 size_t lines, columns; in cl_event() local
308 cl_resize(SCR *sp, size_t lines, size_t columns) in cl_resize()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dcheckpoint.c22 long lines = 0; variable
/netbsd/src/sys/dev/wscons/
Dwsdisplay_glyphcache.c60 glyphcache_init(glyphcache *gc, int first, int lines, int width, in glyphcache_init()
68 glyphcache_init_align(glyphcache *gc, int first, int lines, int width, in glyphcache_init_align()
92 glyphcache_init_x(glyphcache *gc, int x, int y, int lines, int width, in glyphcache_init_x()
/netbsd/src/sys/arch/amiga/dev/
Dite_rh.c147 screen_up(struct ite_softc *ip, int top, int bottom, int lines) in screen_up()
165 screen_down (struct ite_softc *ip, int top, int bottom, int lines) in screen_down()
Dite_rt.c146 screen_up(struct ite_softc *ip, int top, int bottom, int lines) in screen_up()
274 screen_down(struct ite_softc *ip, int top, int bottom, int lines) in screen_down()
Dite_ul.c300 static void screen_up(struct ite_softc *ip, int top, int bottom, int lines) in screen_up()
334 static void screen_down(struct ite_softc *ip, int top, int bottom, int lines) in screen_down()
/netbsd/src/external/bsd/tmux/dist/
Dcmd-display-menu.c109 u_int line, ox, oy, sx, sy, lines, position; in cmd_display_menu_get_position() local
296 enum box_lines lines = BOX_LINES_DEFAULT; in cmd_display_menu_exec() local
397 enum box_lines lines = BOX_LINES_DEFAULT; in cmd_display_popup_exec() local
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dget_window_size.c63 get_window_size(int fd, int *lines, int *columns) in get_window_size()
/netbsd/src/games/rain/
Drain.c63 static long lines; variable
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/sl/
Dtest_sl.c42 } lines[] = { variable
/netbsd/src/crypto/external/bsd/heimdal/dist/cf/
Dsymbol-version.py78 lines = sys.stdin.readlines() variable
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsource-cache.c107 std::string lines; in get_plain_source_lines() local
451 int last_line, std::string *lines) in get_source_lines()
/netbsd/src/external/bsd/less/dist/
Dttyin.c150 int lines = 1; in default_wheel_lines() local
/netbsd/src/usr.bin/tail/
Dread.c140 } *lines; in displaylines() local
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
Dscanresults.cpp80 QStringList lines = bss.split(QRegExp("\\n")); in updateResults() local
Daddinterface.cpp79 QStringList lines = ifaces.split(QRegExp("\\n")); in addInterfaces() local
/netbsd/src/external/bsd/mdocml/dist/
Dtag.c39 size_t *lines; member

12345