Searched refs:ccladd (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/lex/
H A Dccl.c35 /* ccladd - add a single character to a ccl */
37 void ccladd( cclp, ch ) function
H A Dparse.y96 ccladd( currccl, c ); \
621 ccladd( anyccl, '\n' );
705 ccladd( $1, i );
722 ccladd( $1, $2 );
H A Dflexdef.h713 extern void ccladd PROTO((int, int)); /* add a single character to a ccl */

Completed in 95 milliseconds