Searched refs:psave (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dread_fifo.c95 if (fbp->psave_end - fbp->psave < N || fbp->psave >= fbp->psave_end) \
102 if (fbp->psave_end > fbp->psave) \
109 if (fbp->psave_end - fbp->psave < N || fbp->psave >= fbp->psave_end) \
116 if (fbp->psave_end > fbp->psave) \
151 while (*fbp->psave != Resync[0] || *(fbp->psave + 1) != Resync[1])
156 syslog(LOG_DEBUG, "DISCARD %c\n", *fbp->psave);
158 fbp->psave
[all...]
H A Dfifo_buffs.c63 FifoBufferTable [fd]->psave =
86 FifoBufferTable [fd]->psave =
H A Dllib-llpmsg71 *psave,
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h151 CHR *psave; variable
H A Dsub3.c355 if (psave == 0) { /* First DOT node. */
362 psave = ccptr;
376 /* Mimic mn1(RCCL,psave)... */
378 left[i] = (int)psave;
H A Dldefs.h244 extern CHR *psave;
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c155 struct inserts *psave; local
165 psave = saveargv;
369 psave->p_ARGV = ARGV;
370 (psave++)->p_skel = *mav;
453 for (psave = saveargv; ++j <= n_inserts; ++psave) {
454 addibuf(psave);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c49 void psave(tchar);
722 psave(*lp);
768 * We do the psave job to temporarily change the current job
852 psave(c | quoted);
879 psave(tchar c) function
882 tprintf("TRACE- psave()\n");
897 psave(0);
/illumos-gate/usr/src/cmd/lp/include/
H A Dmsgs.h359 *psave, member in struct:__anon806
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c628 krb5_principal psave; local
641 psave = val->server;
644 if(psave->realm.data) {
645 free(psave->realm.data);
646 psave->realm.data = NULL;
647 psave->realm.length=0;
649 free(psave);

Completed in 89 milliseconds