Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c48 typedef struct PARM { struct
52 } PARM; argument
65 PARM *parms;
73 static int check_pipeline(_FILTER *, PARM *);
74 static char *build_pipe(_FILTER *, PARM *, unsigned short *);
90 static PARM parmtable[] = {
166 register PARM * pp;
167 register PARM * ppt;
178 if (!(S.parms = (PARM *)Malloc((n + 1) * sizeof (PARM)))) {
682 PARM *parms in check_pipeline()
[all …]
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c243 if (right->n_type == PARM) in assign()
255 case PARM: in assign()
708 if ((l = np->n_left)->n_type == PARM) { in action()
719 if ((np = l->n_left)->n_type == PARM) { in action()
815 if (np->n_type == PARM) in exprint()
846 if (np->n_type == PARM) in exprreal()
875 if (np->n_type == PARM) in exprstring()
958 if (isleaf(rnp->n_flags) && rnp->n_type == PARM) in exprconcat()
978 if (isleaf(lnp->n_flags) && lnp->n_type == PARM) in exprconcat()
1019 if (t == PARM) in exprreduce()
[all …]
H A Dawk4.c381 case PARM: in f_split()
401 if (sep->n_type == PARM) in f_split()
426 if (otnp->n_type == PARM) in f_split()
591 if (array->n_type == PARM) in f_asort()
H A Dawk2.c569 if (np->n_type == PARM) in f_getline()
700 if (isleaf(fnp->n_flags) && fnp->n_type == PARM) in xprintf()
882 if (isleaf(np->n_flags) && np->n_type == PARM) in nextarg()
H A Dawk.y63 %token <node> PARM ARRAY UFUNC FIELD IN INDEX CONCAT
362 | PARM
H A Dawk1.c664 case PARM: in yylex()
816 np = emptynode(PARM, i = (cp-linebuf)); in lexid()
837 case PARM: in lexid()