Home
last modified time | relevance | path

Searched refs:LINE (Results 1 – 25 of 65) sorted by relevance

123

/titanic_44/usr/src/cmd/mandoc/
H A Darch.in29 LINE("acorn26", "Acorn26")
30 LINE("acorn32", "Acorn32")
31 LINE("algor", "Algor")
32 LINE("alpha", "Alpha")
33 LINE("amd64", "AMD64")
34 LINE("amiga", "Amiga")
35 LINE("amigappc", "AmigaPPC")
36 LINE("arc", "ARC")
37 LINE("arm", "ARM")
38 LINE("arm26", "ARM26")
[all …]
H A Dmsec.in16 LINE("1", "User Commands")
17 LINE("1B", "BSD Compatibility Package Commands")
18 LINE("1C", "Communication Commands")
19 LINE("1HAS", "User Commands")
20 LINE("1M", "Maintenance Commands")
21 LINE("1S", "illumos Specific Commands")
22 LINE("2", "System Calls")
23 LINE("3", "Introduction to Library Functions")
24 LINE("3AVL", "AVL Tree Library Functions")
25 LINE("3BSDMALLOC", "BSD Memory Allocation Library")
[all …]
H A Dlib.in21 LINE("libadm", "General Administrative Library (libadm, \\-ladm)")
22 LINE("libavl", "AVL Tree Library (libavl, \\-lavl)")
23 LINE("libbsdmalloc", "BSD Memory Allocation Library (libbsdmalloc, -lbsdmalloc)")
24 LINE("libbsm", "Security and Auditing Library (libbsm, \\lbsm)")
25 LINE("libc", "Standard C Library (libc, \\-lc)")
26 LINE("libc_db", "Threads Debugging Library (libc_db, \\-lc_db)")
27 LINE("libcfgadm", "Configuration Adminstration Library (libcfgadm, \\-lcfgadm)")
28 LINE("libcommputil", "Communication Protocol Parser Utilities Library (libpcommutil, \\-lcommputil)…
29 LINE("libcontract", "Contract Management Library (libcontract, \\-lcontract)")
30 LINE("libcpc", "CPU Performance Counters Library (libcpc, \\-lcpc)")
[all …]
H A Dst.in31 LINE("-p1003.1-88", "IEEE Std 1003.1-1988 (\\(lqPOSIX.1\\(rq)")
32 LINE("-p1003.1-90", "IEEE Std 1003.1-1990 (\\(lqPOSIX.1\\(rq)")
33 LINE("-p1003.1-96", "ISO/IEC 9945-1:1996 (\\(lqPOSIX.1\\(rq)")
34 LINE("-p1003.1-2001", "IEEE Std 1003.1-2001 (\\(lqPOSIX.1\\(rq)")
35 LINE("-p1003.1-2004", "IEEE Std 1003.1-2004 (\\(lqPOSIX.1\\(rq)")
36 LINE("-p1003.1-2008", "IEEE Std 1003.1-2008 (\\(lqPOSIX.1\\(rq)")
37 LINE("-p1003.1", "IEEE Std 1003.1 (\\(lqPOSIX.1\\(rq)")
38 LINE("-p1003.1b", "IEEE Std 1003.1b (\\(lqPOSIX.1b\\(rq)")
39 LINE("-p1003.1b-93", "IEEE Std 1003.1b-1993 (\\(lqPOSIX.1b\\(rq)")
40 LINE("-p1003.1c-95", "IEEE Std 1003.1c-1995 (\\(lqPOSIX.1c\\(rq)")
[all …]
H A Dvol.in24 LINE("USD", "User\'s Supplementary Documents")
25 LINE("PS1", "Programmer\'s Supplementary Documents")
26 LINE("AMD", "Ancestral Manual Documents")
27 LINE("SMM", "System Manager\'s Manual")
28 LINE("URM", "User\'s Reference Manual")
29 LINE("PRM", "Programmer\'s Manual")
30 LINE("KM", "Kernel Manual")
31 LINE("IND", "Manual Master Index")
32 LINE("MMI", "Manual Master Index")
33 LINE("LOCAL", "Local Manual")
[all …]
H A Datt.in27 LINE("v1", "Version\\~1 AT&T UNIX")
28 LINE("v2", "Version\\~2 AT&T UNIX")
29 LINE("v3", "Version\\~3 AT&T UNIX")
30 LINE("v4", "Version\\~4 AT&T UNIX")
31 LINE("v5", "Version\\~5 AT&T UNIX")
32 LINE("v6", "Version\\~6 AT&T UNIX")
33 LINE("v7", "Version\\~7 AT&T UNIX")
34 LINE("32v", "Version\\~32V AT&T UNIX")
35 LINE("III", "AT&T System\\~III UNIX")
36 LINE("V", "AT&T System\\~V UNIX")
[all …]
H A Darch.c29 #define LINE(x, y) \ macro
H A Datt.c29 #define LINE(x, y) \ macro
H A Dlib.c29 #define LINE(x, y) \ macro
H A Dmsec.c27 #define LINE(x, y) \ macro
H A Dst.c29 #define LINE(x, y) \ macro
H A Dvol.c29 #define LINE(x, y) \ macro
/titanic_44/usr/src/cmd/vi/port/
H A Dex_vadj.c97 cnt = p + vdepth() - LINE(1); in vopen()
109 LINE(vcnt) = LINE(vcline) + cnt; in vopen()
489 LINE(from) -= cnt; in vscroll()
506 if (vcnt && WBOT != WECHO && LINE(0) < WTOP && LINE(0) >= ZERO) { in vscrap()
507 WTOP = LINE(0); in vscrap()
511 if (LINE(j) >= WTOP) { in vscrap()
527 if (LINE(j) > WBOT || LINE(j) + DEPTH(j) - 1 > WBOT) { in vscrap()
534 LASTLINE = LINE(vcnt-1) + DEPTH(vcnt-1); in vscrap()
607 if (vcline >= vcnt || LINE(vcline) > WBOT) { in vrepaint()
619 vsync(vcline > 0 ? LINE(vcline - 1) : WTOP); in vrepaint()
[all …]
H A Dex_vput.c317 vgoto(LINE(vcline), x); in vgotoCL()
330 vigoto(LINE(vcline), x); in vigotoCL()
581 vmaktop(LINE(vcline) + i, cp); in vprepins()
633 (destline - LINE(vcline)) * WCOLS + destcol) in vinschar()
645 int i2 = LINE(vcline) + DEPTH(vcline); in vinschar()
646 if (i2 < LINE(vcline + 1) || i2 > WBOT) in vinschar()
685 inscol = destcol + (destline - LINE(vcline)) * WCOLS; in vinschar()
794 destline = LINE(vcline); in vinschar()
843 e = LINE(vcline) + DEPTH(vcline); in vnpins()
844 if (e < LINE(vcline + 1)) { in vnpins()
[all …]
H A Dex_vops.c443 vgoto(LINE(0), 0); in vdelete()
478 (void) vreopen(LINE(vcline), lineDOT(), vcline); in vdelete()
562 i = vcline >= 0 ? LINE(vcline) : WTOP; in vchange()
753 c = vcline < 0 ? WTOP - cnt : LINE(vcline) + DEPTH(vcline); in voOpen()
756 i = LINE(vcline + 1) - c; in voOpen()
773 vsync1(LINE(vcline)); in voOpen()
H A Dex_vis.h108 #define LINE(c) (vlinfo[c].vliny) macro
292 #define LASTLINE LINE(vcnt)
/titanic_44/usr/src/cmd/ed/
H A Ded.c196 typedef struct lin *LINE; typedef
197 static LINE zero;
198 static LINE dot;
199 static LINE dol;
200 static LINE endcore;
201 static LINE fendcore;
202 static LINE addr1;
203 static LINE addr2;
204 static LINE savdol, savdot;
304 static int execute(int, LINE);
[all …]
/titanic_44/usr/src/tools/lintdump/
H A Dlnstuff.h91 } LINE; typedef
94 LINE l;
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dgetttyent.c15 #define LINE 256 macro
19 char line[LINE];
124 p = fgets(t->line, LINE, t->tf); in getttyent()
/titanic_44/usr/src/lib/libmail/inc/
H A Ds_string.h99 #define LINE 1 /* read the next logical input line */ macro
100 #define s_getline(a,b) s_seq_read(a,b,LINE)
/titanic_44/usr/src/cmd/pg/
H A Dpg.c113 typedef struct line LINE; typedef
115 static LINE *zero = NULL, /* first line */
1550 zero = (LINE *) malloc(nlall * sizeof (LINE));
1577 LINE *ozero = zero;
1580 if ((zero = (LINE *)realloc((char *)zero,
1581 (unsigned)(nlall * sizeof (LINE)))) == NULL) {
1586 dot = (LINE *)((int)dot + diff);
1587 dol = (LINE *)((int)dol + diff);
1588 contig = (LINE *)((int)contig + diff);
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h25 #define LINE 16 macro
/titanic_44/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c100 #define LINE (m.mi_line_number-(m.mi_nlines-1)) macro
234 seterrline(LINE, m.mi_filename, kw, value); in xlator_start_if()
275 int line = LINE; /* TBD */ in xlator_take_kvpair()
352 seterrline(LINE, m.mi_filename, "end", value); in xlator_end_if()
/titanic_44/usr/src/lib/libpp/common/
H A Dppcontrol.c572 directive = LINE; in ppcontrol()
1449 case LINE: in ppcontrol()
1458 error(1, "#%s: line number expected", dirname(LINE)); in ppcontrol()
1464 if (error_info.line == 0 && directive == LINE && (pp.state & STRICT) && !(pp.mode & HOSTED)) in ppcontrol()
1465 error(1, "#%s: line number should be > 0", dirname(LINE)); in ppcontrol()
1484 if (directive == LINE && (pp.state & STRICT) && !(pp.mode & (HOSTED|RELAX))) in ppcontrol()
1485 error(1, "#%s: integer file type argument is non-standard", dirname(LINE)); in ppcontrol()
1488 error(1, "#%s: integer file type argument expected", dirname(LINE)); in ppcontrol()
1491 if (directive == LINE) pp.in->flags &= ~IN_ignoreline; in ppcontrol()
1535 error(1, "#%s: \"file-name\" expected", dirname(LINE)); in ppcontrol()
[all …]
/titanic_44/usr/src/tools/cscope-fast/
H A Dcgrep.c172 } LINE; typedef
246 static void init_file(LINE *cur_ptr);
247 static void get_line(LINE *cur_ptr, uchar_t *s);
248 static void get_ncount(LINE *cur_ptr, uchar_t *s);
297 static void fgetfile(LINE *cur_ptr);
299 static BOOL pattern_match(PATTERN *pat, LINE *lptr);
1656 LINE current; in execute()
1757 init_file(LINE *cur_ptr) in init_file()
1766 pattern_match(PATTERN *pat, LINE *lptr) in pattern_match()
1779 fgetfile(LINE *cur_ptr) in fgetfile()
[all …]

123