Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dnonints.h201 void Var_Export(char *, int);
H A Dparse.c2018 Var_Export(cp, 0); in Parse_DoVar()
3101 Var_Export(cp, 1); in Parse_File()
H A Dvar.c737 Var_Export(char *str, int isExport) in Var_Export() function