Home
last modified time | relevance | path

Searched refs:il (Results 1 – 25 of 35) sorted by relevance

12

/mirbsd/src/usr.bin/indent/
Dparse.c72 ps.il[ps.tos] = ps.i_l_follow; in parse()
88 ps.i_l_follow = ps.il[ps.tos]; in parse()
92 ps.il[ps.tos] = ps.ind_level = ps.i_l_follow; in parse()
121 ps.il[ps.tos] = ps.ind_level; in parse()
124 ps.il[ps.tos] = ps.i_l_follow; in parse()
130 ps.ind_level = ps.i_l_follow = ps.il[ps.tos]; in parse()
132 ps.il[ps.tos] = ps.ind_level = ps.i_l_follow; in parse()
136 ps.il[ps.tos] = ps.i_l_follow; in parse()
148 ps.ind_level = ps.il[ps.tos]; /* indentation for else should in parse()
161 ps.ind_level = ps.i_l_follow = ps.il[--ps.tos]; in parse()
[all …]
Dindent_globs.h232 int il[STACKSIZE]; /* this stack stores indentation levels */ member
Dindent.c839 && ps.il[ps.tos] >= ps.ind_level; in main()
/mirbsd/src/lib/libc/crypt/
Dskipjack.c81 #define g(k0, k1, k2, k3, ih, il, oh, ol) \ argument
83 oh = k##k0 [il] ^ ih; \
84 ol = k##k1 [oh] ^ il; \
89 #define g0(ih, il, oh, ol) g(0, 1, 2, 3, ih, il, oh, ol) argument
90 #define g4(ih, il, oh, ol) g(4, 5, 6, 7, ih, il, oh, ol) argument
91 #define g8(ih, il, oh, ol) g(8, 9, 0, 1, ih, il, oh, ol) argument
92 #define g2(ih, il, oh, ol) g(2, 3, 4, 5, ih, il, oh, ol) argument
93 #define g6(ih, il, oh, ol) g(6, 7, 8, 9, ih, il, oh, ol) argument
96 #define g_inv(k0, k1, k2, k3, ih, il, oh, ol) \ argument
98 ol = k##k3 [ih] ^ il; \
[all …]
Dcrypt.c210 u_int32_t *p, *il, *ir, *fl, *fr; in _des_init() local
269 *(il = &ip_maskl[k][i]) = 0; in _des_init()
277 *il |= _des_bits32[obit]; in _des_init()
288 *(il = &key_perm_maskl[k][i]) = 0; in _des_init()
296 *il |= bits28[obit]; in _des_init()
301 *(il = &comp_maskl[k][i]) = 0; in _des_init()
309 *il |= bits24[obit]; in _des_init()
/mirbsd/src/sys/crypto/
Dskipjack.c80 #define g(k0, k1, k2, k3, ih, il, oh, ol) \ argument
82 oh = k##k0 [il] ^ ih; \
83 ol = k##k1 [oh] ^ il; \
88 #define g0(ih, il, oh, ol) g(0, 1, 2, 3, ih, il, oh, ol) argument
89 #define g4(ih, il, oh, ol) g(4, 5, 6, 7, ih, il, oh, ol) argument
90 #define g8(ih, il, oh, ol) g(8, 9, 0, 1, ih, il, oh, ol) argument
91 #define g2(ih, il, oh, ol) g(2, 3, 4, 5, ih, il, oh, ol) argument
92 #define g6(ih, il, oh, ol) g(6, 7, 8, 9, ih, il, oh, ol) argument
95 #define g_inv(k0, k1, k2, k3, ih, il, oh, ol) \ argument
97 ol = k##k3 [ih] ^ il; \
[all …]
/mirbsd/src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/
Dcalendar.proverbes24 S'il ne la brise, c'est qu'il l'embrasse.
31 01/15 S'il g�le � la saint Maur,
35 01/20 S'il g�le � la saint S�bastien,
40 01/24 S'il tonne en janvier,
54 Mais s'il redouble et s'il reprend,
57 F�t-il dans la glace, il deviendra bon.
74 S'il n'y en a pas,
90 03/08 Quand en mars il tonne,
100 03/17 S'il fait doux � la saint Patrice,
104 03/21 S'il pleut � la saint Beno�t,
[all …]
/mirbsd/src/usr.bin/oldroff/tbl/
Dtt.c51 ctype(il, ic) in ctype() argument
53 if (instead[il]) in ctype()
55 if (fullbot[il]) in ctype()
57 il = stynum[il]; in ctype()
58 return(style[il][ic]); in ctype()
Dt6.c56 int icol, ilin, tsep, k, ik, vforml, il, text; in maktab() local
71 for(il=prev(ilin); il>=0 && vspen(table[il][icol].col); il=prev(il)) in maktab()
72 vforml=il; in maktab()
Dt5.c147 nodata(il) in nodata() argument
152 switch(ctype(il,c)) in nodata()
/mirbsd/src/usr.sbin/fdformat/
Dfdformat.c65 int il[FD_MAX_NSEC + 1]; in format_track() local
67 memset(il,0,sizeof il); in format_track()
69 while(il[(j%secs)+1]) in format_track()
71 il[(j%secs)+1] = i; in format_track()
87 f.fd_formb_secno(i) = il[i+1]; in format_track()
/mirbsd/src/libexec/spamd/
Dspamd.c74 int il; member
728 cp->il = sizeof(cp->ibuf) - 1; in nextstate()
760 cp->il = sizeof(cp->ibuf) - 1; in nextstate()
783 cp->il = sizeof(cp->ibuf) - 1; in nextstate()
827 cp->il = sizeof(cp->ibuf) - 1; in nextstate()
846 cp->il = sizeof(cp->ibuf) - 1; in nextstate()
864 cp->il = sizeof(cp->ibuf) - 1; in nextstate()
873 cp->il = sizeof(cp->ibuf) - 1; in nextstate()
904 cp->il = sizeof(cp->ibuf) - 1; in nextstate()
933 n = read(cp->fd, cp->ip, cp->il); in handler()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dlexsup.c537 int is, il, irl; in parse_args() local
556 il = 0; in parse_args()
585 longopts[il] = ld_options[i].opt; in parse_args()
586 ++il; in parse_args()
591 longopts[il].name = NULL; in parse_args()
594 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts); in parse_args()
/mirbsd/src/libexec/identd/
DCREDITS31 Fishman M. Shmuel <fms@ccgr.technion.ac.il>, Technion Inst. of Tech., Israel
/mirbsd/src/gnu/usr.bin/perl/lib/Math/BigInt/
DCalc.pm105 my $il = length($_[1])-1;
108 return [ int($_[1]) ] if $il < $BASE_LEN; # shortcut for short numbers
111 [ reverse(unpack("a" . ($il % $BASE_LEN+1)
112 . ("a$BASE_LEN" x ($il / $BASE_LEN)), $_[1])) ];
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Drcparse.y95 unsigned long il; member
146 %type <il> exstyle parennumber
147 %type <il> numexpr posnumexpr cnumexpr optcnumexpr cposnumexpr
/mirbsd/src/etc/etc.i386/
Ddisktab24 # il sector interleave (n:1), 1 default
/mirbsd/src/etc/
Dprotocols50 il 40 IL # IL Transport Protocol
/mirbsd/src/distrib/lists/x11/xetc/
Dmi267 ./etc/X11/xkb/symbols/il
346 ./etc/X11/xkb/symbols/pc/il
/mirbsd/src/gnu/usr.bin/perl/lib/
Dlocale.t280 Hebrew:iw:il:8 hebrew8
/mirbsd/src/lib/libncurses/src/man/
Dterminfo.cat587 CCaappaabbiilliittiieess
888 parm_insert_line il AL insert #1 lines (P*)
1221 ich=\E[%p1%d@, il=\E[%p1%dL, indn=\E[%p1%dS, .indn=\E[%p1%dT,
1246 TTyyppeess ooff CCaappaabbiilliittiieess
1310 FFeettcchhiinngg CCoommppiilleedd DDeessccrriippttiioonnss
1368 BBaassiicc CCaappaabbiilliittiieess
1697 where the cursor is, this should be given as iill11; this is
1702 on the line to be deleted. Versions of iill11 and ddll11 which
1704 can be given as iill and ddll.
2075 acter or enter insert mode), kkiill11 (insert line), kknnpp (next
[all …]
/mirbsd/src/gnu/usr.bin/perl/
DAUTHORS39 Alexander Klimov <ask@wisdom.weizmann.ac.il>
570 Michael Engel <engel@nms1.cc.huji.ac.il>
741 Shlomi Fish <shlomif@vipe.technion.ac.il>
DChanges5.8.21167 From: Shlomi Fish <shlomif@vipe.technion.ac.il>
1169 Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlmodlib.pod1654 ftp://ftp.iglu.org.il/pub/CPAN/
1655 http://cpan.lerner.co.il/
1656 http://bioinfo.weizmann.ac.il/pub/software/perl/CPAN/
1657 ftp://bioinfo.weizmann.ac.il/pub/software/perl/CPAN/
2269 ftp.iglu.org.il::CPAN
/mirbsd/src/etc/etc.sparc/
Ddisktab24 # il sector interleave (n:1), 1 default

12