Home
last modified time | relevance | path

Searched refs:str2Lst_Append (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/bmake/
H A Dmeta.c627 str2Lst_Append(&metaBailiwick, metaBailiwickStr); in meta_mode_init()
636 str2Lst_Append(&metaIgnorePaths, metaIgnorePathsStr); in meta_mode_init()
H A Dmake.h1069 int str2Lst_Append(StringList *, char *);
H A Dmain.c774 str2Lst_Append(StringList *lp, char *str) in str2Lst_Append() function
1311 (void)str2Lst_Append(&makefiles, prefs); in ReadFirstDefaultMakefile()