Searched refs:NUM_PARM (Results 1 – 4 of 4) sorted by relevance
138 TPARM_ARG param[NUM_PARM];139 char *p_is_s[NUM_PARM];488 memset(p_is_s, 0, sizeof(p_is_s[0]) * NUM_PARM); in _nc_tparm_analyze()526 if (i >= 0 && i <= NUM_PARM) { in _nc_tparm_analyze()590 if (number > NUM_PARM) in _nc_tparm_analyze()591 number = NUM_PARM; in _nc_tparm_analyze()646 if (result->num_parsed > NUM_PARM) in tparm_setup()647 result->num_parsed = NUM_PARM; in tparm_setup()648 if (result->num_popped > NUM_PARM) in tparm_setup()649 result->num_popped = NUM_PARM; in tparm_setup()[all …]
243 long numbers[1 + NUM_PARM]; in tput_cmd()244 char *strings[1 + NUM_PARM]; in tput_cmd()245 char *p_is_s[NUM_PARM]; in tput_cmd()268 for (k = 1; (k < argc) && (k <= NUM_PARM); k++) { in tput_cmd()275 for (k = argc; k <= NUM_PARM; k++) { in tput_cmd()
1995 bool params[1 + NUM_PARM]; in check_params()2019 for (n = 0; n <= NUM_PARM; n++) in check_params()2079 char *p_is_s[NUM_PARM]; in check_params()2247 long numbers[1 + NUM_PARM]; in check_1_infotocap()2248 char *strings[1 + NUM_PARM]; in check_1_infotocap()2249 char *p_is_s[NUM_PARM]; in check_1_infotocap()2251 char blob[NUM_PARM * 10]; in check_1_infotocap()2258 for (k = 1; k <= NUM_PARM; k++) { in check_1_infotocap()3017 char *p_is_s[NUM_PARM]; in check_ANSI_cap()
337 #define NUM_PARM 9 macro