Searched refs:LINE (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/mdocml/
H A Datt.c27 #define LINE(x, y) \ macro
35 LINE("v1", "Version\\~1 AT&T UNIX");
36 LINE("v2", "Version\\~2 AT&T UNIX");
37 LINE("v3", "Version\\~3 AT&T UNIX");
38 LINE("v4", "Version\\~4 AT&T UNIX");
39 LINE("v5", "Version\\~5 AT&T UNIX");
40 LINE("v6", "Version\\~6 AT&T UNIX");
41 LINE("v7", "Version\\~7 AT&T UNIX");
42 LINE("32v", "Version\\~32V AT&T UNIX");
43 LINE("II
[all...]
H A Dmsec.c26 #define LINE(x, y) \ macro
H A Dlib.c28 #define LINE(x, y) \ macro
H A Dst.c28 #define LINE(x, y) \ macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dsdb.h42 #define PUT_SDB_BLOCK_START(LINE) \
50 (LINE)); \
54 #define PUT_SDB_BLOCK_END(LINE) \
62 (LINE)); \
66 #define PUT_SDB_FUNCTION_START(LINE)
68 #define PUT_SDB_FUNCTION_END(LINE) \
70 SDB_OUTPUT_SOURCE_LINE (asm_out_file, LINE + sdb_begin_function_line); \
H A Dmips.h2543 #define DBX_OUTPUT_SOURCE_LINE(STREAM, LINE, COUNTER) do { \
2544 dbxout_begin_stabn_sline (LINE); \
2549 #define SDB_OUTPUT_SOURCE_LINE(STREAM, LINE) \
2550 fprintf (STREAM, "\t.loc\t%d %d\n", num_source_filenames, LINE)
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dline-map.h140 #define SOURCE_LINE(MAP, LINE) \
141 ((((LINE) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line)
143 #define SOURCE_COLUMN(MAP, LINE) \
144 (((LINE) - (MAP)->start_location) & ((1 << (MAP)->column_bits) - 1))
/freebsd-11-stable/usr.bin/col/
H A Dcol.c88 typedef struct line_str LINE; typedef in typeref:struct:line_str
91 LINE *l_prev; /* previous line */
92 LINE *l_next; /* next line */
100 static LINE *alloc_line(void);
102 static void flush_line(LINE *);
105 static void free_line(LINE *);
109 static LINE *lines;
129 LINE *l; /* current line */
265 LINE *lnew;
373 LINE *
[all...]
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-packages.sh243 LINE=`grep "${REGEX}" "${INDEX_FILE}" 2>/dev/null`
244 DEPS=`echo "${LINE}"|cut -f3 -d'|'`
282 LINE=`grep "${REGEX}" "${INDEX_FILE}" 2>/dev/null`
283 NAME=`echo "${LINE}"|cut -f2 -d'|'`
303 LINE=`grep "${REGEX}" "${INDEX_FILE}" 2>/dev/null`
304 NAME=`echo "${LINE}"|cut -f1 -d'|'`
322 LINE=`grep "|${PACKAGE}|" "${INDEX_FILE}" 2>/dev/null`
323 NAME=`echo "${LINE}"|cut -f1 -d'|'`
H A Dfunctions-bsdlabel.sh51 LINE="${2}"
53 echo $LINE | cut -d ' ' -f 4 | grep -q '(' 2>/dev/null
57 echo $LINE | grep -q '^ZFS' 2>/dev/null
60 ZFSVARS="`echo $LINE | cut -d ' ' -f 4-20 |cut -d '(' -f 2- | cut -d ')' -f 1 | xargs`"
90 echo $LINE | grep -q '^UFS' 2>/dev/null
92 FSVARS="`echo $LINE | cut -d '(' -f 2- | cut -d ')' -f 1 | xargs`"
/freebsd-11-stable/usr.bin/join/
H A Djoin.c72 } LINE; typedef in typeref:struct:__anon8628
80 LINE *set; /* set of lines with same field */
104 static int cmp(LINE *, u_long, LINE *, u_long);
110 static void outfield(LINE *, u_long, int);
111 static void outoneline(INPUT *, LINE *);
112 static void outtwoline(INPUT *, LINE *, INPUT *, LINE *);
276 LINE *lp, *lastlp, tmp;
296 F->setalloc * sizeof(LINE)))
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dxcoffout.h71 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) do { \
H A Dsdbout.c228 #define PUT_SDB_BLOCK_START(LINE) \
231 SDB_DELIM, SDB_DELIM, SDB_DELIM, (LINE), SDB_DELIM)
235 #define PUT_SDB_BLOCK_END(LINE) \
238 SDB_DELIM, SDB_DELIM, SDB_DELIM, (LINE), SDB_DELIM)
242 #define PUT_SDB_FUNCTION_START(LINE) \
245 SDB_DELIM, SDB_DELIM, SDB_DELIM, (LINE), SDB_DELIM)
249 #define PUT_SDB_FUNCTION_END(LINE) \
252 SDB_DELIM, SDB_DELIM, SDB_DELIM, (LINE), SDB_DELIM)
1533 number LINE. */
H A Ddbxout.c552 /* Write a .stabn directive with type N_SLINE and desc LINE. As above,
800 LINE is the source line to write into the desc field (in extended
817 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) \
819 int line_ = use_gnu_debug_info_extensions ? LINE : 0; \
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser148 LINE: while (<DOMAIN>) label
152 next LINE if /^#/;
153 next LINE if /^$/;
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_lineno.c140 #define LINE(x) (li->li_lbase + (((x) - li->li_opbase) % li->li_lrange)) macro
239 line += LINE(*p);
260 #undef LINE macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp115 CASE(LINE);
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh556 while read LINE; do
558 LINEX=`echo "${LINE}" | cut -f 1 -d '#'`
561 echo "==> ${LINE}"
1759 while read LINE; do
1760 NODE=`echo "${LINE}" | cut -f 1-2 -d '|'`
1764 lam -s "${LINE}|" - >> $3.add
1862 while read LINE; do
1863 F=`echo "${LINE}" | cut -f 1 -d '|'`
1864 HASH=`echo "${LINE}" | cut -f 2 -d '|'`
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dpic.y104 %token LINE
232 %left BOX CIRCLE ELLIPSE ARC LINE ARROW SPLINE '['
650 | LINE
1321 | LINE
H A Dlex.cpp483 { "line", LINE },
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.h331 #define obj_emit_lineno(WHERE, LINE, FILE_START) abort ()
/freebsd-11-stable/contrib/ee/
H A Dee.c499 char *LINE; variable
1733 else if (compare(cmd_str, LINE, FALSE))
5205 LINE = catgetlocal( 119, "LINE");
5283 commands[3] = LINE;
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c4923 #define LINE(x) (lbase + (((x) - opbase) % lrange)) macro
5045 line += LINE(*p);
5050 (uintmax_t) address, (intmax_t) LINE(*p),
5062 #undef LINE macro
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3029 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
3031 % Since we want to separate VAR from REST-OF-LINE (which might be
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2928 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
2930 % Since we want to separate VAR from REST-OF-LINE (which might be

Completed in 229 milliseconds

12