Searched defs:is_path (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dreport.cc43 static int is_path = 0; variable
124 if (is_path) {
160 if (is_path) {
171 if (changed || !is_path) {
191 if (is_path) {
228 is_path = 1;
245 is_path = 1;
/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c398 is_path(char *arg) { function
707 } else if (!is_path(argv[path_index])) {
914 } else if (!is_path(argv[path_index])) {
967 if (is_path(argv[path_index]) &&
1117 } else if (!is_path(argv[path_index])) {
1167 if (is_path(argv[path_index]) &&
1545 } else if (!is_path(argv[path_index])) {

Completed in 67 milliseconds