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

  /src/external/gpl2/texinfo/dist/makeinfo/
macro.c 303 int length_of_actuals;
305 length_of_actuals = array_len (actuals);
351 text = which < length_of_actuals ? actuals[which] : NULL;
301 int length_of_actuals; local

Completed in 44 milliseconds