Searched refs:is2 (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 877 static int fr_match_ipv4addrs(is1, is2) in fr_match_ipv4addrs() argument 879 ipstate_t *is2; 883 if (is1->is_saddr == is2->is_saddr && is1->is_daddr == is2->is_daddr) 885 else if (is1->is_saddr == is2->is_daddr && 886 is1->is_daddr == is2->is_saddr) 902 static int fr_match_ipv6addrs(is1, is2) in fr_match_ipv6addrs() argument 904 ipstate_t *is2; 908 if (IP6_EQ(&is1->is_src, &is2->is_src) && 909 IP6_EQ(&is1->is_dst, &is2->is_dst)) 911 else if (IP6_EQ(&is1->is_src, &is2->is_dst) && [all …]
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | terminfo.src | 620 is2=\E[m\E[?7h, kcub1=^H, kcud1=^J, kcuf1=^L, kcuu1=^K, 675 is2=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p, 683 is2=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n, 689 is2=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p, 711 is2=\Ev\Eq\Ez_\Ee\Ei\Eb?\Ec0, rev=\EyP, rmso=\EzQ, 719 is2=\Ev\Eq\Ee\Eb1\Ec0, rs2=\Ev\Eq\Ee\Eb1\Ec0, 731 il1=\EL, ind=^J, is2=\Ev\Eq\Ee, kLFT=\Ed, kRIT=\Ec, kbs=^H, 749 hts=\EH, ich=\E[%p1%d@, il1=\EL, ind=^J, is2=\E<\E)0, kbs=^H, 815 is2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H, 1226 indn=\E[%p1%dS, invis=\E[9m, is2=\E[0;10;39m, kbs=^H, [all …]
|
H A D | termcap.src | 8549 # is2 -> do the initialization 8554 # is2 doesn't seem to work. 8609 # The DEL key is programmed to generate BS in is2. 10907 # cannot be # in is2 because it will hang a c100 with no printer 10937 # is2=. Also, \E=124l in is2= could have been used to prevent needing 10941 # is2=. 10946 # is2: the string may cause a warning to be issued by tic that it 10998 # in is2=. IMPORTANT: to use this terminal definition, the "quit" stty 11003 # \E[2;029!t to is2. 11007 # is2=. [all …]
|
/titanic_41/usr/src/cmd/stat/common/ |
H A D | acquire_iodevs.c | 154 avl_iodev_cmp(const void* is1, const void* is2) in avl_iodev_cmp() argument 157 (struct iodev_snapshot *)is2); in avl_iodev_cmp()
|
/titanic_41/usr/src/cmd/lp/model/ |
H A D | standard | 628 # initialization string, is2; with clocal off, the UNIX system 709 ${TPUT} is2
|
H A D | tsol_standard | 645 # initialization string, is2; with clocal off, the UNIX system 726 ${TPUT} is2
|
H A D | tsol_standard_foomatic | 671 # initialization string, is2; with clocal off, the UNIX system 754 ${TPUT} is2
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | caps | 185 init_2string, "is2" "is" Terminal initialization string
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 190 init_2string is2 is str Terminal initialization string
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 190 init_2string is2 is str Terminal initialization string
|