HomeSort by: relevance | last modified time | path
    Searched defs:BOTTOM (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/less/dist/
position.h 18 #define BOTTOM (-1)
  /src/distrib/utils/more/
less.h 51 #define BOTTOM (-1)
  /src/external/gpl2/groff/dist/src/preproc/tbl/
table.h 55 enum { CENTER, TOP, BOTTOM } vertical_alignment;
  /src/external/bsd/tmux/dist/
popup.c 493 enum { NONE, LEFT, RIGHT, TOP, BOTTOM } border = NONE;
528 border = BOTTOM;
  /src/external/gpl3/gcc/dist/gcc/
ipa.cc 1372 /* Invalid pointer representing BOTTOM for single user dataflow. */
1373 #define BOTTOM ((cgraph_node *)(size_t) 2)
1383 - BOTTOM by BOTTOM in AUX pointer (to save lookups)
1392 if (var->aux == BOTTOM)
1393 return BOTTOM;
1402 return BOTTOM;
1426 for (i = 0; vnode->iterate_referring (i, ref) && function != BOTTOM; i++)
1436 function = BOTTOM;
1458 var->aux = BOTTOM;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/text-art/
table.cc 103 case y_align::BOTTOM:
291 - and a bottom border
320 # |LL+RR|RRRRR|.|RRRRR| |LL+ | | BOTTOM BORDER
408 /* Draw bottom border of table. */
432 /* Bottom-right corner of table. */
683 t.set_cell (table::coord_t (0, 2), styled_string (sm, "bottom left"));
684 t.set_cell (table::coord_t (1, 2), styled_string (sm, "bottom middle"));
685 t.set_cell (table::coord_t (2, 2), styled_string (sm, "bottom right"));
703 "|bottom left|bottom middle|bottom right|\n
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa.cc 1368 /* Invalid pointer representing BOTTOM for single user dataflow. */
1369 #define BOTTOM ((cgraph_node *)(size_t) 2)
1379 - BOTTOM by BOTTOM in AUX pointer (to save lookups)
1388 if (var->aux == BOTTOM)
1389 return BOTTOM;
1398 return BOTTOM;
1422 for (i = 0; vnode->iterate_referring (i, ref) && function != BOTTOM; i++)
1432 function = BOTTOM;
1454 var->aux = BOTTOM;
    [all...]

Completed in 51 milliseconds