Searched refs:inquotes (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Doutput.c138 int inquotes; local
151 inquotes = 0;
156 if (inquotes)
158 inquotes = 0;
162 if (!inquotes)
164 inquotes = 1;
168 if (inquotes)
H A Dexpand.c91 int inquotes; /* search for nul bytes only */ member in struct:ifsregion
985 recordregion(int start, int end, int inquotes) argument
994 && ifslastp->inquotes == inquotes) {
1007 ifslastp->inquotes = inquotes;
1055 if (ifsp->inquotes) {

Completed in 17 milliseconds