Searched refs:cclenter (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/one-true-awk/ |
H A D | b.c | 419 int *cclenter(const char *argp) /* add a character class */ in cclenter() function 1008 np = op2(CCL, NIL, (Node*) cclenter((const char *) rlxstr)); in primary() 1013 np = op2(NCCL, NIL, (Node *) cclenter((const char *) rlxstr)); in primary() 1029 return unary(op2(CCL, NIL, (Node *) cclenter(""))); in primary() 1052 return (concat(op2(CAT, op2(CCL, NIL, (Node *) cclenter("")), in concat()
|
H A D | proto.h | 44 extern int *cclenter(const char *);
|
H A D | FIXES.1e | 632 regular expressions (cclenter). its properties are much too
|