Home
last modified time | relevance | path

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

/coreutils/src/
Djoin.c924 enum operand_status enum
945 int operand_status[2], int joption_count[2], int *nfiles, in add_file_name()
952 bool op0 = (operand_status[0] == MUST_BE_OPERAND); in add_file_name()
954 switch (operand_status[op0]) in add_file_name()
976 operand_status[0] = operand_status[1]; in add_file_name()
982 operand_status[n] = *prev_optc_status; in add_file_name()
994 int operand_status[2]; in main() local
1119 add_file_name (optarg, g_names, operand_status, joption_count, in main()
1141 add_file_name (argv[optind++], g_names, operand_status, joption_count, in main()