Searched refs:pushed (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/gnu/lib/libodialog/
H A Dui_objects.h73 int *pushed; /* boolean that determines wether button was pushed */ member in struct:__anon4905
105 ButtonObj *NewButtonObj(WINDOW *win, char *title, int *pushed,
H A Dui_objects.c763 NewButtonObj(WINDOW *win, char *title, int *pushed, int y, int x) argument
779 bo->pushed = pushed;
807 *(bo->pushed) = TRUE;
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_scan.c58 static int pushed = 0; /* is a token pushed */ variable
59 static token lasttok; /* last token, if pushed */
157 if (pushed) {
158 pushed = 0;
314 pushed = 1;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dconfig.c505 isc_uint32_t stackcount = 0, pushed = 0; local
599 if (stackcount == pushed) {
620 stack[pushed].element = cfg_list_next(element);
621 stack[pushed].port = port;
622 pushed++;
681 if (pushed != 0) {
682 pushed--;
683 element = stack[pushed].element;
684 port = stack[pushed].port;
/freebsd-9.3-release/contrib/texinfo/info/
H A Decho-area.c1406 PUSHED_EA *pushed;
1408 pushed = (PUSHED_EA *)xmalloc (sizeof (PUSHED_EA));
1409 pushed->line = xstrdup (input_line);
1410 pushed->prompt = input_line_prompt;
1411 pushed->point = input_line_point;
1412 pushed->beg = input_line_beg;
1413 pushed->end = input_line_end;
1414 pushed->node = input_line_node;
1415 pushed->comp_items = echo_area_completion_items;
1416 pushed
1402 PUSHED_EA *pushed; local
[all...]
/freebsd-9.3-release/sys/dev/sfxge/
H A Dsfxge_tx.c355 unsigned int pushed; local
362 pushed = txq->added;
391 if (txq->added - pushed >= SFXGE_TX_BATCH) {
393 pushed = txq->added;
407 if (txq->added != pushed)
506 * packet list. Otherwise, it will be pushed on the "put list".
622 unsigned int pushed[SFXGE_TXQ_NTYPES]; local
634 pushed[q_index] = txq->added;
662 if (txq->added - pushed[q_index] >= SFXGE_TX_BATCH) {
664 pushed[q_inde
[all...]
/freebsd-9.3-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp130 int pushed; member in class:dvi_printer
198 cur_font(0), cur_point_size(-1), pushed(0), line_thickness(-1)
270 if (pushed) {
272 pushed = 0;
280 if (!pushed) {
281 have_pushed = pushed = 1;
532 if (pushed)
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm102 ! vector which is 16 bytes (the two zero words we pushed, plus argc,
H A Dsol2-gc1.asm115 ! vector which is 16 bytes (the two zero words we pushed, plus argc,
H A Di386.c988 `current_function_outgoing_args_size'. No space will be pushed onto the stack
10944 rtx target1, rtx target2, rtx tmp, rtx pushed)
10963 /* Remove pushed operand from stack. */
10964 if (pushed)
10965 ix86_free_from_memory (GET_MODE (pushed));
10918 ix86_split_fp_branch(enum rtx_code code, rtx op1, rtx op2, rtx target1, rtx target2, rtx tmp, rtx pushed) argument
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c3674 of fields pushed.
3726 int pushed = 0; local
3735 else if (!(pushed = push_fields_onto_fieldstack
3755 count += pushed;
3765 int pushed = 0; local
3774 else if (!(pushed = push_fields_onto_fieldstack
3796 count += pushed;
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dcheck.c1082 isc_uint32_t stackcount = 0, pushed = 0; local
1135 if (stackcount == pushed) {
1155 stack[pushed++] = cfg_list_next(element);
1158 if (pushed != 0) {
1159 element = stack[--pushed];
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES498 longer than 1 digit, part of the input would be pushed back and
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1920 // Determine if the object's reference count was pushed to zero.
1941 // Determine if the object's reference count was pushed to zero.

Completed in 960 milliseconds