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

/freebsd-11.0-release/contrib/bmake/lst.lib/
H A DlstOpen.c61 * Lst_Open --
76 Lst_Open(Lst l) function
/freebsd-11.0-release/contrib/bmake/
H A Dlst.h170 * between Lst_Open() and Lst_Close().
173 ReturnStatus Lst_Open(Lst);
H A Ddir.c474 if (Lst_Open(dirSearchPath) == SUCCESS) {
780 if (Lst_Open(path) == SUCCESS) {
1155 if (Lst_Open(path) == FAILURE) {
1263 (void)Lst_Open(path);
1319 (void)Lst_Open(path);
1718 if (Lst_Open(path) == SUCCESS) {
1842 if (Lst_Open(openDirectories) == SUCCESS) {
H A Dmake.c476 if (Lst_Open(cgn->children) == SUCCESS) {
731 if (Lst_Open(parents) == SUCCESS) {
832 if (Lst_Open(cgn->iParents) == SUCCESS) {
1458 Lst_Open(pgn->children);
H A Dsuff.c499 if (Lst_Open(l) == FAILURE) {
1069 if (Lst_Open(sufflist) == FAILURE) {
1291 if (Lst_Open(l) == FAILURE) {
1435 (void)Lst_Open(t->children);
H A Dtarg.c391 if (Lst_Open(names) == FAILURE) {
H A Darch.c1165 if (Lst_Open(gn->parents) != SUCCESS) {

Completed in 127 milliseconds