Home
last modified time | relevance | path

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

/dragonfly/usr.bin/locate/code/
HDlocate.code.c106 typedef short bg_t; typedef
107 static bg_t big[UCHAR_MAX + 1][UCHAR_MAX + 1];
110 typedef int bg_t; typedef
150 big[i][j] = (bg_t)-1; in main()
153 big[(u_char)*cp][(u_char)*(cp + 1)] = (bg_t)i; in main()
200 if ((code = BGINDEX(cp)) != (bg_t)-1) { in main()