Searched defs:lines (Results 1 - 25 of 183) sorted by relevance

12345678

/netbsd-current/external/bsd/byacc/dist/test/
H A Dbtyacc_calc1.y52 lines : /* empty */ label
H A Dvarsyntax_calc1.y56 lines : // empty */ label
H A Dcalc1.y54 lines : /* empty */ label
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dcheckpoint.c22 long lines = 0; variable
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcheckpoint.c22 long lines = 0; variable
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dtest_sl.c42 } lines[] = { variable in typeref:struct:__anon206
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/gpio/
H A Dpriv.h10 int lines; member in struct:nvkm_gpio_func
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dget_window_size.c63 get_window_size(int fd, int *lines, int *columns) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dfilter-clang-warnings.py71 lines = [line.strip() for line in open(args.log)] variable
H A Dcheck-MAINTAINERS.py85 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
[all...]
H A Dgit-fix-changelog.py60 lines = r.stdout.splitlines() variable
/netbsd-current/crypto/external/bsd/heimdal/dist/cf/
H A Dsymbol-version.py78 lines = sys.stdin.readlines() variable
/netbsd-current/usr.bin/tail/
H A Dread.c140 } *lines; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dfilter-clang-warnings.py57 lines = [l.strip() for l in open(args.log)] variable
H A Dgit-fix-changelog.py60 lines = r.stdout.splitlines() variable
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ts/
H A Dts_rsp_print.c73 int i, lines = 0; local
105 int lines = 0; local
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_rsp_print.c73 int i, lines = 0; local
105 int lines = 0; local
/netbsd-current/external/bsd/openpam/dist/t/
H A Dt_openpam_readword.c61 orw_expect(struct t_file *tf, const char *expected, int lines, int eof, int eol) argument
[all...]
H A Dt_openpam_readlinev.c62 orlv_expect(struct t_file *tf, const char **expectedv, int lines, int eof) argument
[all...]
/netbsd-current/games/rain/
H A Drain.c63 static long lines; variable
/netbsd-current/external/bsd/mdocml/dist/
H A Dchars.c45 static struct ln lines[] = { variable in typeref:struct:ln
[all...]
/netbsd-current/external/bsd/less/dist/
H A Dttyin.c150 int lines = 1; local
/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Dsanity_test.c98 char *lines[3]; local
/netbsd-current/external/bsd/atf/dist/tools/
H A Dui.cpp150 std::vector< std::string > lines = tools::text::split(text, "\n"); local
/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dui.cpp165 const std::vector< std::string > lines = text::refill( local
191 const std::vector< std::string > lines = text::refill( local
224 const std::vector< std::string > lines local
[all...]

Completed in 220 milliseconds

12345678