Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dcommands.c142 unsigned int qmark_len, plus_len, bar_len; in set_file_variables() local
163 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()