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

/freebsd-10.1-release/bin/sh/
H A Doutput.c119 int inquotes; local
132 inquotes = 0;
137 if (inquotes)
139 inquotes = 0;
143 if (!inquotes)
145 inquotes = 1;
149 if (inquotes)
H A Dexpand.c91 int inquotes; /* search for nul bytes only */ member in struct:ifsregion
955 recordregion(int start, int end, int inquotes) argument
964 && ifslastp->inquotes == inquotes) {
977 ifslastp->inquotes = inquotes;
1025 if (ifsp->inquotes) {

Completed in 103 milliseconds