Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c277 static const int jump_table[] = in vfprintf() local
305 #define CHAR_CLASS(Ch) (jump_table[(INT_T) (Ch) - L_(' ')]) in vfprintf()