Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/texinfo/makeinfo/
Dfloat.c192 int command_len = sizeof ("@ ") + strlen (command) + strlen (float_type); in cm_listoffloats() local
193 char *list_command = xmalloc (command_len + 1); in cm_listoffloats()
Dindex.c722 int command_len = sizeof ("@ ") + strlen (command) + strlen (index_name); in cm_printindex() local
723 char *index_command = xmalloc (command_len + 1); in cm_printindex()