Symbol: graph
usr/src/boot/include/xlocale/_ctype.h
127
XLOCALE_ISCTYPE(graph, _CTYPE_G)
usr/src/cmd/mandoc/term.c
259
int graph; /* Last character was non-blank. */
usr/src/cmd/mandoc/term.c
262
breakline = graph = 0;
usr/src/cmd/mandoc/term.c
289
if (graph) {
usr/src/cmd/mandoc/term.c
292
graph = 0;
usr/src/cmd/mandoc/term.c
302
graph = 1;
usr/src/cmd/mandoc/term.c
323
graph = 1;
usr/src/cmd/mandoc/term.c
338
if (graph && (vis <= vtarget || *nbr == 0)) {
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1975
graph_t *graph;
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1981
if (mdb_vread(&graph, sizeof (graph), wsp->walk_addr) == -1) {
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1986
wsp->walk_addr += sizeof (graph);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1988
if (graph == NULL)
usr/src/cmd/mdb/common/modules/genunix/genunix.c
1994
lw.startaddr = (uintptr_t)&(graph->active_locks);
usr/src/cmd/mdb/common/modules/genunix/genunix.c
2000
lw.startaddr = (uintptr_t)&(graph->sleeping_locks);
usr/src/lib/libc/port/locale/isdigit.c
83
DEFN_ISTYPE(graph, _ISGRAPH)
usr/src/lib/libc/port/locale/iswctype.c
141
DEFN_ISWTYPE(graph, _CTYPE_G)
usr/src/test/libc-tests/tests/wctype/wctype_test.c
80
test_ctype_subset(upper, graph);
usr/src/test/libc-tests/tests/wctype/wctype_test.c
81
test_ctype_subset(lower, graph);
usr/src/test/libc-tests/tests/wctype/wctype_test.c
82
test_ctype_subset(digit, graph);
usr/src/test/libc-tests/tests/wctype/wctype_test.c
83
test_ctype_subset(punct, graph);
usr/src/uts/common/sys/flock_impl.h
103
typedef struct graph graph_t;
usr/src/uts/common/sys/flock_impl.h
188
extern struct graph *lock_graph[HASH_SIZE];
usr/src/uts/common/sys/flock_impl.h
71
struct graph *l_graph; /* graph this belongs to */