Searched defs:push (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dtparm.c63 * %l pop() a string address and push its length.
69 * %p[1-0] push ith parm
73 * %+ %- %* %/ %m arithmetic (%m is mod): push(pop() op pop())
74 * %& %| %^ bit operations: push(pop() op pop())
75 * %= %> %< logical operations: push(pop() op pop())
76 * %A %O logical AND, OR push(pop() op pop())
77 * %! %~ unary operations push(op pop())
119 push(STACK *st, long i) function
291 push(&stk, 0);
483 push(
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_tkr.c372 int push = 0; local
407 push = 1;
434 push = 1;
440 * write out (push) any changes we have to the mb
442 if (push) {
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_table.cc165 db_free_list::push(entryp tabloc) function in class:db_free_list
169 WRITELOCK(this, FALSE, "w db_free_list::push");
171 WRITEUNLOCK(this, FALSE, "wu db_free_list::push");
172 FATAL3("db_free_list::push: cannot allocation space",
179 WRITEUNLOCK(this, TRUE, "wu db_free_list::push");
728 return (freelist.push(where));
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dtcp.c677 struct grub_net_buff *nb, int push)
731 | (push ? grub_cpu_to_be16_compile_time (TCP_PUSH) : 0));
676 grub_net_send_tcp_packet(const grub_net_tcp_socket_t socket, struct grub_net_buff *nb, int push) argument
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c67 #define eat(p) do{if ((p)->token.push)(p)->token.push=0;else (p)->cursor+=(p)->token.len;}while (0)
106 short push; member in struct:Token_s
924 if (env->token.push)
2093 env->token.push = 1;
2735 tok.push = 1;
2803 env->token.push = 1;
2809 env->token.push = 1;
3296 env.token.push = 0;
/osnet-11/usr/src/lib/libpp/common/
H A Dpplib.h209 int push; /* input stream pushes */ member in struct:counter
334 PPINCREF incref; /* include file push/return */ \
551 count(push); \
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c501 * pop the push stack
1192 * push \f...\f info
1202 static Push_t push; local
1213 tsp = &push;
1221 * push translation

Completed in 71 milliseconds