Home
last modified time | relevance | path

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

/titanic_41/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) in cclenter() function
/titanic_41/usr/src/cmd/egrep/
H A Degrep.y172 { $$ = cclenter(CCL); }
174 { $$ = cclenter(NCCL); }
344 cclenter(int x) in cclenter() function
1063 x2 = cclenter(type); in ccl()
1139 return cclenter(MCCL); in classenter()
/titanic_41/usr/src/cmd/awk/
H A Db.c242 cclenter(uchar *p) in cclenter() function
612 np = op2(CCL, NIL, (Node *)cclenter(rlxstr)); in primary()
617 np = op2(NCCL, NIL, (Node *)cclenter(rlxstr)); in primary()