Home
last modified time | relevance | path

Searched refs:cb_top (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/azpainter/azpainter-2.1.7/src/widget/
H A DShortcutKeyDlg.c89 mComboBox *cb_top; member
232 mComboBoxAddItem(p->cb_top, pi->text, (intptr_t)pi); in _set_topmenu()
234 mComboBoxSetSel_index(p->cb_top, 0); in _set_topmenu()
490 p->cb_top = (mComboBox *)mWidgetFindByID(M_WIDGET(p), WID_CB_TOP); in _create_dlg()
/dports/graphics/azpainterb/azpainterb-1.1.3/src/widget/
H A DShortcutKeyDlg.c81 mComboBox *cb_top; member
224 mComboBoxAddItem(p->cb_top, pi->text, (intptr_t)pi); in _set_topmenu()
226 mComboBoxSetSel_index(p->cb_top, 0); in _set_topmenu()
477 p->cb_top = (mComboBox *)mWidgetFindByID(M_WIDGET(p), WID_CB_TOP); in _create_dlg()
/dports/misc/rump/buildrump.sh-b914579/src/sys/altq/
H A Daltq_cdnr.c276 cb->cb_top = (struct top_cdnr *)cb; in cdnr_cballoc()
278 cb->cb_top = top; in cdnr_cballoc()
304 acc_discard_filters(&cb->cb_top->tc_classifier, cb, 0); in cdnr_cbdestroy()
307 if (cb->cb_top != cblock) in cdnr_cbdestroy()
H A Daltq_cdnr.h254 struct top_cdnr *cb_top; /* back pointer to top */ member
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxclrast.c130 byte *cb_top = pcb->data + (pcb->end - cbp); in top_up_cbuf() local
133 nread = pcb->end - cb_top; in top_up_cbuf()
134 pcb->end_status = sgets(pcb->s, cb_top, nread, &nread); in top_up_cbuf()
137 *cb_top = cmd_opv_end_run; in top_up_cbuf()
140 set_cb_end(pcb, cb_top + nread); in top_up_cbuf()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxclrast.c130 byte *cb_top = pcb->data + (pcb->end - cbp); in top_up_cbuf() local
133 nread = pcb->end - cb_top; in top_up_cbuf()
134 pcb->end_status = sgets(pcb->s, cb_top, nread, &nread); in top_up_cbuf()
137 *cb_top = cmd_opv_end_run; in top_up_cbuf()
140 set_cb_end(pcb, cb_top + nread); in top_up_cbuf()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxclrast.c154 byte *cb_top = pcb->data + (pcb->end - cbp); in top_up_cbuf() local
173 nread = pcb->end - cb_top; in top_up_cbuf()
174 pcb->end_status = sgets(pcb->s, cb_top, nread, &nread); in top_up_cbuf()
177 if (cb_top >= pcb->end) { in top_up_cbuf()
183 *cb_top = cmd_opv_end_run; in top_up_cbuf()
186 set_cb_end(pcb, cb_top + nread); in top_up_cbuf()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxclrast.c154 byte *cb_top = pcb->data + (pcb->end - cbp); in top_up_cbuf() local
173 nread = pcb->end - cb_top; in top_up_cbuf()
174 pcb->end_status = sgets(pcb->s, cb_top, nread, &nread); in top_up_cbuf()
177 if (cb_top >= pcb->end) { in top_up_cbuf()
183 *cb_top = cmd_opv_end_run; in top_up_cbuf()
186 set_cb_end(pcb, cb_top + nread); in top_up_cbuf()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxclrast.c157 byte *cb_top = pcb->data + (pcb->end - cbp); in top_up_cbuf() local
176 nread = pcb->end - cb_top; in top_up_cbuf()
177 pcb->end_status = sgets(pcb->s, cb_top, nread, &nread); in top_up_cbuf()
180 if (cb_top >= pcb->end) { in top_up_cbuf()
186 *cb_top = cmd_opv_end_run; in top_up_cbuf()
189 set_cb_end(pcb, cb_top + nread); in top_up_cbuf()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxclrast.c157 byte *cb_top = pcb->data + (pcb->end - cbp); in top_up_cbuf() local
176 nread = pcb->end - cb_top; in top_up_cbuf()
177 pcb->end_status = sgets(pcb->s, cb_top, nread, &nread); in top_up_cbuf()
180 if (cb_top >= pcb->end) { in top_up_cbuf()
186 *cb_top = cmd_opv_end_run; in top_up_cbuf()
189 set_cb_end(pcb, cb_top + nread); in top_up_cbuf()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxclrast.c158 byte *cb_top = pcb->data + (pcb->end - cbp); in top_up_cbuf() local
182 nread = pcb->end - cb_top; in top_up_cbuf()
183 pcb->end_status = sgets(pcb->s, cb_top, nread, &nread); in top_up_cbuf()
186 if (cb_top >= pcb->end) { in top_up_cbuf()
192 *cb_top = cmd_opv_end_run; in top_up_cbuf()
195 set_cb_end(pcb, cb_top + nread); in top_up_cbuf()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxclrast.c158 byte *cb_top = pcb->data + (pcb->end - cbp); in top_up_cbuf() local
182 nread = pcb->end - cb_top; in top_up_cbuf()
183 pcb->end_status = sgets(pcb->s, cb_top, nread, &nread); in top_up_cbuf()
186 if (cb_top >= pcb->end) { in top_up_cbuf()
192 *cb_top = cmd_opv_end_run; in top_up_cbuf()
195 set_cb_end(pcb, cb_top + nread); in top_up_cbuf()