HomeSort by: relevance | last modified time | path
    Searched defs:str_p (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/
str.c 131 const char *str_p; local in function:Substring_Words
151 for (str_p = str;; str_p++) {
152 char ch = *str_p;
164 if (word_start == NULL && str_p[1] == inquote) {
170 str_p++;
227 if (str_p[1] == '\0')
229 ch = *++str_p;
233 switch (ch = *++str_p) {
238 str_p--
    [all...]
str.c 131 const char *str_p; local in function:Substring_Words
151 for (str_p = str;; str_p++) {
152 char ch = *str_p;
164 if (word_start == NULL && str_p[1] == inquote) {
170 str_p++;
227 if (str_p[1] == '\0')
229 ch = *++str_p;
233 switch (ch = *++str_p) {
238 str_p--
    [all...]
str.c 131 const char *str_p; local in function:Substring_Words
151 for (str_p = str;; str_p++) {
152 char ch = *str_p;
164 if (word_start == NULL && str_p[1] == inquote) {
170 str_p++;
227 if (str_p[1] == '\0')
229 ch = *++str_p;
233 switch (ch = *++str_p) {
238 str_p--
    [all...]

Completed in 34 milliseconds