HomeSort by: relevance | last modified time | path
    Searched defs:execution_string (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/texinfo/dist/makeinfo/
macro.c 393 char *execution_string = NULL;
407 return execution_string;
411 execution_string = apply (def->arglist, arglist, def->body);
414 return execution_string;
421 char *execution_string;
427 execution_string = expand_macro (def);
428 if (!execution_string)
444 me_execute_string (execution_string);
447 execute_string ("%s", execution_string);
449 free (execution_string);
391 char *execution_string = NULL; local
419 char *execution_string; local
    [all...]

Completed in 25 milliseconds