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

  /src/games/banner/
banner.c 63 static const int asc_ptr[NCHARS] = { variable in typeref:typename:const int[]
1091 printf("int asc_ptr[128] = {\n");
1093 printf("%4d, ",asc_ptr[i]);
1116 asc_ptr[(u_char) message[i]] == 0) {
1132 pc = asc_ptr[(u_char) message[i]];
banner.c 63 static const int asc_ptr[NCHARS] = { variable in typeref:typename:const int[]
1091 printf("int asc_ptr[128] = {\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 58 milliseconds