Searched refs:PARM (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c49 typedef struct PARM { struct
53 } PARM; typedef in typeref:struct:PARM
66 PARM *parms;
74 static int check_pipeline(_FILTER *, PARM *);
75 static char *build_pipe(_FILTER *, PARM *, unsigned short *);
91 static PARM parmtable[] = {
167 register PARM * pp;
168 register PARM * ppt;
179 if (!(S.parms = (PARM *)Malloc((n + 1) * sizeof (PARM)))) {
[all...]
/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c115 * (PARM nodes are not acceptable).
245 if (right->n_type == PARM)
257 case PARM:
710 if ((l = np->n_left)->n_type == PARM) {
721 if ((np = l->n_left)->n_type == PARM) {
816 if (np->n_type == PARM)
847 if (np->n_type == PARM)
876 if (np->n_type == PARM)
959 if (isleaf(rnp->n_flags) && rnp->n_type == PARM)
979 if (isleaf(lnp->n_flags) && lnp->n_type == PARM)
[all...]
H A Dawk4.c383 case PARM:
402 if (sep->n_type == PARM)
427 if (otnp->n_type == PARM)
592 if (array->n_type == PARM)
H A Dawk2.c571 if (np->n_type == PARM)
702 if (isleaf(fnp->n_flags) && fnp->n_type == PARM)
884 if (isleaf(np->n_flags) && np->n_type == PARM)
H A Dawk.y64 %token <node> PARM ARRAY UFUNC FIELD IN INDEX CONCAT
363 | PARM
H A Dawk1.c675 case PARM:
821 np = emptynode(PARM, i = (cp-linebuf));
842 case PARM:

Completed in 100 milliseconds