Searched refs:linePtr (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/bmake/
H A Darch.c270 * linePtr Pointer to start of specification
275 * SUCCESS if it was a valid specification. The linePtr is updated
285 Arch_ParseArchive(char **linePtr, Lst nodeLst, GNode *ctxt) argument
296 libName = *linePtr;
515 * we must advance cp there before setting *linePtr... (note that on
522 *linePtr = cp;
H A Dcond.c242 CondGetArg(char **linePtr, char **argPtr, const char *func)
250 cp = *linePtr;
323 *linePtr = cp;
824 get_mpt_arg(char **linePtr, char **argPtr, const char *func MAKE_ATTR_UNUSED)
833 char *cp = *linePtr;
840 * Advance *linePtr to beyond the closing ). Note that
843 *linePtr = cp - 1 + length;
241 CondGetArg(char **linePtr, char **argPtr, const char *func) argument
816 get_mpt_arg(char **linePtr, char **argPtr, const char *func MAKE_ATTR_UNUSED) argument

Completed in 165 milliseconds