Searched refs:cclenter (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/oawk/ |
H A D | awk.g.y | 270 | CCL { $$ = op2(CCL, (NODE *) 0, cclenter($1)); } 271 | NCCL { $$ = op2(NCCL, (NODE *) 0, cclenter($1)); }
|
H A D | awk.def | 175 ccl_chars_t *cclenter();
|
H A D | b.c | 180 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 D | egrep.y | 172 { $$ = 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 D | b.c | 242 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