Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tic/
H A Dtic_main.c100 char check_only = 0; variable
123 check_only = 1; in main()
182 if (check_only) { in init()
H A Dtic_parse.c103 extern char check_only;
218 if (use_list.head != NULL && !check_only) { in compile()
568 if (!check_only) { in dump_structure()
587 if (!check_only) { in dump_structure()
630 if (!check_only) { in dump_structure()
/titanic_41/usr/src/lib/libxcurses/src/tic/
H A Dticmain.c51 int check_only = 0; variable
84 check_only = 1; in main()
H A Dtic.h99 extern int check_only;
H A Dticparse.c331 if (check_only) { in dump_structure()