Home
last modified time | relevance | path

Searched refs:LINENUM (Results 1 – 20 of 20) sorted by relevance

/NextBSD/usr.bin/patch/
HDpch.h46 char *pfetch(LINENUM);
47 unsigned short pch_line_len(LINENUM);
48 LINENUM pch_first(void);
49 LINENUM pch_ptrn_lines(void);
50 LINENUM pch_newfirst(void);
51 LINENUM pch_repl_lines(void);
52 LINENUM pch_end(void);
53 LINENUM pch_context(void);
54 LINENUM pch_hunk_beg(void);
55 char pch_char(LINENUM);
HDpatch.c87 LINENUM input_lines = 0; /* how long is input file in lines */
92 static LINENUM locate_hunk(LINENUM);
94 static void rej_line(int, LINENUM);
96 static void apply_hunk(LINENUM);
99 static void copy_till(LINENUM, bool);
101 static void dump_line(LINENUM, bool);
102 static bool patch_match(LINENUM, LINENUM, LINENUM);
118 static LINENUM last_frozen_line = 0;
129 static LINENUM last_offset = 0;
130 static LINENUM maxfuzz = 2;
[all …]
HDpch.c50 static LINENUM p_first; /* 1st line number */
51 static LINENUM p_newfirst; /* 1st line number of replacement */
52 static LINENUM p_ptrn_lines; /* # lines in pattern */
53 static LINENUM p_repl_lines; /* # lines in replacement text */
54 static LINENUM p_end = -1; /* last line in hunk */
55 static LINENUM p_max; /* max allowed value of p_end */
56 static LINENUM p_context = 3; /* # of context lines */
57 static LINENUM p_input_line = 0; /* current line # from patch file */
64 static LINENUM p_bline; /* line # of p_base */
66 static LINENUM p_sline; /* and the line number for it */
[all …]
HDcommon.h57 typedef long LINENUM; /* must be signed */ typedef
109 extern LINENUM input_lines; /* how long is input file in lines */
HDinp.c63 static LINENUM tiline[2] = {-1, -1}; /* 1st line in each buffer */
378 ifetch(LINENUM line, int whichbuf) in ifetch()
390 LINENUM offline = line % lines_per_buf; in ifetch()
391 LINENUM baseline = line - offline; in ifetch()
HDinp.h32 char *ifetch(LINENUM, int);
/NextBSD/contrib/gcc/
HDxcoffout.c81 #define ASM_OUTPUT_LINE(FILE,LINENUM) \ argument
85 fprintf (FILE, "\t.line\t%d\n", ABS_OR_RELATIVE_LINENO (LINENUM)); \
89 #define ASM_OUTPUT_LFB(FILE,LINENUM) \ argument
93 xcoff_begin_function_line = (LINENUM) - 1;\
94 fprintf (FILE, "\t.bf\t%d\n", (LINENUM)); \
101 #define ASM_OUTPUT_LFE(FILE,LINENUM) \ argument
104 fprintf (FILE, "\t.ef\t%d\n", (LINENUM)); \
109 #define ASM_OUTPUT_LBB(FILE,LINENUM,BLOCKNUM) \ argument
110 fprintf (FILE, "\t.bb\t%d\n", ABS_OR_RELATIVE_LINENO (LINENUM))
112 #define ASM_OUTPUT_LBE(FILE,LINENUM,BLOCKNUM) \ argument
[all …]
/NextBSD/contrib/less/
HDlinenum.c47 LINENUM line; /* Line number */
125 LINENUM linenum; in add_lnum()
264 public LINENUM
269 register LINENUM linenum;
381 LINENUM linenum; in find_pos()
385 LINENUM clinenum;
452 public LINENUM
458 LINENUM linenum;
HDtags.c71 LINENUM tag_linenum; /* Appropriate line number in source file */
116 LINENUM linenum;
274 LINENUM taglinenum;
400 LINENUM linenum; in ctagsearch()
576 tp = maketagent(name, file, (LINENUM) atoi(line), NULL, 0);
HDprompt.c128 LINENUM linenum; in ap_linenum()
254 LINENUM linenum;
255 LINENUM last_linenum;
HDfuncs.h78 public LINENUM cmd_int ();
186 public LINENUM find_linenum ();
188 public LINENUM currline ();
HDless.h222 typedef off_t LINENUM; typedef
311 LINENUM p_linenum;
HDoutput.c412 TYPE_TO_A_FUNC(linenumtoa, LINENUM)
434 LINENUM num; in iprint_linenum()
HDjump.c86 LINENUM linenum; in jump_back()
HDcmdbuf.c1321 public LINENUM
1326 LINENUM n = 0;
HDline.c172 register LINENUM linenum = 0;
HDcommand.c67 static LINENUM number; /* The number typed by the user */
HDsearch.c1184 LINENUM linenum;
/NextBSD/contrib/gdb/gdb/doc/
HDgdb.info-12048 `break LINENUM'
2049 Set a breakpoint at line LINENUM in the current source file. The
2054 `break FILENAME:LINENUM'
2055 Set a breakpoint at line LINENUM in source file FILENAME.
2507 `clear LINENUM'
2508 `clear FILENAME:LINENUM'
3649 `list LINENUM'
3650 Print lines centered around line number LINENUM in the current
HDgdb.info-25751 | [ -f FILENAME -l LINENUM [ -n LINES ] ]
5765 `LINENUM'