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

  /src/external/gpl2/xcvs/dist/src/
expand_path.c 203 char inquotes = '\0'; local
236 else if (inquotes == '\'')
240 inquotes = '\0';
246 inquotes = '\'';
251 if (inquotes) inquotes = '\0';
252 else inquotes = '"';
284 if (inquotes)
run.c 61 char inquotes; local
74 inquotes = '\0';
88 if (inquotes == *d) inquotes = '\0';
89 else inquotes = *d;
93 if (inquotes) d++;
subr.c 1049 char inquotes; local
1503 * inquotes = current quote char or NUL
1512 inquotes = '\0';
1542 if (!inquotes) inquotes = s[-1];
1543 else if (s[-1] == inquotes) inquotes = '\0';
1676 c.quotes = inquotes;
1708 if (!inquotes)
1715 outstr = cmdlineescape (inquotes ? inquotes : '"', b->data)
    [all...]
  /src/bin/sh/
expand.c 90 int inquotes; /* search for nul bytes only */ member in struct:ifsregion
1340 recordregion(int start, int end, int inquotes)
1344 VTRACE(DBG_EXPAND, ("recordregion(%d,%d,%d)\n", start, end, inquotes));
1349 && ifslastp->inquotes == inquotes) {
1361 ifslastp->inquotes = inquotes;
1411 if (ifsp->inquotes) {

Completed in 27 milliseconds