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

  /src/bin/ksh/
edit.c 459 int use_copy = 0; local in function:x_print_expansions
486 use_copy = 1;
499 pr_list(use_copy ? (char **) XPptrv(l) : words);
501 if (use_copy)
edit.c 459 int use_copy = 0; local in function:x_print_expansions
486 use_copy = 1;
499 pr_list(use_copy ? (char **) XPptrv(l) : words);
501 if (use_copy)
edit.c 459 int use_copy = 0; local in function:x_print_expansions
486 use_copy = 1;
499 pr_list(use_copy ? (char **) XPptrv(l) : words);
501 if (use_copy)
edit.c 459 int use_copy = 0; local in function:x_print_expansions
486 use_copy = 1;
499 pr_list(use_copy ? (char **) XPptrv(l) : words);
501 if (use_copy)

Completed in 54 milliseconds