Searched refs:obs (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libeti/panel/common/ |
H A D | misc.c | 136 _obscured_list *obs; in _unlink_obs() local 142 obs = pnl -> obscured; in _unlink_obs() 144 prev_obs = obs; in _unlink_obs() 145 obs = obs -> next; in _unlink_obs() 147 while (obs->panel_p != panel && obs != pnl->obscured); in _unlink_obs() 148 if (obs -> panel_p != panel) { in _unlink_obs() 155 if (obs == prev_obs) in _unlink_obs() 158 prev_obs -> next = obs -> next; in _unlink_obs() 159 if (obs == pnl -> obscured) in _unlink_obs() 162 return (obs); in _unlink_obs() [all …]
|
H A D | delete.c | 93 _obscured_list *obs; in _remove_overlap() local 104 if (obs = _unlink_obs(pnl, panel)) in _remove_overlap() 105 _free_overlap(obs); in _remove_overlap() 110 if ((obs = panel -> obscured) != 0) { in _remove_overlap() 112 prev_obs = obs; in _remove_overlap() 113 obs = obs -> next; in _remove_overlap() 116 while (obs != panel -> obscured); in _remove_overlap()
|
H A D | bottom.c | 46 _obscured_list *obs; in bottom_panel() local 62 if (obs = _unlink_obs(pnl, panel)) { in bottom_panel() 63 obs -> panel_p = pnl; in bottom_panel() 65 obs -> next = panel -> obscured -> next; in bottom_panel() 66 panel->obscured = panel->obscured->next = obs; in bottom_panel() 69 obs -> next = panel -> obscured = obs; in bottom_panel()
|
H A D | top.c | 45 _obscured_list *obs; in top_panel() local 61 if ((obs = panel -> obscured) != 0) { in top_panel() 63 prev_obs = obs; in top_panel() 64 obs = obs -> next; in top_panel() 73 while (obs != panel -> obscured); in top_panel()
|
H A D | update.c | 47 touch_top(PANEL *panel, int line, _obscured_list *obs, int start_x, int end_x) in touch_top() argument 53 pnl = obs -> panel_p; in touch_top() 54 if ((next_obs = obs->next) == panel -> obscured -> next) in touch_top() 57 if (line >= obs -> start && line <= obs -> end && in touch_top() 75 while ((obs = next_obs) != 0); in touch_top()
|
/titanic_41/usr/src/cmd/abi/appcert/scripts/ |
H A D | abi_index.pl | 266 my ($pub, $pri, $obs, $evo, $vers, $new_path); 273 $obs = ''; 285 output($path, $pub, $pri, $obs, $evo); 289 $obs = ''; 310 $obs .= $vers . ":"; 321 output($path, $pub, $pri, $obs, $evo); 331 my ($path, $pub, $pri, $obs, $evo) = @_; 338 $obs =~ s/:$//; 345 if ($pri && ! $pub && ! $obs && ! $evo) { 348 } elsif ($obs) { [all …]
|
/titanic_41/usr/src/cmd/dd/ |
H A D | dd.c | 125 static unsigned obs; /* output buffer size */ variable 496 obs = BSIZE; in main() 529 obs = (unsigned)number(BIG); in main() 715 ibs = obs = bs; in main() 717 if ((ibs == 0) || (obs == 0)) in main() 868 (ftruncate(obf, (((off_t)oseekn) * ((off_t)obs))) in main() 908 obuf = (unsigned char *)valloc(obs + cbs + 10); in main() 988 if (oseekn && lseek(obf, (((off_t)oseekn) * ((off_t)obs)), 1) == -1) in main() 1101 while (obc >= obs) in main() 1160 while (obc >= obs) in main() [all …]
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | util.c | 225 dequote_internal_chars(ibp, obp, obs) in dequote_internal_chars() argument 228 int obs; 243 if (op < &obp[obs - 1])
|
/titanic_41/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_mca_disp.in | 732 code = 0001 bus obs 0 err none gen lg - 748 code = 0010 bus obs 0 err none gen lg - 764 code = 0011 bus src/obs 0 rd/wr <39:3> mem/io lg - 780 code = 0100 bus src/obs 0 rd/wr <39:3> mem/io lg - 812 code = 0110 bus obs 0 err <39:3> io lg - 844 code = 1101 bus obs 0 err none mem lg -
|