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

/openbsd-current/libexec/tradcpp/
H A Dmain.c350 static struct stringarray incpath_late; variable in typeref:struct:stringarray
360 stringarray_init(&incpath_late);
370 stringarray_setsize(&incpath_late, 0);
375 stringarray_cleanup(&incpath_late);
426 commandline_addincpath(&incpath_late, dir);
480 num = stringarray_num(&incpath_late);
482 dir = stringarray_get(&incpath_late, i);

Completed in 69 milliseconds