Searched refs:cclenter (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/oawk/
H A Dawk.g.y270 | CCL { $$ = op2(CCL, (NODE *) 0, cclenter($1)); }
271 | NCCL { $$ = op2(NCCL, (NODE *) 0, cclenter($1)); }
H A Dawk.def175 ccl_chars_t *cclenter();
H A Db.c180 cclenter(wchar_t *p) function
213 dprintf("cclenter: in = |%ws|, ", op, NULL, NULL);
217 error(FATAL, "out of space in cclenter on %s", op);
/illumos-gate/usr/src/cmd/egrep/
H A Degrep.y172 { $$ = cclenter(CCL); }
174 { $$ = cclenter(NCCL); }
344 cclenter(int x)
1063 x2 = cclenter(type);
1139 return cclenter(MCCL);
/illumos-gate/usr/src/cmd/awk/
H A Db.c242 cclenter(uchar *p) function
290 dprintf(("cclenter: in = |%s|, out = |%s|\n", op, chars));
612 np = op2(CCL, NIL, (Node *)cclenter(rlxstr));
617 np = op2(NCCL, NIL, (Node *)cclenter(rlxstr));

Completed in 63 milliseconds