Home
last modified time | relevance | path

Searched refs:pushed (Results 1 – 25 of 65) sorted by relevance

123

/trueos/contrib/texinfo/info/
HDecho-area.c1402 PUSHED_EA *pushed; in push_echo_area() local
1404 pushed = (PUSHED_EA *)xmalloc (sizeof (PUSHED_EA)); in push_echo_area()
1405 pushed->line = xstrdup (input_line); in push_echo_area()
1406 pushed->prompt = input_line_prompt; in push_echo_area()
1407 pushed->point = input_line_point; in push_echo_area()
1408 pushed->beg = input_line_beg; in push_echo_area()
1409 pushed->end = input_line_end; in push_echo_area()
1410 pushed->node = input_line_node; in push_echo_area()
1411 pushed->comp_items = echo_area_completion_items; in push_echo_area()
1412 pushed->must_complete = echo_area_must_complete_p; in push_echo_area()
[all …]
/trueos/usr.bin/rpcgen/
HDrpc_scan.c58 static int pushed = 0; /* is a token pushed */ variable
157 if (pushed) { in get_token()
158 pushed = 0; in get_token()
314 pushed = 1; in unget_token()
/trueos/contrib/groff/src/devices/grodvi/
HDdvi.cpp130 int pushed; member in dvi_printer
198 cur_font(0), cur_point_size(-1), pushed(0), line_thickness(-1) in dvi_printer()
270 if (pushed) { in end_of_line()
272 pushed = 0; in end_of_line()
280 if (!pushed) { in possibly_begin_line()
281 have_pushed = pushed = 1; in possibly_begin_line()
532 if (pushed) in end_page()
/trueos/contrib/gcc/doc/include/
HDgcc-common.texi45 @c The text on right hand pages is pushed towards the right hand
46 @c margin and the text on left hand pages is pushed toward the left
/trueos/sys/dev/sfxge/
HDsfxge_tx.c428 unsigned int pushed; in sfxge_tx_qdpl_drain() local
435 pushed = txq->added; in sfxge_tx_qdpl_drain()
471 if (txq->added - pushed >= SFXGE_TX_BATCH) { in sfxge_tx_qdpl_drain()
473 pushed = txq->added; in sfxge_tx_qdpl_drain()
491 if (txq->added != pushed) in sfxge_tx_qdpl_drain()
/trueos/usr.bin/col/
HDREADME10 lines are pushed to the line below
/trueos/contrib/ntp/kernel/
HDREADME18 daemon xntpd. The streams modules can be pushed and popped from the
178 the discipline should be pushed on the stack.
/trueos/contrib/ncurses/misc/
HDchkdef.cmd68 * information is pushed into a REXX private list with the RXQUEUE
HDcmpdef.cmd70 * information is pushed into a REXX private list with the RXQUEUE
HDmakedef.cmd79 * information is pushed into a REXX private list with the RXQUEUE
/trueos/contrib/gcc/config/i386/
HDsol2-c1.asm102 ! vector which is 16 bytes (the two zero words we pushed, plus argc,
HDsol2-gc1.asm115 ! vector which is 16 bytes (the two zero words we pushed, plus argc,
/trueos/contrib/gcc/
HDtree-ssa-structalias.c3726 int pushed = 0; in push_fields_onto_fieldstack() local
3735 else if (!(pushed = push_fields_onto_fieldstack in push_fields_onto_fieldstack()
3755 count += pushed; in push_fields_onto_fieldstack()
3765 int pushed = 0; in push_fields_onto_fieldstack() local
3774 else if (!(pushed = push_fields_onto_fieldstack in push_fields_onto_fieldstack()
3796 count += pushed; in push_fields_onto_fieldstack()
HDREADME.Portability169 which will mysteriously turn a pushed-back EOF into a SMALL LETTER Y
/trueos/contrib/nvi/docs/internals/
HDinput8 simply pushed onto the stack from which keys are returned. The exception
/trueos/bin/sh/
HDTOUR276 variable plinno is saved and restored when files are pushed and
/trueos/contrib/wpa/hostapd/
HDREADME-WPS207 button pushed event over the control interface, e.g., by calling
/trueos/contrib/gcc/doc/
HDtree-ssa.texi1474 @var{bb} and its children. This local data is pushed into an
1475 internal stack which is automatically pushed and popped as the
HDloop.texi472 and the data references of each statement are pushed at the end of the
HDtm.texi845 function began the old per-function data had to be pushed onto a
2915 This macro defines the operation used when something is pushed
3636 A C expression that is the number of bytes actually pushed onto the
3659 @code{current_function_outgoing_args_size}. No space will be pushed
3785 pushed, zero suffices as a definition.
3848 pushed on the stack.
3855 in registers and the rest must be pushed. This macro tells the
4003 used for this purpose since all function arguments are pushed on the
4398 if the calling sequence has pushed anything else since pushing the stack
4399 arguments. But usually, on such machines, nothing else has been pushed
[all …]
HDrtl.texi1549 callee may have pushed some arguments that were previously passed in
1585 should be written when the stack is pre-pushed (arguments pushed using
/trueos/tools/tools/sysdoc/
HDtunables.mdoc487 that log messages that are pushed to the console will
/trueos/contrib/one-true-awk/
HDFIXES498 longer than 1 digit, part of the input would be pushed back and
/trueos/crypto/heimdal/
HDChangeLog.2004911 file, default /var/heimdal/pki-mapping. XXX this should be pushed
/trueos/contrib/flex/
HDONEWS736 case, the definition is *not* pushed back inside of parentheses.

123