Searched refs:incpath_late (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/tradcpp/dist/
H A Dmain.c349 static struct stringarray incpath_late; variable in typeref:struct:stringarray
359 stringarray_init(&incpath_late);
369 stringarray_setsize(&incpath_late, 0);
374 stringarray_cleanup(&incpath_late);
425 commandline_addincpath(&incpath_late, dir);
479 num = stringarray_num(&incpath_late);
481 dir = stringarray_get(&incpath_late, i);

Completed in 190 milliseconds