Home
last modified time | relevance | path

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

/coreutils/src/
Dptx.c146 static char word_fastmap[CHAR_SET_SIZE]; variable
192 else if (word_fastmap[to_uchar (*cursor)]) \
193 while (cursor < limit && word_fastmap[to_uchar (*cursor)]) \
478 word_fastmap[character] = !! isalpha (character); in initialize_regex()
485 memset (word_fastmap, 1, CHAR_SET_SIZE); in initialize_regex()
486 word_fastmap[' '] = 0; in initialize_regex()
487 word_fastmap['\t'] = 0; in initialize_regex()
488 word_fastmap['\n'] = 0; in initialize_regex()
656 memset (word_fastmap, 1, CHAR_SET_SIZE); in digest_break_file()
658 word_fastmap[to_uchar (*cursor)] = 0; in digest_break_file()
[all …]