Home
last modified time | relevance | path

Searched refs:psave (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dread_fifo.c93 if (fbp->psave_end - fbp->psave < N || fbp->psave >= fbp->psave_end) \
100 if (fbp->psave_end > fbp->psave) \
107 if (fbp->psave_end - fbp->psave < N || fbp->psave >= fbp->psave_end) \
114 if (fbp->psave_end > fbp->psave) \
149 while (*fbp->psave != Resync[0] || *(fbp->psave + 1) != Resync[1])
156 fbp->psave++;
244 fbp->psave += real_size;
267 while (*fbp->psave != Resync[0] || *(fbp->psave + 1) != Resync[1])
270 fbp->psave++;
321 if (fbp->psave_end == fbp->psave) in _buffer()
[all …]
H A Dfifo_buffs.c61 FifoBufferTable [fd]->psave = in ResetFifoBuffer()
84 FifoBufferTable [fd]->psave = in GetFifoBuffer()
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub3.c354 if (psave == 0) { /* First DOT node. */ in repbycgid()
361 psave = ccptr; in repbycgid()
377 left[i] = (int)psave; in repbycgid()
H A Donce.h149 CHR *psave; variable
H A Dldefs.h242 extern CHR *psave;
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c167 struct inserts *psave; in main() local
178 psave = saveargv; in main()
413 psave->p_ARGV = ARGV; in main()
414 (psave++)->p_skel = *mav; in main()
498 for (psave = saveargv; ++j <= n_inserts; ++psave) { in main()
499 addibuf(psave); in main()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c52 void psave(tchar);
725 psave(*lp); in dobackp()
855 psave(c | quoted); in backeval()
882 psave(tchar c) in psave() function
900 psave(0); in pword()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c628 krb5_principal psave; in asn1_decode_kdc_req_body() local
641 psave = val->server; in asn1_decode_kdc_req_body()
644 if(psave->realm.data) { in asn1_decode_kdc_req_body()
645 free(psave->realm.data); in asn1_decode_kdc_req_body()
646 psave->realm.data = NULL; in asn1_decode_kdc_req_body()
647 psave->realm.length=0; in asn1_decode_kdc_req_body()
649 free(psave); in asn1_decode_kdc_req_body()
/illumos-gate/usr/src/cmd/lp/include/
H A Dmsgs.h356 *psave, member