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

  /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) {
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 22 milliseconds