Searched defs:down (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libeti/form/common/ |
H A D | chg_field.c | 159 /* down - return active field on page below f */ 161 down(FIELD *f) function 256 return (_set_current_field(f, down(C(f))));
|
/osnet-11/usr/src/lib/libeti/menu/inc/ |
H A D | menu.h | 69 struct ITEM *down; member in struct:ITEM
|
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | menu_entry.c | 186 /* Print a down arrow. */ 205 int up, int down, enum update_mode mode) 224 down = 1; 292 /* Draw up and down arrows. */ 295 if (down) 311 int up, int down, enum update_mode mode) 316 up, down, mode); 324 int down[screen->nterms]; local 330 down[i] = 0; 351 /* Scroll down 203 update_screen(struct screen *screen, struct per_term_screen *term_screen, int region_start, int region_column, int up, int down, enum update_mode mode) argument 309 update_screen_all(struct screen *screen, int region_start, int region_column, int up, int down, enum update_mode mode) argument [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp.c | 1299 a UV. In range NV has been rounded down to nearest UV and 4132 /* pull up or down? */ 4146 if (after) { /* anything to pull down? */ 4175 /* push up or down? */ 4340 register char *down; local 4365 down = (char*)(s - 1); 4367 while (down > up) { 4369 *up++ = *down; 4370 *down-- = (char)tmp; 4376 down [all...] |
Completed in 29 milliseconds