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

/freebsd-13-stable/usr.bin/banner/
H A Dbanner.c64 static const int asc_ptr[NCHARS] = { variable
1091 printf("const int asc_ptr[NCHARS] = {\n");
1093 printf("%4d, ",asc_ptr[i]);
1116 asc_ptr[(u_char) message[i]] == 0) {
1132 pc = asc_ptr[(u_char) message[i]];

Completed in 106 milliseconds