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

/freebsd-11-stable/contrib/bmake/lst.lib/
H A DlstOpen.c61 * Lst_Open --
76 Lst_Open(Lst l) function
/freebsd-11-stable/contrib/bmake/
H A Dlst.h170 * between Lst_Open() and Lst_Close().
173 ReturnStatus Lst_Open(Lst);
H A Ddir.c476 if (Lst_Open(dirSearchPath) == SUCCESS) {
782 if (Lst_Open(path) == SUCCESS) {
1157 if (Lst_Open(path) == FAILURE) {
1265 (void)Lst_Open(path);
1327 (void)Lst_Open(path);
1736 if (Lst_Open(path) == SUCCESS) {
1860 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.c500 if (Lst_Open(l) == FAILURE) {
1070 if (Lst_Open(sufflist) == FAILURE) {
1292 if (Lst_Open(l) == FAILURE) {
1436 (void)Lst_Open(t->children);
H A Dtarg.c391 if (Lst_Open(names) == FAILURE) {
H A Darch.c1180 if (Lst_Open(gn->parents) != SUCCESS) {

Completed in 151 milliseconds