HomeSort by: relevance | last modified time | path
    Searched defs:ccltab (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/flex/dist/src/
sym.c 42 * ccltab - character class text symbol table
60 static struct hash_entry *ccltab[CCL_HASH_SIZE]; variable in typeref:struct:hash_entry
124 (char *) 0, cclnum, ccltab, CCL_HASH_SIZE); local
135 return findsym (ccltxt, ccltab, CCL_HASH_SIZE)->int_val;
  /src/lib/libc/stdio/
vfscanf.c 172 char ccltab[256]; /* character class table for %[...] */ local
309 fmt = __sccl(ccltab, fmt, loc);
503 !ccltab[wctob_l(*wcp, loc)]) {
539 while (ccltab[*fp->_p]) {
553 while (ccltab[*fp->_p]) {

Completed in 21 milliseconds