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

/freebsd-10.0-release/usr.bin/patch/
H A Dinp.h32 char *ifetch(LINENUM, int);
H A Dpch.h46 char *pfetch(LINENUM);
47 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);
[all...]
H A Dpatch.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);
[all...]
H A Dpch.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 */
63 static LINENUM p_base; /* where to intuit this time */
64 static LINENUM p_blin
[all...]
H A Dcommon.h64 typedef long LINENUM; /* must be signed */ typedef
116 extern LINENUM input_lines; /* how long is input file in lines */
H A Dinp.c59 static LINENUM tiline[2] = {-1, -1}; /* 1st line in each buffer */
60 static LINENUM lines_per_buf; /* how many lines per buffer */
430 ifetch(LINENUM line, int whichbuf)
442 LINENUM offline = line % lines_per_buf;
443 LINENUM baseline = line - offline;
/freebsd-10.0-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-10.0-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.c128 LINENUM linenum;
254 LINENUM linenum;
255 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.h222 typedef off_t LINENUM; typedef
302 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.c172 register LINENUM linenum = 0;
H A Dsearch.c746 LINENUM linenum;
H A Dcommand.c65 static LINENUM number; /* The number typed by the user */

Completed in 106 milliseconds