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

/freebsd-11.0-release/contrib/bmake/
H A Dcond.c241 CondGetArg(char **linePtr, char **argPtr, const char *func)
249 cp = *linePtr;
322 *linePtr = cp;
823 get_mpt_arg(char **linePtr, char **argPtr, const char *func MAKE_ATTR_UNUSED)
832 char *cp = *linePtr;
839 * Advance *linePtr to beyond the closing ). Note that
842 *linePtr = cp - 1 + length;
240 CondGetArg(char **linePtr, char **argPtr, const char *func) argument
815 get_mpt_arg(char **linePtr, char **argPtr, const char *func MAKE_ATTR_UNUSED) argument
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;

Completed in 56 milliseconds