Home
last modified time | relevance | path

Searched refs:lf (Results 1 – 25 of 44) sorted by relevance

12

/original-bsd/sys/ufs/ffs/
H A Dufs_lockf.c441 *overlap = lf = lf->lf_next;
459 if ((lf->lf_end != -1 && start > lf->lf_end) ||
469 *overlap = lf = lf->lf_next;
472 if ((lf->lf_start == start) && (lf->lf_end == end)) {
482 ((lf->lf_end >= end) || (lf->lf_end == -1))) {
492 (lf->lf_end != -1 && end >= lf->lf_end))) {
501 ((lf->lf_end >= start) || (lf->lf_end == -1))) {
511 ((lf->lf_end > end) || (lf->lf_end == -1))) {
547 lf = lf->lf_block;
664 for (lf = lock->lf_inode->i_lockf; lf; lf = lf->lf_next) {
[all …]
/original-bsd/sys/ufs/ufs/
H A Dufs_lockf.c427 *overlap = lf;
440 *overlap = lf = lf->lf_next;
458 if ((lf->lf_end != -1 && start > lf->lf_end) ||
468 *overlap = lf = lf->lf_next;
471 if ((lf->lf_start == start) && (lf->lf_end == end)) {
481 ((lf->lf_end >= end) || (lf->lf_end == -1))) {
491 (lf->lf_end != -1 && end >= lf->lf_end))) {
500 ((lf->lf_end >= start) || (lf->lf_end == -1))) {
510 ((lf->lf_end > end) || (lf->lf_end == -1))) {
629 for (lf = lock->lf_inode->i_lockf; lf; lf = lf->lf_next) {
[all …]
/original-bsd/local/ditroff/ditroff.okeeffe/tbl/
H A Dwritecntl.c38 int c, ct, vforml, lf; in runtabs() local
43 for(lf = prev(lform); lf >= 0 && vspen (table[lf][c].col); in runtabs()
44 lf = prev (lf)) in runtabs()
45 vforml = lf; in runtabs()
106 int i, c, lf, lwid; in deftail() local
141 if((lf = left(nlin - 1, c, &lwid)) >= 0){ in deftail()
143 linestop[lf] + 'a' - 1); in deftail()
145 linestop[lf] + 'a' - 1); in deftail()
147 drawvert(lf, nlin - 1, c, lwid); in deftail()
H A Dwrite1line.c56 lf = prev(nl); in putline()
74 if(lf >= 0){ in putline()
75 if(vspen(table[lf][c].col)) in putline()
95 lf = prev(nl); in putline()
96 if(lf >= 0 && vspen(table[lf][c].col)) in putline()
123 drawvert(lf, i, c, lwid); in putline()
129 for(lf = prev(nl); lf >= 0 && vspen (table[lf][c].col); in putline()
130 lf = prev (lf)) in putline()
131 vforml = lf; in putline()
348 int c, s, pl, lwid, dv, lf, ct; in funnies() local
[all …]
/original-bsd/old/tbl/
H A Dt7.c36 int c, ct, vforml, lf; in runtabs() local
41 for(lf=prev(lform); lf>=0 && vspen(table[lf][c].col); lf=prev(lf)) in runtabs()
42 vforml=lf; in runtabs()
96 int i, c, lf, lwid; in deftail() local
124 if ((lf=left(nlin-1,c, &lwid))>=0) in deftail()
126 fprintf(tabout, ".if \\n(#%c>=0 .sp -1\n",linestop[lf]+'a'-1); in deftail()
127 fprintf(tabout, ".if \\n(#%c>=0 ", linestop[lf]+'a'-1); in deftail()
129 drawvert(lf, nlin-1, c, lwid); in deftail()
H A Dt8.c45 lf = prev(nl); in putline()
65 if (lf>=0) in putline()
66 if (vspen(table[lf][c].col)) vspf=1; in putline()
81 lf=prev(nl); in putline()
82 if (lf>=0 && vspen(table[lf][c].col)) in putline()
106 drawvert(lf, i, c, lwid); in putline()
111 for(lf=prev(nl); lf>=0 && vspen(table[lf][c].col); lf=prev(lf)) in putline()
112 vforml= lf; in putline()
239 if (vspen(table[nl][c].col) && (nl==0 || (lf=prev(nl))<0 || !vspen(table[lf][c].col))) in putline()
261 int c, s, pl, lwid, dv, lf, ct; in funnies() local
[all …]
/original-bsd/sys/i386/stand/
H A Dgets.c15 #define lf 10 macro
75 case lf: sput(cr); in getchar()
76 sput(lf); in getchar()
77 return(lf); in getchar()
/original-bsd/sys/kern/
H A Dkern_descrip.c708 struct flock lf; local
723 lf.l_start = 0;
724 lf.l_len = 0;
725 lf.l_type = F_UNLCK;
735 lf.l_start = 0;
736 lf.l_len = 0;
737 lf.l_type = F_UNLCK;
770 struct flock lf; local
779 lf.l_start = 0;
780 lf.l_len = 0;
[all …]
/original-bsd/etc/
H A Dprintcap4 :lp=/dev/lp:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:
8 # :br#1200:fs#06320:tr=\f:of=/usr/libexec/lpr/lpf:lf=/var/log/lpd-errs:
13 # :lf=/var/log/lpd-errs:
21 # :vf=/usr/libexec/lpr/vpltdmp:lf=/var/log/lpd-errs:
29 # :lf=/var/log/lpd-errs:\
/original-bsd/old/eqn/common_source/
H A Dtext.c20 int lf, rf; /* temporary spots for left and right fonts */ variable
47 lf = rf = 0;
50 if (lf == 0)
51 lf = rf; /* save first */
57 lfont[yyval] = lf;
/original-bsd/local/ditroff/ditroff.old.okeeffe/eqn/
H A Dtext.c10 int lf, rf; /* temporary spots for left and right fonts */ variable
33 lf = rf = 0;
36 if (lf == 0)
37 lf = rf; /* save first */
43 lfont[yyval] = lf;
/original-bsd/local/ditroff/ditroff.okeeffe/eqn/
H A Dtext.c13 int lf, rf; /* temporary spots for left and right fonts */ variable
49 lf = rf = 0;
56 if (lf == 0)
57 lf = rf; /* save first */
64 lfont[yyval] = lf;
/original-bsd/lib/libedit/TEST/
H A Dtest.c67 const LineInfo *lf = el_line(el); local
73 for (ptr = lf->cursor - 1; !isspace(*ptr) && ptr > lf->buffer; ptr--)
75 len = lf->cursor - ++ptr;
/original-bsd/usr.sbin/lpr/SMM.doc/
H A Dspell.ok26 lf
35 lpf:lf
/original-bsd/usr.sbin/lpr/
H A Detc.printcap16 :br#1200:fs#06320:tr=\f:of=/usr/lib/lpf:lf=/usr/adm/lpd-errs:
19 :lp=:rm=ucbvax:sd=/usr/spool/vaxlpd:lf=/usr/adm/lpd-errs:
24 :vf=/usr/lib/vpltdmp:lf=/usr/adm/lpd-errs:
28 :gf=/usr/lib/vplotf:vf=/usr/lib/vpltdmp:lf=/usr/adm/lpd-errs:\
/original-bsd/usr.bin/ex/
H A Dex_vops3.c33 int (*lf)(); variable
63 lf = f;
305 lf = lindent;
339 lf = 0;
478 if (lf == vmove && wcursor > linebuf) in lnext()
491 if (lf == lindent && linebuf[0] == '(') in lnext()
/original-bsd/local/ditroff/ditroff.okeeffe/
H A Dt6.c660 register int lf; local
663 if ((lf = fontbase[fbits(i) > NFONT ? 0 : fbits(i)]->ligfont) == 0) {
668 if (cbits(j) == 'i' && (lf & LFI))
670 else if (cbits(j) == 'l' && (lf & LFL))
672 else if (cbits(j) == 'f' && (lf & LFF)) {
673 if ((lf & (LFFI|LFFL)) && lg != 2) {
675 if (cbits(k)=='i' && (lf&LFFI))
677 else if (cbits(k)=='l' && (lf&LFFL))
/original-bsd/local/ditroff/ditroff.old.okeeffe/troff/
H A Dt6.c535 register int lf; local
537 if ((lf = fontbase[fbits(i)]->ligfont) == 0) /* the font has no ligatures */
540 if (cbits(j) == 'i' && (lf & LFI))
542 else if (cbits(j) == 'l' && (lf & LFL))
544 else if (cbits(j) == 'f' && (lf & LFF)) {
545 if ((lf & (LFFI|LFFL)) && lg != 2) {
547 if (cbits(k)=='i' && (lf&LFFI))
549 else if (cbits(k)=='l' && (lf&LFFL))
/original-bsd/local/ditroff/ditroff.van/
H A Dt6.c667 register int lf; local
670 if ((lf = fontbase[fbits(i) > nfonts ? 0 : fbits(i)]->ligfont) == 0) {
675 if (cbits(j) == 'i' && (lf & LFI))
677 else if (cbits(j) == 'l' && (lf & LFL))
679 else if (cbits(j) == 'f' && (lf & LFF)) {
680 if ((lf & (LFFI|LFFL)) && lg != 2) {
682 if (cbits(k)=='i' && (lf&LFFI))
684 else if (cbits(k)=='l' && (lf&LFFL))
/original-bsd/local/ditroff/ditroff.okeeffe/troff/
H A Dt6.c701 register int lf; local
704 if ((lf = fontbase[fbits(i) > nfonts ? 0 : fbits(i)]->ligfont) == 0) {
709 if (cbits(j) == 'i' && (lf & LFI))
711 else if (cbits(j) == 'l' && (lf & LFL))
713 else if (cbits(j) == 'f' && (lf & LFF)) {
714 if ((lf & (LFFI|LFFL)) && lg != 2) {
716 if (cbits(k)=='i' && (lf&LFFI))
718 else if (cbits(k)=='l' && (lf&LFFL))
/original-bsd/share/skel/
H A Ddot.cshrc6 alias lf ls -FA
/original-bsd/local/ditroff/ditroff.okeeffe/devver/vfont.desc/
H A DtS48 lf 65 3 073
H A Dts22 lf 48 3 020
H A DS24 lf 22 3 020
/original-bsd/local/ditroff/ditroff.okeeffe/term/
H A Dtab.template152 lf

12