Searched refs:lastquote (Results 1 – 2 of 2) sorted by relevance
1085 makeargv(const char *arg, int *argcp, int sloppy, char *lastquote, in makeargv() argument1102 if (lastquote != NULL) in makeargv()1103 *lastquote = '\0'; in makeargv()1124 if (lastquote != NULL) in makeargv()1125 *lastquote = arg[i]; in makeargv()1162 if (lastquote != NULL) in makeargv()1163 *lastquote = '\0'; in makeargv()1208 if (lastquote != NULL) in makeargv()1209 *lastquote = '\0'; in makeargv()
2265 unsigned int lastquote; in one_file() local2280 for (white = 1, lastquote = 0, p = buff; *p; p++) { in one_file()2301 lastquote = p - buff; in one_file()2316 while (strlen(buff) > lastquote && isspace((int) unhide_meta(buff[strlen(buff) - 1]))) in one_file()