Home
last modified time | relevance | path

Searched refs:A_RIGHT (Results 1 – 25 of 116) sorted by relevance

12345

/dports/devel/ncurses/ncurses-6.3/test/
H A Dtest_termattrs.c95 #ifdef A_RIGHT in test_termattrs()
96 DATA(A_RIGHT), in test_termattrs()
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/Index/
H A Dbt2.pm1414 $nn_meta1[A_RIGHT] = $curr_meta1[A_RIGHT];
1417 if ($curr_meta1[A_RIGHT] =~ /\d+/)
1420 $self->_getarr($curr_meta1[A_RIGHT]);
1450 $curr_meta1[A_RIGHT] = $newnode;
1680 $currnode = $curr_meta1[A_RIGHT];
1803 $currnode = $curr_meta1[A_RIGHT];
1907 $currnode = $curr_meta1[A_RIGHT];
2042 $currnode = $curr_meta1[A_RIGHT];
/dports/news/husky-areafix/husky-areafix-1.9.20191207/htpl/src/
H A Dformat.c29 if (*formatstr == '>') format->align = A_RIGHT; in parseVarFormat()
81 case A_RIGHT: { in varFormat()
/dports/news/husky/husky-1.9.20191207/htpl/src/
H A Dformat.c29 if (*formatstr == '>') format->align = A_RIGHT; in parseVarFormat()
81 case A_RIGHT: { in varFormat()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/htpl/src/
H A Dformat.c29 if (*formatstr == '>') format->align = A_RIGHT; in parseVarFormat()
81 case A_RIGHT: { in varFormat()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/htpl/src/
H A Dformat.c29 if (*formatstr == '>') format->align = A_RIGHT; in parseVarFormat()
81 case A_RIGHT: { in varFormat()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/htpl/src/
H A Dformat.c29 if (*formatstr == '>') format->align = A_RIGHT; in parseVarFormat()
81 case A_RIGHT: { in varFormat()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/htpl/src/
H A Dformat.c29 if (*formatstr == '>') format->align = A_RIGHT; in parseVarFormat()
81 case A_RIGHT: { in varFormat()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/htpl/src/
H A Dformat.c29 if (*formatstr == '>') format->align = A_RIGHT; in parseVarFormat()
81 case A_RIGHT: { in varFormat()
/dports/news/husky-htick/husky-htick-1.9.20191207/htpl/src/
H A Dformat.c29 if (*formatstr == '>') format->align = A_RIGHT; in parseVarFormat()
81 case A_RIGHT: { in varFormat()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/htpl/htpl/
H A Dformat.h11 enum { A_LEFT, A_RIGHT, A_CENTER }; enumerator
/dports/news/husky/husky-1.9.20191207/htpl/htpl/
H A Dformat.h11 enum { A_LEFT, A_RIGHT, A_CENTER }; enumerator
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/htpl/htpl/
H A Dformat.h11 enum { A_LEFT, A_RIGHT, A_CENTER }; enumerator
/dports/news/husky-htick/husky-htick-1.9.20191207/htpl/htpl/
H A Dformat.h11 enum { A_LEFT, A_RIGHT, A_CENTER }; enumerator
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/htpl/htpl/
H A Dformat.h11 enum { A_LEFT, A_RIGHT, A_CENTER }; enumerator
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/htpl/htpl/
H A Dformat.h11 enum { A_LEFT, A_RIGHT, A_CENTER }; enumerator
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/htpl/htpl/
H A Dformat.h11 enum { A_LEFT, A_RIGHT, A_CENTER }; enumerator
/dports/news/husky-hpt/husky-hpt-1.9.20191207/htpl/htpl/
H A Dformat.h11 enum { A_LEFT, A_RIGHT, A_CENTER }; enumerator
/dports/x11-toolkits/p5-Gtk2-Ex-Utils/Gtk2-Ex-Utils-0.09/lib/Gtk2/Ex/
H A DConstants.pm159 use constant A_RIGHT => 1.00; constant
/dports/print/abcm2ps/abcm2ps-8.13.23/
H A Dsubs.c532 case A_RIGHT: in str_pg_out()
919 case A_RIGHT: in str_out()
937 if (action == A_CENTER || action == A_RIGHT) { in str_out()
1037 #if T_RIGHT != A_RIGHT in write_text()
1038 job = A_RIGHT; in write_text()
1232 put_str(q, A_RIGHT); in put_wline()
1506 align = A_RIGHT; in write_headform()
1731 align = A_RIGHT; in write_heading()
1773 put_inf2r(rhythm, area, A_RIGHT); in write_heading()
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dwincurs.h45 #if !defined(A_RIGHTLINE) && defined(A_RIGHT)
46 #define A_RIGHTLINE A_RIGHT
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dview_curses.cc326 if (attrs & (A_LEFT|A_RIGHT)) { in mvwattrline()
335 if (attrs & A_RIGHT) { in mvwattrline()
342 attrs &= ~(A_LEFT|A_RIGHT); in mvwattrline()
582 retval |= A_RIGHT; in attr_for_colors()
1004 if (retval & (A_LEFT|A_RIGHT)) { in attrs_for_ident()
1012 if (retval & A_RIGHT) { in attrs_for_ident()
1016 retval &= ~(A_COLOR|A_LEFT|A_RIGHT); in attrs_for_ident()
/dports/games/supertux/supertux-0.1.3/src/
H A Dtext.h39 A_RIGHT, enumerator
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dwincurs.h45 #if !defined(A_RIGHTLINE) && defined(A_RIGHT)
46 #define A_RIGHTLINE A_RIGHT
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dwincurs.h45 #if !defined(A_RIGHTLINE) && defined(A_RIGHT)
46 #define A_RIGHTLINE A_RIGHT

12345