Home
last modified time | relevance | path

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

/dragonfly/bin/sh/pregenerated/
H A Dsyntax.h14 #define CSQUOTE 5 /* single quote */ macro
H A Dsyntax.c23 [SYNBASE + '\''] = CSQUOTE,
/dragonfly/bin/sh/
H A Dparser.c1500 case CSQUOTE: in readtoken1()