Searched refs:line (Results 701 - 725 of 1636) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/mdocml/
H A Deqn.c403 ep->node->line, ep->node->pos, NULL);
424 ep->node->line, ep->node->pos, NULL);
546 ep->node->line, ep->node->pos, "delim");
573 ep->node->line, ep->node->pos, "undef");
592 ep->node->line, ep->node->pos, "define");
621 ep->node->line, ep->node->pos, "define %s", def->key);
670 ep->node->line, ep->node->pos, "tdefine");
678 ep->node->line, ep->node->pos, eqn_toks[tok]);
694 ep->node->line, ep->node->pos, eqn_toks[tok]);
739 ep->node->line, e
[all...]
/freebsd-11-stable/usr.bin/wall/
H A Dttymsg.c60 ttymsg(struct iovec *iov, int iovcnt, const char *line, int tmout) argument
74 strlcat(device, line, sizeof(device));
150 * We get ENODEV on a slip line if we're running as root,
151 * and EIO if the line just went away.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h41 int line; member in struct:__sanitizer::AddressInfo
72 uptr line; member in struct:__sanitizer::DataInfo
139 // does the actual file/line info fetching. Specific sanitizers may need this
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h87 std::string &line) override;
104 std::string &line) override;
/freebsd-11-stable/tests/sys/capsicum/
H A Dioctls_test.c52 child_fail_require(const char *file, int line, const char *str) argument
56 snprintf(buf, sizeof(buf), "%s:%d: %s\n", file, line, str);
/freebsd-11-stable/contrib/less/
H A Dlesskey.c51 * #line-edit Signals the beginning of the line-editing
96 { "back-line", A_B_LINE },
97 { "back-line-force", A_BF_LINE },
117 { "forw-line", A_F_LINE },
118 { "forw-line-force", A_FF_LINE },
126 { "goto-line", A_GOLINE },
174 { "kill-line", EC_LINEKILL },
269 * Parse command line arguments.
500 * Clean up an input line
781 char line[1024]; local
[all...]
/freebsd-11-stable/testcode/
H A Dfake_event.c247 "with entry line %d", timenow,
420 log_info("testbound matched event entry from line %d",
581 char name[1024], line[1024]; local
586 line[sizeof(line)-1] = 0;
593 if(!fgets(line, (int)sizeof(line)-1, in)) {
594 log_err("autotrust check failed, could not read line");
595 log_err("file %s, line %d", name, lineno);
599 if(line[
634 char name[1024], line[1024]; local
[all...]
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Derr_inherit4.tab.c128 #line 3 "err_inherit4.y"
153 #line 41 "err_inherit4.y"
162 #line 163 "err_inherit4.tab.c"
436 #line 80 "err_inherit4.y"
440 #line 441 "err_inherit4.tab.c"
450 #line 28 "err_inherit4.y"
453 #line 454 "err_inherit4.tab.c"
455 #line 28 "err_inherit4.y"
458 #line 459 "err_inherit4.tab.c"
460 #line 2
[all...]
H A Dok_syntax1.tab.c120 #line 9 "ok_syntax1.y"
139 #line 43 "ok_syntax1.y"
147 #line 148 "ok_syntax1.tab.c"
445 #line 104 "ok_syntax1.y"
498 #line 499 "ok_syntax1.tab.c"
1216 #line 66 "ok_syntax1.y"
1220 #line 70 "ok_syntax1.y"
1224 #line 72 "ok_syntax1.y"
1228 #line 76 "ok_syntax1.y"
1232 #line 7
[all...]
/freebsd-11-stable/tools/tools/locale/tools/
H A Dcldr2def.pl279 # columns to line up (style established in FreeBSD in 2001)
589 foreach my $line (@lines) {
590 $line =~ s/\r//;
591 next if (!$continue && $line !~ /^$k\s/);
593 $line =~ s/^\s+//;
595 $line =~ s/^$k\s+//;
601 $continue = ($line =~ /\/$/);
602 $line =~ s/\/$// if ($continue);
604 while ($line =~ /_/) {
605 $line
[all...]
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge-osdep.h313 u_long line; member in struct:_vxge_os_malloc_t
341 g_malloc_arr[i].line = _line; \
358 g_malloc_arr[i].line, \
368 #define VXGE_OS_MEMORY_CHECK_MALLOC(prt, size, file, line)
369 #define VXGE_OS_MEMORY_CHECK_FREE(vaddr, size, file, line)
373 vxge_mem_alloc_ex(u_long size, const char *file, int line) argument
378 VXGE_OS_MEMORY_CHECK_MALLOC((void *)vaddr, size, file, line)
386 vxge_mem_free_ex(const void *vaddr, u_long size, const char *file, int line) argument
389 VXGE_OS_MEMORY_CHECK_FREE(vaddr, size, file, line)
611 const char *file, int line)
609 vxge_dma_free(pci_dev_h pdev, const void *vaddr, u_long size, pci_dma_h *p_dmah, pci_dma_acc_h *p_dma_acch, const char *file, int line) argument
[all...]
/freebsd-11-stable/usr.bin/grep/
H A Dutil.c82 static void printline_metadata(struct str *line, int sep);
210 /* Print the matching line, but only if not quiet/binary */
241 * line being rotated out, then go ahead and increment
258 * line-by-line basis, setting up a `struct str` as needed.
278 * Opens a file and processes it. Each file is processed line-by-line
335 * not going to be doing per-line statistics because of the
338 /* Reset per-line statistics */
455 * Processes a line comparin
698 grep_printline(struct str *line, int sep) argument
705 printline_metadata(struct str *line, int sep) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_file.c52 /* Used to terminate lines in large multi-line string literals. */
67 /* The current line in the file */
68 int line;
277 /* Read from CTX to the end of the line (or file) and write the data
279 Returns the char that ended the line in *C; the char is either
282 parser_get_line(parse_context_t *ctx, svn_stringbuf_t *line, int *c)
285 svn_stringbuf_setempty(line);
296 svn_stringbuf_appendbyte(line, ch);
304 svn_stringbuf_appendbytes(line, start, newline - start);
313 * buffer data is part of the line t
66 int line; member in struct:parse_context_t
280 parser_get_line(parse_context_t *ctx, svn_stringbuf_t *line, int *c) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp47 // multi-line block of text with a single line editor. Preserving this
129 for (EditLineStringType line : lines) {
130 combined_stream << line.c_str() << "\n";
150 EditLineStringType FixIndentation(const EditLineStringType &line, argument
153 return line;
155 return line.substr(-indent_correction);
156 return EditLineStringType(indent_correction, EditLineCharType(' ')) + line;
159 int GetIndentation(const EditLineStringType &line) { argument
161 for (EditLineCharType ch : line) {
359 int line = 0; local
1378 GetLine(std::string &line, bool &interrupted) argument
[all...]
/freebsd-11-stable/stand/lua/
H A Dconfig.lua49 local MSG_MALFORMED = "Malformed line (%d):\n\t'%s'"
159 local function checkPattern(line, pattern)
166 k, v, c = _realCheck(line, pattern:gsub('$VALUE', QVALREPL))
170 return _realCheck(line, pattern:gsub('$VALUE', WORDREPL))
172 return _realCheck(line, pattern)
177 -- the beginning of a line and any preceding whitespace will be skipped. The
186 -- a full-line comment. The second is for 'exec' handling. Both have a single
187 -- capture group, but the difference is that the full-line comment pattern will
188 -- match the entire line. This does not run afoul of the later end of line
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_witness.c1072 int line, struct lock_object *interlock)
1100 fixup_filename(file), line);
1139 fixup_filename(file), line);
1148 fixup_filename(file), line);
1163 fixup_filename(file), line);
1167 fixup_filename(file), line);
1225 fixup_filename(file), line);
1380 fixup_filename(file), line);
1393 fixup_filename(file), line);
1418 witness_lock(struct lock_object *lock, int flags, const char *file, int line) argument
1071 witness_checkorder(struct lock_object *lock, int flags, const char *file, int line, struct lock_object *interlock) argument
1477 witness_upgrade(struct lock_object *lock, int flags, const char *file, int line) argument
1522 witness_downgrade(struct lock_object *lock, int flags, const char *file, int line) argument
1568 witness_unlock(struct lock_object *lock, int flags, const char *file, int line) argument
2315 witness_restore(struct lock_object *lock, const char *file, int line) argument
2352 witness_assert(const struct lock_object *lock, int flags, const char *file, int line) argument
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_window.c110 if (left >= 0) { /* line is touched */
111 struct ldat *line = &(pp->_line[wp->_pary + y]); local
116 CHANGED_RANGE(line, left, right);
146 struct ldat *line = &(win->_line[y]); local
155 CHANGED_RANGE(line, left, right);
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.h54 line, enumerator in enum:dwarf_section_display_enum
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dline-map.c1 /* Map logical line numbers to (source file, line number) pairs.
25 #include "line-map.h"
29 /* Initialize a line map set. */
56 fprintf (stderr, "line-map.c: file \"%s\" entered but not left\n",
60 /* Free a line map set. */
73 /* Add a mapping of logical source line to physical source file and
74 line number.
108 /* If we don't keep our line maps consistent, we can easily
137 fprintf (stderr, "line
265 linemap_lookup(struct line_maps *set, source_location line) argument
[all...]
/freebsd-11-stable/contrib/ee/
H A Dee.c125 unsigned char *line; /* line of characters */ member in struct:text
126 int line_number; /* line number */
127 int line_length; /* actual number of characters in the line */
128 int max_length; /* maximum number of characters the line handles */
129 struct text *next_line; /* next line of text */
130 struct text *prev_line; /* previous line of text */
133 struct text *first_line; /* first line of current buffer */
134 struct text *dlt_line; /* structure for info on deleted line */
135 struct text *curr_line; /* current line curso
3873 unsigned char *line; local
3911 unsigned char *line; local
4508 unsigned char *line; local
[all...]
/freebsd-11-stable/contrib/groff/src/utils/xtotroff/
H A Dxtotroff.c225 char line[1024]; local
282 while (fgets(line, sizeof(line), map)) {
283 for (a = line, b = troff_name; *a; a++, b++) {
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Doutput.h46 virtual void line(const position &, const position *, int n,
H A Dpic.h85 string line; member in class:file_input
/freebsd-11-stable/contrib/binutils/gas/
H A Dfrags.h68 struct list_info_struct *line; member in struct:frag
H A Dwrite.h159 unsigned int line; member in struct:reloc_list

Completed in 363 milliseconds

<<21222324252627282930>>