Home
last modified time | relevance | path

Searched refs:quote_char (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/scripts/
Dtkparse.c137 char quote_char; in get_qstring() local
146 quote_char = *pnt++; in get_qstring()
147 if ( quote_char == '"' || quote_char == '\'' ) in get_qstring()
157 if ( *pnt == quote_char && pnt[-1] != '\\' ) in get_qstring()
186 char quote_char; in get_qnqstring() local
193 quote_char = *pnt; in get_qnqstring()
194 if ( quote_char == '"' || quote_char == '\'' ) in get_qnqstring()