Searched refs:lastquote (Results 1 – 2 of 2) sorted by relevance
972 makeargv(const char *arg, int *argcp, int sloppy, char *lastquote, in makeargv() argument989 if (lastquote != NULL) in makeargv()990 *lastquote = '\0'; in makeargv()1007 if (lastquote != NULL) in makeargv()1008 *lastquote = arg[i]; in makeargv()1045 if (lastquote != NULL) in makeargv()1046 *lastquote = '\0'; in makeargv()1091 if (lastquote != NULL) in makeargv()1092 *lastquote = '\0'; in makeargv()
2583 unsigned int lastquote; in one_file() local2600 for (white = 1, lastquote = 0, p = buff; *p; p++) in one_file()2626 lastquote = p - buff; in one_file()2644 while (strlen(buff) > lastquote && isspace((int)unhide_meta(buff[strlen(buff)-1]))) in one_file()