Searched refs:qmark_len (Results 1 – 1 of 1) sorted by relevance
142 unsigned int qmark_len, plus_len, bar_len; in set_file_variables() local163 qmark_len = plus_len + 1; /* Will be this or less. */ in set_file_variables()183 qmark_len -= len + 1; /* Don't space in $? for this one. */ in set_file_variables()208 if (qmark_len > qmark_max) in set_file_variables()209 qmark_value = xrealloc (qmark_value, qmark_max = qmark_len); in set_file_variables()