Searched refs:posixref (Results 1 – 1 of 1) sorted by relevance
2664 static const char posixref[] = "$(-*-command-variables-*-)"; in define_makeflags() local2780 flagslen += 4 + sizeof posixref; /* Four more for the possible " -- ". */ in define_makeflags()2879 bcopy (posixref, p, sizeof posixref - 1); in define_makeflags()2880 p += sizeof posixref - 1; in define_makeflags()