Searched refs:el1 (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | alist.c | 63 alist_cmp(alist_el_t *el1, alist_el_t *el2) in alist_cmp() argument 65 return ((uintptr_t)el1->ale_name != (uintptr_t)el2->ale_name); in alist_cmp()
|
H A D | merge.c | 318 elist_t *el1 = stdp->t_emem; in equiv_enum() local 321 while (el1 && el2) { in equiv_enum() 322 if (el1->el_number != el2->el_number || in equiv_enum() 323 strcmp(el1->el_name, el2->el_name) != 0) in equiv_enum() 326 el1 = el1->el_next; in equiv_enum() 330 if (el1 || el2) in equiv_enum()
|
/titanic_50/usr/src/lib/libraidcfg/common/ |
H A D | raidcfg.c | 4259 raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj), *el1; in raid_list_insert_tail() local 4270 el1 = LIST_OBJ_TO_EL(list, el->prev); in raid_list_insert_tail() 4271 el1->next = obj; in raid_list_insert_tail() 4278 raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj), *el1; in raid_list_remove() local 4287 el1 = LIST_OBJ_TO_EL(list, el->next); in raid_list_remove() 4288 el1->prev = el->prev; in raid_list_remove() 4292 el1 = LIST_OBJ_TO_EL(list, el->prev); in raid_list_remove() 4293 el1->next = el->next; in raid_list_remove()
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | terminfo.src | 575 ech=\E[%p1%dX, el1=\E[1K, hpa=\E[%i%p1%dG, ht=\E[I, 730 cuu1=\EA, dl1=\EM, ed=\EJ, el=\EK, el1=\Eo, home=\EH, ht=^I, 748 dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, home=\E[H, ht=^I, 847 ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, home=\E[H, 898 el=\E[K, el1=\E[1K, flash=\E[?5h\E[?5l$<200/>, home=\E[H, 1107 ech=\E[%p1%dX, ed=\E[J, el=\E[K, el1=\E[1K, flash=\Eg, 1176 ed=\E[m\E[J, el=\E[m\E[K, el1=\E[1K, home=\E[H, ht=^I, 1437 dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, 1612 el=\E[K, el1=\E[1K\E[X, flash=\E[?5h$<200>\E[?5l, 1689 el=\E[K, el1=\E[1K, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, [all …]
|
H A D | termcap.src | 1656 # I have seen FreeBSD-2.1.5R... The old el1 bug changed, but it is still there. 1657 # Now el1 clears not only to the line beginning, but also a large chunk 1664 # Bug? The ech and el1 attributes appear to move the cursor in some cases; for 1665 # instance el1 does if the cursor is moved to the right margin first. Removed 1666 # by T.Dickey 97/5/3 (ech=\E[%p1%dX, el1=\E[1K) 19034 # * Added el1 capability to ansi. 19463 # * Remove ech, el1 from cons25w, they do not work in FreeBSD 2.1.5 19693 # * corrected cnorm, added el1 in 'screen' description -TD
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | caps | 405 clr_bol, "el1" "cb" Clear to beginning of line, inclusive
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 410 clr_bol el1 cb str Clear to beginning of line, inclusive
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 410 clr_bol el1 cb str Clear to beginning of line, inclusive
|