Searched refs:LINENUM (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dpch.h24 char *pfetch(LINENUM _line);
25 short pch_line_len(LINENUM _line);
26 LINENUM pch_first(void);
27 LINENUM pch_ptrn_lines(void);
28 LINENUM pch_newfirst(void);
29 LINENUM pch_repl_lines(void);
30 LINENUM pch_end(void);
31 LINENUM pch_context(void);
32 LINENUM pch_hunk_beg(void);
33 char pch_char(LINENUM _lin
[all...]
H A Dinp.h9 EXT LINENUM input_lines INIT(0); /* how long is input file in lines */
10 EXT LINENUM last_frozen_line INIT(0); /* how many input lines have been */
17 char *ifetch(LINENUM _line, int _whichbuf);
H A Dpatch.c108 LINENUM locate_hunk(LINENUM _fuzz);
110 void apply_hunk(LINENUM _where);
113 void copy_till(LINENUM _lastline);
115 void dump_line(LINENUM _line);
116 bool patch_match(LINENUM _base, LINENUM _offset, LINENUM _fuzz);
144 LINENUM where;
145 LINENUM newwher
[all...]
H A Dpch.c44 static LINENUM p_first; /* 1st line number */
45 static LINENUM p_newfirst; /* 1st line number of replacement */
46 static LINENUM p_ptrn_lines; /* # lines in pattern */
47 static LINENUM p_repl_lines; /* # lines in replacement text */
48 static LINENUM p_end = -1; /* last line in hunk */
49 static LINENUM p_max; /* max allowed value of p_end */
50 static LINENUM p_context = 3; /* # of context lines */
51 static LINENUM p_input_line = 0; /* current line # from patch file */
57 static LINENUM p_base; /* where to intuit this time */
58 static LINENUM p_blin
[all...]
H A Dcommon.h85 #define Nulline Null(LINENUM)
97 typedef long LINENUM; /* must be signed */ typedef
137 EXT LINENUM last_offset INIT(0);
141 EXT LINENUM maxfuzz INIT(2);
H A Dinp.c27 static LINENUM tiline[2] = {-1, -1}; /* 1st line in each buffer */
28 static LINENUM lines_per_buf; /* How many lines per buffer */
81 Reg2 LINENUM iline;
347 Reg1 LINENUM line;
355 LINENUM offline = line % lines_per_buf;
356 LINENUM baseline = line - offline;
/freebsd-9.3-release/contrib/gcc/
H A Dxcoffout.c82 #define ASM_OUTPUT_LINE(FILE,LINENUM) \
86 fprintf (FILE, "\t.line\t%d\n", ABS_OR_RELATIVE_LINENO (LINENUM)); \
90 #define ASM_OUTPUT_LFB(FILE,LINENUM) \
94 xcoff_begin_function_line = (LINENUM) - 1;\
95 fprintf (FILE, "\t.bf\t%d\n", (LINENUM)); \
102 #define ASM_OUTPUT_LFE(FILE,LINENUM) \
105 fprintf (FILE, "\t.ef\t%d\n", (LINENUM)); \
110 #define ASM_OUTPUT_LBB(FILE,LINENUM,BLOCKNUM) \
111 fprintf (FILE, "\t.bb\t%d\n", ABS_OR_RELATIVE_LINENO (LINENUM))
113 #define ASM_OUTPUT_LBE(FILE,LINENUM,BLOCKNU
[all...]
/freebsd-9.3-release/contrib/less/
H A Dlinenum.c47 LINENUM line; /* Line number */
125 LINENUM linenum;
264 public LINENUM
269 register LINENUM linenum;
381 LINENUM linenum;
385 LINENUM clinenum;
452 public LINENUM
458 LINENUM linenum;
H A Dprompt.c129 LINENUM linenum;
255 LINENUM linenum;
256 LINENUM last_linenum;
H A Dtags.c70 LINENUM tag_linenum; /* Appropriate line number in source file */
115 LINENUM linenum;
273 LINENUM taglinenum;
399 LINENUM linenum;
575 tp = maketagent(name, file, (LINENUM) atoi(line), NULL, 0);
H A Dfuncs.h76 public LINENUM cmd_int ();
183 public LINENUM find_linenum ();
185 public LINENUM currline ();
H A Djump.c68 LINENUM linenum;
H A Dless.h223 typedef off_t LINENUM; typedef
303 LINENUM p_linenum;
H A Doutput.c412 TYPE_TO_A_FUNC(linenumtoa, LINENUM)
434 LINENUM num;
H A Dcmdbuf.c1319 public LINENUM
1324 LINENUM n = 0;
H A Dline.c173 register LINENUM linenum = 0;
H A Dsearch.c748 LINENUM linenum;
H A Dcommand.c65 static LINENUM number; /* The number typed by the user */

Completed in 131 milliseconds